Proof Lim by Epsilon
Proof Lim by Epsilon
4
We want: |3 − n+1 − 3| < .
1
Doing algebra: 4| n+1 | < .
1
n+1 < 4
n > 4 − 1
We should try N = 4 − 1
By assumption, n > N = 4 − 1.
Adding 1 to both sides: n + 1 > 4 .
1
Inverting n+1 < 4 .
1
Multiply by 4 n+1 < .
1 1
n+1 is positive |
− n+1 | <.
1
Adding and subtracting 3 | 3 − n+1 − 3| < .
4
Thus, we see that for any > 0 there is a N > 0 such that if n > N then |3 − n+1 − 3| < .
4
Thus, lim 3 − = 3.
n→∞ n+1
As a reminder, the actual proof does not include any of the red text.
Using a claim about the limit of one sequence to make a conclusion about
another limit.
These proofs will usually proceed by using the assumed limits to get a choice N .
Claim: Let (an ) be a convergent sequence. Let L = lim an . For any c ∈ R c·L = lim c·an .
n→∞ n→∞
Proof. Consider any > 0. almost every single one of your proofs will start this way. We
need to get an N . Use the assumption that L = lim an . By taking N big enough and n > N
n→∞
we can guarantee that |an − L| < ? for any positive ?. Try to transform |c · an − c · L| < to
|an − L| < something:
1
2
We want: |c · an − c · L| <
factor out the |c| and divide |an − L| < |c|
we should use |c| = ?
Does anything go wrong when c = 0? We need a special case for c = 0. We will do that at
the end of the proof.
Case 1: Assume that c 6= 0. Then since |c| > 0 there is an N such that for all n > N ,
|an − L| < .
|c|
Multiply both sides by |c|,
|c||an − L| < .
|c · an − c · L| < .
Thus, for all > 0 there is an N such that if n > N then |c · an − c · L| < . This is precisely
the definition of the desired claim that c · L = lim c · an .
n→∞
Claim: Let (an ) and (bn ) be convergent sequences. Let L = lim an and M = lim bn .
n→∞ n→∞
Then L + M = lim an + bn .
n→∞
Proof. Consider any > 0. Use the assumption. Since L = lim an ,there is an N0 such that if
m > N0 then
(3) |am − L| < .
We use N0 since this is not quite the N we need. Notice that if 2n > N0 then we will be able
to conclude that |a2n − L| < . Perhaps we should try N = N20 ?
Let N = N20 and n > N = N20 . Then 2n > N0 , so that taking m = 2n in (3) produces
the result that |a2n − L| < . Thus, for any > 0 there is an N such that if n > N then
|a2n − L| < and we conclude L = lim a2n .
Here is a harder one. Try to use the ideas in this handout to recover the proof which
appears in the book.
Claim: Let (an ) and (bn ) be convergent sequences. Let L = lim an and M = lim bn .
n→∞ n→∞
Then L · M = lim an · bn .
n→∞