Special Sequences

Most of the previous methods for proving the limit of a sequence require us to have some idea of the limit before we proceed. This section will cover techniques to prove that a limit exists, even if we don’t know the precise value the sequence converges to.

Monotone Sequences

Definition

A sequence (sn)(s_n) of real numbers is increasing if snsn+1s_n \leq s_{n+1} for all nNn \in \mathbb{N}, and is decreasing if snsn+1s_n \geq s_{n+1} for all nNn \in \mathbb{N}. A sequence is monotone if it is increasing or decreasing.

Theorem 1.3.1 (Monotone Convergence Theorem)

A monotone sequence is convergent if and only if it is bounded.

Suppose (sn)(s_n) is a bounded increasing sequence. Let SS denote the nonempty bounded set {sn ⁣:nN}\{s_n \colon n \in \mathbb{N}\}. By the completness axiom, SS has a least upper bound, and we let s=supSs = \sup S. We claim that limsn=s\lim s_n = s. Given any ε>0\varepsilon > 0, sεs - \varepsilon is not an upper bound for SS. Thus there exists a natural number NN such that sN>sεs_N > s - \varepsilon. Since (sn)(s_n) is increasing and ss is an upper bound for SS, we have

sε<sNsns s - \varepsilon < s_N \leq s_n \leq s

for all nNn \geq N. Hence (sn)(s_n) converges to ss. When the sequence is decreasing, we let s=infSs = \inf S and the proof is nearly identical. For completness sake

We claim that limsn=s\lim s_n = s. Given any ε>0\varepsilon > 0, s+εs + \varepsilon is not a lower bound for SS. Thus there exists some natural number NN such that sN<s+εs_N < s + \varepsilon. Since (sn)(s_n) is decreasing and ss is a lower bound for SS, we have

s+ε>sNsns s + \varepsilon > s_N \geq s_n \geq s

for all nNn \geq N. Thus (sn)(s_n) converges to ss.

The converse, that a convergent sequence is bounded, was proved in Theorem 1.1.31.1.3.

This allows us to prove sequences are convergent without using the defintion of convergence, and without knowledge of what the sequence converges to.

Example

Let (sn)(s_n) be the sequence defined by s1=1s_1 = 1 and sn+1=1+sns_{n+1} = \sqrt{1 + s_n} for n1n \geq 1.

Claim: (sn)(s_n) is a bounded increasing sequence.

We can manually compute the first few terms of the sequences

s1=1s2=1+11.414s3=1+21.554s4=1+1+21.598\begin{align*} s_1 &= 1\\ s_2 &= \sqrt{1 + 1} &\approx 1.414\\ s_3 &= \sqrt{1 + \sqrt{2}} &\approx 1.554\\ s_4 &= \sqrt{1 + \sqrt{1 + \sqrt{2}}} &\approx 1.598 \end{align*}

It appears that the sequence is bounded by 22. We can prove this via induction. Suppose sk<2s_k < 2 for some kNk \in \mathbb{N}. Then

sk+1=1+sk<1+2=3<2. s_{k+1} = \sqrt{1 + s_k} < \sqrt{1 + 2} = \sqrt{3} < 2.

Because s1=1s_1 = 1, we can conclude via induction that sn<2s_n < 2 for all nNn \in \mathbb{N}. Thus we know (sn)(s_n) is bounded. We now want to prove that it’s increasing. We also use induction to prove this. Suppose sk<sk+1s_k < s_{k+1} for some natural number kk. Then we have

sk+1=1+sk<1+sk+1=sk+2 s_{k+1} = \sqrt{1 + s_k} < \sqrt{1 + s_{k+1}} = s_{k+2}

Therefore our induction step is complete. Because s1<s2s_1 < s_2, we have that sn<sn+1s_n < s_{n+1} for all nNn \in \mathbb{N}. Thus (sn)(s_n) is an increasing sequence and is bounded by the interval [1,2][1,2]. By Theorem 1.3.11.3.1, we can conclude that the sequence is convergent, even though we don’t know the value ss the sequence converges to.

Because limsn+1=limsn\lim s_{n+1} = \lim s_n (Proof needed), we know that the value of ss must satisfy the equation

s=1+s. s = \sqrt{1 + s}.

This can be reasoned intuitively, as the difference sn+1sns_{n+1} - s_n must shrink to zero as nn grows. Solving through algebra

s=1+ss2s1=0s=1±52=ϕ\begin{align*} s &= \sqrt{1 + s}\\ s^2 - s - 1 &= 0\\ s &= \frac{1 \pm \sqrt{5}}{2} = \phi \end{align*}

Where ϕ\phi is the Golden ratio. We take the positive value since sn1s_n \geq 1 for all nn. Thus limsn=ϕ\lim s_n = \phi.

Theorem 1.3.2

(a)(a) If (sn)(s_n) is an unbounded increasing sequence, then limsn=+\lim s_n = + \infty

(b)(b) If (sn)(s_n) is an unbounded decreasing sequence, then limsn=\lim s_n = - \infty

(a)(a) Let (sn)(s_n) be an increasing sequence and suppose that the set S={sn ⁣:nN}S = \{s_n \colon n \in \mathbb{N}\} is unbounded. Since (sn)(s_n) is increasing, SS is bounded below by s1s_1. Hence SS must be unbounded above. Given any MRM \in \mathbb{R}, there exists a natural number NN such that sN>Ms_N > M. Since (sn)(s_n) is increasing, we have M<sNsnM < s_N \leq s_n, so limsn=+\lim s_n = + \infty.

Identically

(b)(b) Let (sn)(s_n) be a decreasing sequence and suppose that the set S={sn ⁣:nN}S = \{s_n \colon n \in \mathbb{N}\} is unbounded. Since (sn)(s_n) is decreasing, SS is bounded above by s1s_1. Thus SS must be unbounded below. Given any MRM \in \mathbb{R}, there exists a natrual number NN such that sN<Ms_N < M. Since (sn)(s_n) is decreasing, we have sn<sN<Ms_n < s_N < M. Therefore limsn=\lim s_n = - \infty.

Cauchy sequences

When a sequence converges, not only do the terms get closer to the limit, they get closer to each other for sufficient large nn. It turns out that if the terms in a sequence get continually closer to each other, the sequence itself converges.

Definition

A sequence (sn)(s_n) is said to be a Cauchy sequence if for all ε>0\varepsilon > 0, there exists a natural number NN such that m,nNm,n \geq N implies that snsm<ε|s_n - s_m| < \varepsilon.

Essentially, a sequence is Cauchy if the terms get arbitrarily close to each other.

Lemma 1.3.3

Every convergent sequence is a Cauchy sequence.

Suppose that (sn)(s_n) converges to ss. To show that sns_n is close to sms_m for sufficiently large n,mn,m, we use the fact that they are both close to ss. The triangle inequality gives

snsm=sns+ssmsns+ssm. |s_n - s_m| = |s_n - s + s - s_m| \leq |s_n - s| + |s - s_m|.

For any ε>0\varepsilon > 0, choose some natural number NN such that kNk \geq N implies sks<ε/2|s_k - s| < \varepsilon/2. This kk exists, because limsn=s\lim s_n = s. Then for m,nNm,n \geq N we have

snsmsns+ssm<ε2+ε2=ε |s_n - s_m| \leq |s_n - s| + |s - s_m| < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon

Therefore (sn)(s_n) is a Cauchy sequence.

Lemma 1.3.4

Every Cauchy sequence is bounded.

Let (sn)(s_n) be a Cauchy sequence. Then there exists a natural number NN such that for all n,mNn,m \geq N, snsm<ε|s_n - s_m| < \varepsilon. Let ε=1\varepsilon = 1. Let m=Nm = N. Through the triangle inequality we have

snsNsnsN<1    sn<1+sN |s_n| - |s_N| \leq |s_n - s_N| < 1 \implies |s_n| < 1 + |s_N|

Let M=max{s1,,sN,1+sN}M = \max\{|s_1|,\dots,|s_N|,1 + |s_N|\}. Then for all nNn \in \mathbb{N}, snM|s_n| \leq M. Thus (sn)(s_n) is bounded.

The above lemma is very similar to Theorem 1.1.31.1.3.

Theorem 1.3.5 (Cauchy Convergence Criterion)

A sequence (sn)(s_n) is convergent if and only if it is a Cauchy sequence.

We have already proved in Lemma 1.3.31.3.3 that every convergent sequence is a Cauchy sequence, so we only need to prove the reverse direction. Suppose (sn)(s_n) is a Cauchy sequence and let S={sn ⁣:nN}S = \{s_n \colon n \in \mathbb{N}\} be the range of the sequence. We consider two cases, when SS is finite, and when SS is infinite.

If SS is finite, then the minimum distant ε\varepsilon between any two points is positive. Since (sn)(s_n) is Cauchy, there exists a natural number NN such that m,nNm,n \geq N implies snsm<ε|s_n - s_m| < \varepsilon. Given any mNm \geq N, sms_m and sNs_N are both in SS. If the distant between them is less than ε\varepsilon, then it must be zero. Thus sm=sNs_m = s_N for all mNm \geq N. Therefore limsn=sN\lim s_n = s_N.

Next, suppose that SS is infinite. From Lemma 1.3.41.3.4 we know SS is bounded. From the Bolzano-Weierstrass theorem there exists a point ss in R\mathbb{R} that is an accumulation point of SS. We claim (sn)(s_n) converges to ss. Given any ε>0\varepsilon > 0, there exists a natural number NN such that snsm<ε/2|s_n - s_m| < \varepsilon/2 for any n,mNn,m \geq N. Since ss is an accumulation point of SS, the neighborhood N(s;ε/2)N(s;\varepsilon/2) contains an infinite amount of points in SS. Thus there exists some integer mNm \geq N such that smN(s;ε/2)s_m \in N(s;\varepsilon/2). Hence for any nNn \geq N we have

sns=snsm+smssnsm+sms<ε2+ε2=ε |s_n - s| = |s_n - s_m + s_m - s| \leq |s_n - s_m| + |s_m - s| < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon

Thus limsn=s\lim s_n = s.

Practice

Recap

In this section we proved the following theorems and results.

Theorem 1.3.1 (Monotone Convergence Theorem)

A monotone sequence is convergent if and only if it is bounded.

Theorem 1.3.2

(a)(a) If (sn)(s_n) is an unbounded increasing sequence, then limsn=+\lim s_n = + \infty

(b)(b) If (sn)(s_n) is an unbounded decreasing sequence, then limsn=\lim s_n = - \infty

Lemma 1.3.3

Every convergent sequence is a Cauchy sequence.

Lemma 1.3.4

Every Cauchy sequence is bounded.

Theorem 1.3.5 (Cauchy Convergence Criterion)

A sequence (sn)(s_n) is convergent if and only if it is a Cauchy sequence.