Proof: lim an - bn (n->inf) = M - L

  • Thread starter bavman
  • Start date
  • Tags
    Proof
  • #1
3
0

Homework Statement



{an} and {bn} are convergent,

if lim an (n->inf) = M and lim bn (n->inf) = L

Prove that lim an -bn (n->inf) = M - L

Using Epsilon/n proof

Homework Equations





The Attempt at a Solution



Heres my attempt at it:

Given e > 0 we want to find N s.t. for all n>N

|(an - bn) - (M-L)| < e

|(an - bn) - (M-L)| <= |an-M|-|bn-L|

there exist N1 (element of natural number) s.t. for all n>N, |an - M| < e/2

there exist N2 (element of natural number) s.t. for all n>N, |bn - L| < e/2

let N = max{N1, N2} for all n>N

|(an - bn) - (M-L)| <= |an-M|-|bn-L|<e/2 + e/2 < e
 
Physics news on Phys.org
  • #2
You applied the triangle inequality incorrectly.

You should have written

[tex]|a_n - M| + |- ( b_n-L)|[/tex].
If you have a minus sign between the absolute values then you will run into problems since the difference maybe negative. You want to have an inequality like

0< something < e.


That ensures that you can make "something" as small as you like since it is sandwiched between zero and epsilon.
Apart from that, the logic is sound.
 

Suggested for: Proof: lim an - bn (n->inf) = M - L

Replies
3
Views
491
Replies
3
Views
220
Replies
20
Views
1K
Replies
2
Views
581
Replies
2
Views
420
Replies
9
Views
1K
Replies
19
Views
221
Back
Top