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 . We will name this new type of convergent sequence Cauchy after the 19th-century French mathematician Augustin-Louis Cauchy.
Definition 4.5.
Let be a sequence of real numbers. Then is a Cauchy sequence if
(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 . Successive terms get arbitrarily close to each other () but not all others (the terms still get arbitrarily large as so for any index and distance we can always find a large enough index such that ), and thus the sequence is not Cauchy.
Example 4.10.
Show that is a Cauchy sequence.
Let and choose . Then for we have
(4.43) |
Example 4.11.
Show that is a Cauchy sequence.
Let and choose . Then for we have
(4.44) | ||||
(4.45) |
Example 4.12.
Show that the sequence given by is not Cauchy.
To prove this, we will show that the sequence fulfills the negation of the Cauchy sequence definition ( such that such that ).
Choose , let , and choose and . Then
(4.46) | |||
(4.47) | |||
(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 be a sequence of real numbers. Then 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 be a Cauchy sequence. Then such that (this is equivalent to the definition of Cauchy with ). Then
(4.49) |
Therefore, for
(4.50) |
and thus for all we have , so is bounded. ∎
Now suppose is a Cauchy sequence, then by the lemma above, is bounded and thus by the Bolzano-Weierstrass Theorem (4.8) there exists a convergent subsequence which converges to some limit . We now want to show that the Cauchy sequence also converges to . Let , Since is Cauchy such that . Also, since such that . Then, for we have
(4.51) |
and thus is convergent with limit .
(Reverse direction ): Suppose is a convergent sequence with limit . Let , then such that . For we have
(4.52) |
and thus is a Cauchy sequence. ∎