Documentation

Atlas.RealAnalysis.code.Sequences.Cauchy

theorem Real_Analysis.cauchy_seq_iff (x : ) :
CauchySeq x ε > 0, ∃ (M : ), ∀ (n k : ), n Mk M|x n - x k| < ε

A real sequence x is Cauchy (in the Mathlib sense, CauchySeq x) if and only if it satisfies the textbook Cauchy criterion: for every ε > 0 there exists M : ℕ such that |x n - x k| < ε whenever n, k ≥ M.

Cauchy completeness of the reals: a real sequence is Cauchy if and only if it converges to some limit L : ℝ.