4.5 Cauchy Sequences

Our goal was to develop tools that allow us to determine if a sequence is convergent without knowing what the limit of sequence is. We know that if a sequence is monotone and bounded then it is convergent, and that if a sequence is a subsequence of a bounded sequence, then it is convergent. But what if a sequence does not fulfill these properties? Our current definition of convergence requires knowledge of the limit in order to prove that a sequence is convergent, so how about we create a new definition of a convergent sequence where we don’t need to know what the limit is. The intuition for this defintion is that we want to express mathematically that for a sequence to converge the terms have to get closer and closer together as n. We will name this new type of convergent sequence Cauchy after the 19th-century French mathematician Augustin-Louis Cauchy.

Definition 4.5.

Let (xn)n be a sequence of real numbers. Then (xn)n is a Cauchy sequence if

ε>0,N:n,mN|xmxn|ε. (4.42)

What this defintion is encoding for us is that for any small ε, there exists a step in the sequence such that from that step onwards, all terms of the sequence are ε-close to each other. It is actually quite important that we specify ‘all terms’ as we want this definition to be as close as possible to our original definition of convergence and if we say that, for example, only consecutive terms must get ε-close to each other then we admit some sequences which we would not consider convergent under the original definition. For example, the sequence (xn)n=(n)n. Successive terms get arbitrarily close to each other (xn+1xn=n+1n=1n+1+n<12n) but not all others (the terms still get arbitrarily large as n so for any index n and distance M we can always find a large enough index m such that xmxn>M), and thus the sequence is not Cauchy.

Example 4.10.

Show that (1n)n is a Cauchy sequence.
Let ε>0 and choose N>2ε. Then for m,nN we have

|xmxn|=|1m1n|1m+1n1N+1N=2N<ε. (4.43)
Example 4.11.

Show that (n1+n)n is a Cauchy sequence.
Let ε>0 and choose N>1ε. Then for mnN we have

|xmxn| =|m1+mn1+n|=|mn(1+m)(1+n)| (4.44)
mnmn=1n1m1n1N<ε. (4.45)
Example 4.12.

Show that the sequence given by xn=1+12++1n is not Cauchy.
To prove this, we will show that the sequence fulfills the negation of the Cauchy sequence definition (ε>0 such that Nm,nN such that |xmxn|>ε).
Choose ε<12, let N, and choose n=N and m=2N. Then

|xmxn|=|x2NxN| (4.46)
=|(1+12++1N+1N+1++12N)(1+12++1N)| (4.47)
=1N+1++12N12N++12N=N12N=12>ε. (4.48)

4.5.1 Cauchy and Convergent Sequences are Equivalent

Notice that in these examples, the sequences that are Cauchy are also convergent, and the sequence that is not Cauchy is not convergent. This correspondence turns out to be general and in fact it is an important result that the criteria for being convergent and being Cauchy are equivalent.

Theorem 4.9

Let (xn)n be a sequence of real numbers. Then (xn)n is a convergent sequence if and only if it is also a Cauchy sequence.

Proof.

(Forward direction ): We will make use of a lemma.

Lemma

Any Cauchy sequence is bounded.

Proof.

Let (xn)n be a Cauchy sequence. Then N such that nN|xnxN|<1 (this is equivalent to the definition of Cauchy with m=N). Then

|xn|=|xnxN+xN||xnxN|+|xN|1+|xN|. (4.49)

Therefore, for

M=max{1+|xN|,|x1|,|x2|,,|xN1|}, (4.50)

and thus for all n we have |xn|M, so (xn)n is bounded. ∎

Now suppose (xn)n is a Cauchy sequence, then by the lemma above, (xn)n is bounded and thus by the Bolzano-Weierstrass Theorem (4.8) there exists a convergent subsequence (xmk)k which converges to some limit x. We now want to show that the Cauchy sequence (xn)n also converges to x. Let ε>0, Since (xn)n is Cauchy N such that m,nN|xmxn|<ε2. Also, since xmkx,K such that kK|xmkx|<ε2. Then, for nmax{N,K} we have

|xnx|=|xnxmn+xmnx||xnxmk|+|xmkx|<ε2+ε2=ε, (4.51)

and thus (xn)n is convergent with limit x.
(Reverse direction ): Suppose (xn)n is a convergent sequence with limit x. Let ε>0, then N such that nN|xnx|<ε2. For m,nN we have

|xmxn|=|xmx+xxn||xmx|+|xxn|<ε2+ε2=ε, (4.52)

and thus (xn)n is a Cauchy sequence. ∎