Alphabeta Math
LemmaStatement: AI-adaptedProof: Literature-sourcedSession-authored (Fable 5 assisted)precheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Every convergent sequence is Cauchy

Statement

Let (xk)(x_k) be a sequence of reals converging to xRx \in \mathbb{R} (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals). Then (xk)(x_k) is Cauchy (Limits and Cauchy sequences of reals).

Facts & Assumptions

Given: A sequence (xk)(x_k) of reals converging to a real xx (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L1]

(xk)(x_k) converges to xx when for every rational ε>0\varepsilon > 0 there is KNK \in \mathbb{N} with xkx<ε^|x_k - x| < \hat\varepsilon for all kKk \ge K; and (xk)(x_k) is Cauchy when for every rational ε>0\varepsilon > 0 there is KNK \in \mathbb{N} with xkxl<ε^|x_k - x_l| < \hat\varepsilon for all k,lKk, l \ge K (Limits and Cauchy sequences of reals).

[L2]

Triangle inequality: a+ba+b|a + b| \le |a| + |b| in R\mathbb{R} (The triangle inequality, Complete ordered field (least-upper-bound property)).

[L3]

Absolute value: u=u|-u| = |u| for every real uu (Basic properties of the absolute value).

[L4]

Halving a positive rational: if ε\varepsilon is a rational >0> 0 then ε/2\varepsilon/2 is again a rational, it is >0> 0, and ε/2+ε/2=ε\varepsilon/2 + \varepsilon/2 = \varepsilon. In detail, Q\mathbb{Q} is an ordered field (The rationals form a totally ordered field, Ordered field, Field), so 1>01 > 0 (The multiplicative identity is positive) and 2:=1+1>02 := 1 + 1 > 0 because the positives are closed under addition (Ordered field); hence 202 \ne 0 is invertible with 21>02^{-1} > 0 (Inverses of positives are positive, and reciprocation reverses order), the product ε/2=ε21\varepsilon/2 = \varepsilon \cdot 2^{-1} of two positives is positive (Sign rules for products and monotonicity of multiplication), and ε21+ε21=ε212=ε\varepsilon \cdot 2^{-1} + \varepsilon \cdot 2^{-1} = \varepsilon \cdot 2^{-1} \cdot 2 = \varepsilon by the field axioms (Field). The embedding of Q\mathbb{Q} in R\mathbb{R} preserves the order (The rationals embed densely in the reals), so these facts hold verbatim for the images, under the identification recorded in Sequences of reals: bounded, eventually, frequently, tails, subsequences.

[L5]

The order on N\mathbb{N} is total and transitive, so a single threshold serves for both indices (\le is a linear order on N\mathbb{N}).

[L6]

Order arithmetic in R\mathbb{R}: adding two strict inequalities, a<ba < b and c<dc < d give a+c<b+da + c < b + d (Order is preserved by adding a constant and by adding inequalities); and, since uvu \le v means u<vu < v or u=vu = v, the mixed form uv<wu<wu \le v < w \Rightarrow u < w (Complete ordered field (least-upper-bound property), Ordered field).

Proof

technique · direct
1.1

Let ε>0\varepsilon > 0 be rational; then ε/2\varepsilon/2 is a rational >0> 0.

L4
2.1

By convergence there is KNK \in \mathbb{N} with xkx<ε/2|x_k - x| < \varepsilon/2 for all kKk \ge K.

step 1.1L1
3.1

For all k,lKk, l \ge K we get xkxl=(xkx)+(xxl)xkx+xxl=xkx+xlx|x_k - x_l| = |(x_k - x) + (x - x_l)| \le |x_k - x| + |x - x_l| = |x_k - x| + |x_l - x|, while adding the two strict inequalities of step 2.1 gives xkx+xlx<ε/2+ε/2=ε|x_k - x| + |x_l - x| < \varepsilon/2 + \varepsilon/2 = \varepsilon; composing the non-strict inequality with the strict one yields xkxl<ε|x_k - x_l| < \varepsilon.

step 2.1L2L3L4L5L6
4.1

Since the rational ε>0\varepsilon > 0 was arbitrary and the single threshold KK works for both indices, (xk)(x_k) is Cauchy.

step 3.1L1

Remarks

  • The converse is a genuine theorem and is not proved here. "Every Cauchy sequence of reals converges" is the completeness of R\mathbb{R} in the Cauchy sense. It is the subject of the next page of this track, Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness, where it is proved from the least-upper-bound property, last of the four completeness results there, by way of Bolzano-Weierstrass, which is itself routed through the monotone convergence theorem. That proof is not available at this point in the reading order; the converse itself, for the R\mathbb{R} this library constructs, already is, by the different route the next remark records.

  • The converse is nevertheless already available in this library, and it should be said plainly rather than left to the next page. The R\mathbb{R} used throughout (The real numbers, Sequences of reals: bounded, eventually, frequently, tails, subsequences) is the quotient of the ring of Cauchy sequences of rationals, and The reals are complete proves for precisely that R\mathbb{R} that every Cauchy sequence of reals converges to a real. Nothing further is needed to have the converse in hand here; and any other complete ordered field inherits it, since any two are isomorphic by a unique ordered-field isomorphism (Uniqueness of the complete ordered field: R\mathbb{R} up to a unique isomorphism). The reason the next page proves it again, from the least-upper-bound property, is that that proof is the form the rest of analysis uses and does not route through a particular construction.

  • The splitting ε/2+ε/2\varepsilon/2 + \varepsilon/2 is the whole content. It is worth noticing that no property of R\mathbb{R} beyond the ordered-field axioms and the triangle inequality is used, so the same argument shows that a convergent sequence of rationals is Cauchy in Q\mathbb{Q}.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 87 results over 29 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources