Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26
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 Cauchy sequence of reals is bounded

Statement

Every Cauchy sequence of reals is bounded: if (xk)(x_k) is a Cauchy sequence (Limits and Cauchy sequences of reals) then there is MRM \in \mathbb{R} with xkM|x_k| \le M for every kNk \in \mathbb{N} (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

This is the real-number counterpart of the lemma proving the same statement for Cauchy sequences of rationals inside Q\mathbb{Q}, and the argument is the same one: the Cauchy condition at a single value of ε\varepsilon confines all but finitely many terms, and the finitely many exceptions are handled by a maximum.

Facts & Assumptions

Given: A Cauchy sequence (xk)(x_k) of reals.

[A1]

Cauchy condition: for every rational ε>0\varepsilon > 0 there is KNK \in \mathbb{N} with xkxl<ε|x_k - x_l| < \varepsilon for all k,lKk, l \ge K (Limits and Cauchy sequences of reals).

[L1]

Triangle inequality: x=(xy)+yxy+y|x| = |(x - y) + y| \le |x - y| + |y| for all reals x,yx, y (The triangle inequality).

[L2]

Every nonempty finite list of reals has a maximum, so max{a0,,an}\max\{a_0, \dots, a_n\} is a well-determined real that dominates each listed value (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L3]

The rational 11 is positive, and the embedding of Q\mathbb{Q} in R\mathbb{R} carries it to 1R1 \in \mathbb{R}, so ε=1\varepsilon = 1 is an admissible test value in [A1] (The rationals embed densely in the reals).

[L4]

Order arithmetic in R\mathbb{R}: translation invariance, a<ba+c<b+ca < b \Rightarrow a + c < b + c (Order is preserved by adding a constant and by adding inequalities); and the mixed transitivity ab<ca<ca \le b < c \Rightarrow a < c, immediate from the reading of aba \le b as "a<ba < b or a=ba = b" together with transitivity of << (Complete ordered field (least-upper-bound property), Ordered field).

[L5]

The order on N\mathbb{N} is total, so every index satisfies kKk \le K or kKk \ge K (\le is a linear order on N\mathbb{N}).

[L6]

A sequence of reals is bounded when some MRM \in \mathbb{R} satisfies xkM|x_k| \le M at every index (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Proof

technique · direct
1.1

Apply [A1] with the rational test value ε=1\varepsilon = 1: fix KNK \in \mathbb{N} such that xkxl<1|x_k - x_l| < 1 for all k,lKk, l \ge K.

A1L3choose
1.2

For all reals xkx_k and xKx_K the triangle inequality gives xkxkxK+xK|x_k| \le |x_k - x_K| + |x_K|.

L1
2.1

For every kKk \ge K: xkxK<1|x_k - x_K| < 1 by step 1.1, and adding xK|x_K| to both sides then combining with step 1.2 gives xk<xK+1|x_k| < |x_K| + 1.

step 1.1step 1.2L4
2.2

Define M:=max{x0,x1,,xK,xK+1}M := \max\{\,|x_0|, |x_1|, \dots, |x_K|, |x_K| + 1\,\}, the maximum of a nonempty finite list of reals, which exists by [L2].

step 1.1L2choose
3.1

For every kKk \le K: xk|x_k| is one of the listed values, so xkM|x_k| \le M.

step 2.2L2
3.2

For every kKk \ge K: xk<xK+1M|x_k| < |x_K| + 1 \le M, since xK+1|x_K| + 1 is one of the listed values.

step 2.1step 2.2L2
4.1

Every index satisfies kKk \le K or kKk \ge K, so xkM|x_k| \le M for every kNk \in \mathbb{N} and (xk)(x_k) is bounded.

step 3.1step 3.2L5L6

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 55 results over 27 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