Alphabeta Math
RemarkRemark: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)verified 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.

Conventions for sequences: indexing, eventually, lim\lim, and rational ε\varepsilon

This page fixes a handful of conventions. None of them is deep, and each is the kind of thing that silently causes trouble when it is left implicit.

Indexing from 00 or from 11 makes no difference to convergence. Sequences here are functions on N\mathbb{N} (Sequences of reals: bounded, eventually, frequently, tails, subsequences), and N\mathbb{N} contains 00, so the first term is x0x_0. A text that writes (xk)k1(x_k)_{k \ge 1} is describing the first tail of such a function. By Convergence depends only on the tail a sequence and any of its tails converge to exactly the same limits and are Cauchy together, so every statement on this page about convergence, about limits and about the Cauchy condition reads the same under a shift of the indexing. That is a claim about those statements and not about every sentence here: the starting index is genuinely visible wherever an index is named, as in the base case n00n_0 \ge 0 of A strictly increasing index map satisfies nkkn_k \ge k, in the 00-th tail used in the proof of Convergence depends only on the tail, and in the recursion s0=1s_0 = 1 that builds the witness of FALSE: every bounded sequence converges. In a formula it shows up as the shift in 1/(k+1)1/(k+1), written that way here purely so that no term is undefined at k=0k = 0.

"Eventually" is the only weakened quantifier pattern used for hypotheses. A property holds eventually when it holds for all indices from some point on, and frequently when, for every index KK, it holds at some index kKk \ge K (Sequences of reals: bounded, eventually, frequently, tails, subsequences). The two are negations of each other applied to the complementary property: PP holds frequently exactly when ¬P\lnot P does not hold eventually. "Frequently" is defined in that cofinal form, and the cofinal form is what every use of the word here means, because it is the literal negation of "eventually" and needs nothing further. The familiar reading "at infinitely many indices" is equivalent to it, and the equivalence is available in this library rather than merely plausible: finiteness is defined (Finite, countably infinite, countable, uncountable), Every subset of an at most countable set is at most countable proves that a subset of N\mathbb{N} is finite when it is bounded above and countably infinite when it is not, and The pigeonhole principle on N\mathbb{N} proves that N\mathbb{N} is equinumerous with no natural number, so those two cases exclude one another. A set of indices is therefore cofinal exactly when it is infinite. The cofinal form is nevertheless the one taken as the definition here, because it is the literal negation of "eventually" and calls on no counting theory at all. Because of Convergence depends only on the tail, a hypothesis of the form "for all kk" whose conclusion concerns only convergence may be weakened to "eventually" at no cost, and two of the three hypotheses of that shape on this page are stated in the weaker form: the comparison xkykx_k \le y_k of Limits preserve non-strict inequalities and the bracketing akxkbka_k \le x_k \le b_k of The squeeze theorem. The third is deliberately left at every index, the strict comparison xk<ykx_k < y_k of FALSE: limits preserve strict inequalities: that claim is false, and stating its hypothesis at every index makes it as strong as it can be, so that the refutation defeats the strongest form rather than a weakened one. The remaining hypotheses are stated at every index because they are not of that shape. Some are needed at every index for the statement to typecheck at all, such as yk0y_k \ne 0 in Algebra of limits: sums, scalar multiples, products and quotients and xk>0x_k > 0 in For positive terms, null and divergence to ++\infty are reciprocal, where a missing index would leave 1/yk1/y_k or 1/xk1/x_k undefined; and the bound ykM|y_k| \le M of A null sequence times a bounded sequence is null is not weakened because, as recorded there, an eventual bound is already a bound. "Frequently" is defined here for completeness and is used in no hypothesis on this page.

lim\lim is written only after uniqueness is known. The notation limkxk\lim_k x_k presupposes that at most one real can be the limit, which is A sequence has at most one limit. Before that lemma, the correct phrasing is "(xk)(x_k) converges to xx", a relation between a sequence and a real, not a function of the sequence. The same discipline is applied to sup\sup and inf\inf elsewhere in the library (Conventions: sup\sup \emptyset, unbounded sets, and the extended reals): a notation is introduced only once the object it names has been shown to exist and to be unique.

Convergence is tested against rational ε\varepsilon. The published Limits and Cauchy sequences of reals quantifies over rational ε>0\varepsilon > 0 rather than real ε>0\varepsilon > 0. That is a deliberate feature of the construction of R\mathbb{R}, where the rationals are available before the reals are complete, and it loses nothing: below any real η>0\eta > 0 lies a positive rational (The rationals embed densely in the reals), so the two formulations define the same relation. The argument is written out once, in the remarks of Sequences of reals: bounded, eventually, frequently, tails, subsequences, and proofs on this page cite it whenever a real ε\varepsilon is more convenient than a rational one. Rationals are identified with their images in R\mathbb{R} under the ordered-field embedding, again as recorded in Sequences of reals: bounded, eventually, frequently, tails, subsequences.

A sequence is not its range, but boundedness only sees the range. (xk)(x_k) is a function; the set {xk:kN}\{x_k : k \in \mathbb{N}\} forgets order and multiplicity. The sequence is bounded, in the sense of Sequences of reals: bounded, eventually, frequently, tails, subsequences, exactly when its range is a bounded subset of R\mathbb{R} in the sense of Lower bound, bounded below, bounded set. Both directions rest on the equivalence xM    MxM|x| \le M \iff -M \le x \le M: if xM|x| \le M then xxMx \le |x| \le M and Mxx-M \le -|x| \le x, using xxx-|x| \le x \le |x| (Basic properties of the absolute value) together with the fact that aba \le b and ba-b \le -a are the same assertion, both saying that bab - a is positive or zero (Ordered field); conversely, if MxM-M \le x \le M then x|x|, being xx or x-x by the definition of the absolute value (Order on the reals, Absolute value in an ordered field), is M\le M either way. Given a bound MM with xkM|x_k| \le M for all kk, the range is bounded below by M-M and above by MM. Conversely, given xku\ell \le x_k \le u for all kk, put M:=max{,u}M := \max\{|\ell|, |u|\}, which exists because a nonempty finite list of reals has a maximum (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set); then xkuuMx_k \le u \le |u| \le M and Mxk-M \le -|\ell| \le \ell \le x_k, so MxkM-M \le x_k \le M and hence xkM|x_k| \le M for every kk, by transitivity of \le (Ordered field).

Boundedness is not alone in this. Any property of (xk)(x_k) that is defined purely from the set of values is settled by the range for the same trivial reason: bounded above, bounded below, and the supremum or infimum of the range when it exists (Lower bound, bounded below, bounded set, Complete ordered field (least-upper-bound property)) are read off the range by definition, so permuting or repeating terms cannot change them. Convergence is not of that kind, and that is the contrast worth drawing: the sequence z0=1z_0 = -1 with zk=1z_k = 1 for k1k \ge 1 and the alternating sequence of FALSE: every bounded sequence converges have the same range {1,1}\{-1, 1\}, yet the first converges to 11, being constant from index 11 on (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Convergence depends only on the tail), while the second does not converge at all. So knowing the range settles boundedness and does not settle convergence. That is the whole of what is claimed here; each other property of a sequence has to be looked at on its own, and this page does not survey them.

"Diverges" means "does not converge". Divergence is the plain negation of convergence, so an oscillating bounded sequence diverges. Divergence to ++\infty or -\infty (Divergence to ++\infty and to -\infty) is a strictly stronger and entirely separate condition, and the arrow in xk+x_k \to +\infty is an abbreviation, not an equation: this library never writes limkxk=+\lim_k x_k = +\infty, because ++\infty is not a real number.

What is deliberately absent from this page. Monotone sequences, the monotone convergence theorem, the Bolzano-Weierstrass theorem and the completeness of R\mathbb{R} in the Cauchy sense are none of them treated here. They are the subject of the next page of this track, Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness, which comes later in the reading order; nothing on this page may be taken to have proved any of them. The last of the four is the one exception worth stating: for the R\mathbb{R} this page works in, every Cauchy sequence of reals converges to a real is already proved elsewhere in the library, by The reals are complete on the Cauchy-construction page, and Every convergent sequence is Cauchy records where that leaves the two directions. The monotone convergence theorem and the Bolzano-Weierstrass theorem have no such exception: neither is available at this point in the reading order, and both are proved on that next page. How far this page is really a page about R\mathbb{R}. It assumes only that R\mathbb{R} is a complete ordered field, and it uses completeness solely through the Archimedean property. It is tempting to conclude that every result here holds verbatim for sequences of rationals, and the earlier version of this remark said exactly that. The claim needs splitting in two, because it is true of the statements and not literally true of the proofs.

The statements do transfer. Q\mathbb{Q} is an ordered field (The rationals form a totally ordered field) and is Archimedean (The rationals are Archimedean), and the absolute value, the triangle inequality and the order arithmetic these proofs run on are established for an arbitrary ordered field, not for R\mathbb{R} in particular (Basic properties of the absolute value, The triangle inequality, Ordered field).

The proofs do not transfer by citation, and two places are why. Every convergent sequence is bounded absorbs the first finitely many terms using Every nonempty finite set of reals has a maximum and a minimum, which is stated for finite lists of reals; its proof is an induction that runs in any totally ordered field, but as stated it does not apply to Q\mathbb{Q}. And Every complete ordered field is Archimedean is stated for complete ordered fields, so it says nothing about Q\mathbb{Q}; the Q\mathbb{Q} counterpart is the separately proved The rationals are Archimedean. A third, more basic point: this library defines convergence and the Cauchy condition only for sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals), so the rational statements are not formulated anywhere here in the first place.

What is therefore claimed, and all that is claimed, is this: rerun any argument on this page over Q\mathbb{Q}, replacing the maximum lemma by the same induction in Q\mathbb{Q} and Every complete ordered field is Archimedean by The rationals are Archimedean, and it goes through unchanged. That is a statement about the arguments, not a licence to cite the items above with Q\mathbb{Q} in place of R\mathbb{R}.

Depends on

Used by

Dependency tree · next 3 levels

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