Definition 2.4.1: A real sequence {xₙ} is called a Cauchy sequence if
for every ε > 0 there exists M ∈ ℕ such that for all n, k ≥ M we have
|x n - x k| < ε.
Instances For
The book's notion of a Cauchy sequence of real numbers coincides with the
standard CauchySeq predicate from mathlib.
Example 2.4.2: The sequence 1 / n (with indexing starting at n = 1) is
Cauchy.
Example 2.4.3: The sequence { (-1)^n }_{n = 1}^∞ is not Cauchy.
Proposition 2.4.4: Every Cauchy real sequence is bounded.
A convergent real sequence is Cauchy (ε/2 argument).
A Cauchy real sequence converges by completeness of ℝ.
Theorem 2.4.5: A sequence of real numbers is Cauchy if and only if it
converges (using completeness of ℝ).