5.3: Real Analysis - Convergent Sequences
( \newcommand{\kernel}{\mathrm{null}\,}\)
For x∈R, |x| denotes the absolute value of x: |x|={x if x≥0,−x if x<0.
You may assume the following basic properties of absolute value (without proof):
For x,y,z∈R, we have:
- |x|≥0 (and |x|=0⇔x=0).
- |x|=|−x|.
- |x+y|≤|x|+|y|. (“triangle inequality”)
- |xy|=|x|⋅|y|.
- −|x|≤x≤|x|.
- ∃N∈N,N>|x|.
- If |x|<|y| and z≠0, then |xz|<|yz|.
- If |x|>|y|≠0, then 1/|x|<1/|y|.
Assume a1,a2,a3,… is an infinite sequence of real numbers, and L∈R. We say that the sequence converges to L (and write an→L) iff ∀ϵ>0,∃N∈N,∀n>N,|an−L|<ϵ.
When an→L, we can also say that the limit of the sequence is L.
Let t∈R. If an=t for all n, then an→t.
Solution
PROOF.
Givenϵ>0, let N=0. Given n>N, we have |an−t|=|t−t|=|0|=0<ϵ.
If an=1/n for all n, then an→0.
Scratchwork. To prove an→0, we want: |an−0|?<ϵ1/n?<ϵ1/ϵ?<n
Since n>N, it suffices to choose N>1/ϵ.
Solution
PROOF.
Given ϵ>0, Lemma 5.3.2(6) tells us there exists N∈N, such that N>1/ϵ. Given n>N, we have |an−0|=1/n(an=1/n>0)<1/N(n>N and Lemma 5.3.2(8)) <ϵ(N>1/ϵ and Lemma 5.3.2(8))
Show that if an=n/(n+1) for all n, then an→1.
If an→L and bn→M, then an+bn→L+M.
Scratchwork. To prove an+bn→L+M, we want to make |(an+bn)−(L+M)| small (less than ϵ ).
What we know is that we can make |an−L| and |bn−M| as small as we like. By the triangle inequality, we have |(an−L)+(bn−M)|<|an−L|+|bn−M|
By simple algebra, the left-hand side is equal to |(an+bn)−(L+M)|, so we just need to make the right-hand side less than ϵ. This will be true if |an−L| and |bn−M| are both less than ϵ/2.
Since an→L, there is some large Na, such that |an−L|<ϵ/2 for all n>Na. Similarly, since bn→M, there is some large Nb, such that |bn−M|<ϵ/2 for all n>Nb. Now, we just need know that n will be larger than both Na and Nb whenever n>N. So we should choose N to be whichever of Na and Nb is larger. That is, we let N be the maximum of Na and Nb, which is denoted max(Na, Nb).
- Proof
-
Given ϵ>0, we know that ϵ/2>0. Hence:
- Since an→L, we know ∃Na∈N,∀n>Na,|an−L|<ϵ/2.
- Since bn→M, we know ∃Nb∈N,∀n>Nb,|bn−M|<ϵ/2.
Let N=max(Na,Nb)∈N, so N≥Na and N≥Nb.
Given n>N:
- We have n>N≥Na, so |an−L|<ϵ/2.
- We have n>N≥Nb, so |bn−M|<ϵ/2.
Therefore |(an+bn)−(L+M)|=|(an−L)+(bn−M)| (high-school algebra) ≤|an−L|+|bn−M| (triangle inequality) <ϵ/2+ϵ/2((∗) and (∗∗))=ϵ.
Assume an→L, and c∈R. Do these proofs directly from the definition of convergence.
- Show −an→−L.
- Show an+c→L+c.
- Show 2an→2L.
- Show can→cL if c≠0.
- Show that if L>0, then ∃N∈N, such that an>0 for all n>N.
- (harder) Show that if L=1, then 1/an→1.
Assume an→L and bn→M.
- Show that if M=0, and |an|≤2 for all n, then anbn→0.
- (harder) Show anbn→LM.