Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedSession-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.

Subsequences inherit the limit

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), and let n:NNn : \mathbb{N} \to \mathbb{N} be strictly increasing. Then the subsequence (xnk)(x_{n_k}) converges to xx.

Divergence test. Consequently, if two subsequences of (xk)(x_k) converge to different limits, then (xk)(x_k) does not converge.

Facts & Assumptions

Given: A sequence (xk)(x_k) of reals converging to a real xx, and a strictly increasing n:NNn : \mathbb{N} \to \mathbb{N}, so that (xnk)(x_{n_k}) is a subsequence of (xk)(x_k) (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 (Limits and Cauchy sequences of reals).

[L2]

Growth of the index map: nkkn_k \ge k for every kk (A strictly increasing index map satisfies nkkn_k \ge k).

[L3]

The order on N\mathbb{N} is transitive, so nkkKn_k \ge k \ge K gives nkKn_k \ge K (\le is a linear order on N\mathbb{N}, Order on the natural numbers).

[L4]

A sequence has at most one limit (A sequence has at most one limit).

Proof

technique · direct
1.1

Let ε>0\varepsilon > 0 be rational. By convergence of (xk)(x_k) there is KNK \in \mathbb{N} with xjx<ε|x_j - x| < \varepsilon for every jKj \ge K.

L1
2.1

For every kKk \ge K we have nkkKn_k \ge k \ge K, so the estimate of step 1.1 applies at the index j=nkj = n_k and gives xnkx<ε|x_{n_k} - x| < \varepsilon.

step 1.1L2L3
3.1

Since the rational ε>0\varepsilon > 0 was arbitrary, and the same threshold KK served, (xnk)(x_{n_k}) converges to xx.

step 2.1L1
4.1

Divergence test: suppose subsequences (xnk)(x_{n_k}) and (xmk)(x_{m_k}) converge to aa and bb with aba \ne b. If (xk)(x_k) converged, to xx say, then by step 3.1 both subsequences would converge to xx, and uniqueness of limits would force a=xa = x and b=xb = x, hence a=ba = b, contrary to hypothesis; so (xk)(x_k) does not converge.

step 3.1L4

Remarks

  • A sequence is a subsequence of itself, via the identity index map nk=kn_k = k, which is strictly increasing. So "every subsequence converges to xx" and "the sequence converges to xx" are equivalent, and the lemma is the non-trivial half of that equivalence.

  • The converse of the first claim is false: one convergent subsequence says nothing about the sequence (FALSE: a convergent subsequence forces the sequence to converge). It is the divergence test, not the convergence of a single subsequence, that is usable.

  • The divergence test is the standard way to show a concrete sequence diverges, and it is how FALSE: every bounded sequence converges is refuted. The opposite direction, extracting a convergent subsequence from a bounded sequence, is Bolzano-Weierstrass; it is not available at this point in the reading order, being the subject of the next page of this track, Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness, where it is proved.

Depends on

Used by

Dependency tree · next 3 levels

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