Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)
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.

Convergence depends only on the tail

Statement

Let (xk) be a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences), let x∈R, and for K∈N let x(K) denote the K-th tail, xj(K)=xj+K. The following are equivalent (Limits and Cauchy sequences of reals):

  1. (xk) converges to x;
  2. every tail x(K) converges to x;
  3. some tail x(K) converges to x.

The same three statements with "converges to x" replaced by "is Cauchy" are likewise equivalent. Consequently, if two sequences agree from some index on, then either both converge to x or neither does, and either both are Cauchy or neither is.

Facts & Assumptions

Given: A sequence (xk) of reals, a real x, and for each K∈N the K-th tail x(K) defined by xj(K):=xj+K (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

Convergence and the Cauchy condition: (zk) converges to z when for every rational ε>0 there is N with ∣zk−z∣<ε for all k≥N, and (zk) is Cauchy when for every rational ε>0 there is N with ∣zk−zl∣<ε for all k,l≥N (Limits and Cauchy sequences of reals).

[L2]

Index arithmetic, first half: j≥N implies j+K≥N+K, and N+K≥N (Order on the natural numbers, Order is compatible with addition).

[L3]

Index arithmetic, second half: every k≥N+K has the form k=j+K with j≥N. Indeed N+K≤k gives i with (N+K)+i=k; put j:=N+i, so that j≥N and j+K=(N+i)+K=N+(i+K)=N+(K+i)=(N+K)+i=k (Order on the natural numbers, Addition is associative, Addition is commutative).

[L4]

The order on N is reflexive and transitive, so k≥N+K≥N gives k≥N; and j+0=j for every j (≤ is a linear order on N, Order on the natural numbers, Addition of natural numbers).

Proof

technique · direct
1.1

(1) implies (2). Assume (xk) converges to x, let K∈N be arbitrary and let ε>0 be rational; take N with ∣xk−x∣<ε for all k≥N. For every j≥N we have j+K≥N+K≥N, hence ∣xj(K)−x∣=∣xj+K−x∣<ε; so x(K) converges to x.

assume-hypL1L2L4
1.2

(2) implies (3), in both families. The 0-th tail satisfies xj(0)=xj+0=xj, so (xk) is itself one of its own tails; statement (2) quantifies over all tails, so applying it to this one already yields (3).

givenL4
1.3

(3) implies (1). Assume x(K) converges to x for some fixed K, and let ε>0 be rational; take N with ∣xj(K)−x∣<ε for all j≥N. Every k≥N+K is of the form j+K with j≥N, so ∣xk−x∣=∣xj(K)−x∣<ε; taking N+K as the threshold shows (xk) converges to x.

assume-hypL1L3
1.4

The Cauchy version of (1) implies (2). Assume (xk) is Cauchy, fix K and a rational ε>0, and take N with ∣xk−xl∣<ε for all k,l≥N. For i,j≥N both i+K≥N and j+K≥N, so ∣xi(K)−xj(K)∣=∣xi+K−xj+K∣<ε; so x(K) is Cauchy.

assume-hypL1L2L4
1.5

The Cauchy version of (3) implies (1). Assume x(K) is Cauchy and let ε>0 be rational; take N with ∣xi(K)−xj(K)∣<ε for all i,j≥N. Any k,l≥N+K are of the form i+K and j+K with i,j≥N, so ∣xk−xl∣<ε; so (xk) is Cauchy.

assume-hypL1L3
2.1

In each of the two families the cycle (1) implies (2) implies (3) implies (1) is closed, so within each family the three statements are equivalent.

step 1.1step 1.2step 1.3step 1.4step 1.5
3.1

If (xk) and (yk) agree from index K on, then x(K)=y(K) as functions, so by the established equivalence (xk) converges to x exactly when y(K) does, exactly when (yk) does, and the same chain applies to the Cauchy condition.

step 2.1given∎

Remarks

  • This is the lemma that makes the word "eventually" usable. Once it is known that finitely many initial terms are irrelevant, a hypothesis of the form "P(k) for all k" can everywhere be weakened to "P(k) eventually" (Sequences of reals: bounded, eventually, frequently, tails, subsequences) at the cost of passing to a tail.

  • It also settles the bookkeeping question of where the indexing starts. A text that writes (xk)k≥1 is describing the first tail of a sequence in the sense used here, and the two have the same limits and the same Cauchy status.

  • Boundedness, by contrast, is not a tail property in the same trivial way: a tail of a bounded sequence is bounded, and a sequence with a bounded tail is bounded only because the finitely many omitted terms can be absorbed into the bound, which is exactly the argument of Every convergent sequence is bounded.

Depends on

Used by

Dependency tree · two levels

22 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources