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 : ℝ.