Documentation

Books.IntroductiontoRealAnalysisVolumeI_JiriLebl_2025.Chapters.Chap02.section04

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| < ε.

Equations
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.

    theorem neg_one_pow_even_odd (m : ) :
    (-1) ^ (2 * m) = 1 (-1) ^ (2 * m + 1) = -1

    Explicit values of consecutive even and odd powers of -1.

    theorem neg_one_pow_consecutive_abs (m : ) :
    |(-1) ^ (2 * m) - (-1) ^ (2 * m + 1)| = 2

    The absolute difference of consecutive powers of -1 is 2.

    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 ).