Alphabeta Math
Session-authored (Fable 5 assisted)
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.

15 results · all verified · 7 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full by a delegated reviewing agent on the owner's instruction; the judge is an additional, independent cross-model AI review of the proofs. The 8 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Sequences and Limits

1 · Prerequisites

2 · Summary

Objective. This page builds the working toolkit for limits of real sequences: the arithmetic of limits, the order properties of limits, the squeeze theorem, and the behaviour of limits under passage to a subsequence. Together with the suprema page it is what the rest of real analysis is written in.

Convergence is not defined here. The published Limits and Cauchy sequences of reals already says what it means for a sequence of reals to converge to a real and what it means to be Cauchy, exactly as Complete ordered field (least-upper-bound property) already defined the supremum before the suprema page. What that definition leaves open is everything one computes with, and that is the content of this page. The first item, Sequences of reals: bounded, eventually, frequently, tails, subsequences, adds only the surrounding vocabulary: bounded, eventually, frequently, tail, subsequence.

One point of hygiene is settled at the outset. Limits and Cauchy sequences of reals quantifies over rational ε>0, because in the construction of R the rationals are available first. That loses nothing, since below any positive real lies a positive rational (The rationals embed densely in the reals), and the argument is written out once in the remarks of Sequences of reals: bounded, eventually, frequently, tails, subsequences. Proofs here run the test against a real ε wherever that is more convenient and cite that remark rather than switching silently.

The four load-bearing results. A sequence has at most one limit is what licenses the notation limkxk at all. Algebra of limits: sums, scalar multiples, products and quotients is the main theorem: limits respect sums, scalar multiples, differences, products and, under the right hypothesis, quotients. Its quotient case is where textbook proofs habitually cheat, since the estimate 1/yk1/y=yyk/(yky) is worthless without a lower bound on yk; that bound, yk>y/2 eventually, is proved here from the reverse triangle inequality rather than waved through. The squeeze theorem establishes convergence of a sequence that is not assumed to converge, which is what makes it a tool rather than a computation rule. Subsequences inherit the limit gives the standard divergence test: two subsequences with different limits force divergence.

Where the older pages are consumed. Every convergent sequence is bounded is where round one's Every nonempty finite set of reals has a maximum and a minimum does its main work: the first finitely many terms of a convergent sequence are bounded because a nonempty finite set of reals has a maximum, proved once by induction and cited here rather than re-derived. Two further items on this page take a maximum of finitely many reals and cite the same lemma. A strictly increasing index map satisfies nkk is the corresponding consumer on the N side, turning a strictly increasing index map into the inequality nkk by induction, using both that 0 is the least natural and that N is discrete (Discreteness: σ(n) is the immediate successor); neither ingredient may be dropped, as the remarks there show.

Divergence to infinity is divergence. Divergence to + and to fixes the meaning of xk+ and stresses what it does not mean: + is not a real number, no limit in the sense of Limits and Cauchy sequences of reals is being claimed, and a sequence diverging to + is unbounded and therefore has no limit at all. The notation is an abbreviation and never an equation, in line with the library's refusal (Conventions: sup, unbounded sets, and the extended reals) to extend R silently. For positive terms, null and divergence to + are reciprocal then records the one clean bridge between the two notions, valid for sequences of positive terms.

The three false statements guard the three standard errors. A bounded sequence need not converge (FALSE: every bounded sequence converges); the true statement in that direction requires passing to a subsequence and is Bolzano-Weierstrass, which is not available at this point in the reading order. Strict inequalities are not preserved in the limit (FALSE: limits preserve strict inequalities); only the non-strict form Limits preserve non-strict inequalities survives, because a positive gap may shrink to nothing. And one convergent subsequence says nothing at all about the sequence (FALSE: a convergent subsequence forces the sequence to converge); the correct statement needs every subsequence, or a Cauchy hypothesis.

What is deliberately deferred. Monotone sequences and the monotone convergence theorem, the Bolzano-Weierstrass theorem, and the completeness of R in the Cauchy sense all belong to the next page of this track, Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness, where they are now proved (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences, A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum, Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence). None of them is available at this point in the reading order, and no item on this page may be cited for any of them. Cauchy completeness is the exception and is stated as such rather than left vague: every Cauchy sequence of reals converges, for the R this page works in, is already proved on the Cauchy-construction page (The reals are complete); what the next page will add is a proof from the least-upper-bound property that does not go through a construction. This page itself proves only the easy half, Every convergent sequence is Cauchy, and its remarks say exactly where the other half stands. Nothing here uses the least-upper-bound property except through the Archimedean property (Every complete ordered field is Archimedean). The natural conclusion, that the results here are really results about any Archimedean ordered field and so about Q, is true of the statements and needs one qualification about the proofs, which is set out at the end of Conventions for sequences: indexing, eventually, lim, and rational ε: two of the items cited on this page are stated for R or for complete ordered fields specifically, so transferring an argument to Q means rerunning it with the Q counterparts, not citing these items unchanged.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

Sequences of reals: bounded, eventually, frequently, tails, subsequences

Definition

Throughout, R is the complete ordered field (Complete ordered field (least-upper-bound property), The real numbers) with its order and absolute value (Order on the reals), and N is the set of natural numbers with its order (The natural numbers N (von Neumann), Order on the natural numbers).

A sequence of reals is a function x:NR. We write xk for the value x(k), call it the k-th term, and write (xk), or (xk)kN, for the function itself. The range of (xk) is the subset {xk:kN}R.

Let (xk) be a sequence of reals and let P be a property of indices.

  • (xk) is bounded if there is MR with xkM for every kN; it is unbounded otherwise.
  • P holds eventually if there is KN such that P(k) holds for every kK.
  • P holds frequently if for every KN there is some kK for which P(k) holds.
  • For KN, the K-th tail of (xk) is the sequence x(K) defined by xj(K):=xj+K for jN; it is again a sequence of reals.
  • A function n:NN is strictly increasing if nj<nk whenever j<k. For such an n, the subsequence of (xk) along n is the composite xn, written (xnk)kN; it is again a sequence of reals.

Convergence and Cauchyness are not defined here. They are already fixed, for sequences of reals, by the published Limits and Cauchy sequences of reals: (xk) converges to xR when for every rational ε>0 there is KN with xkx<ε for all kK, and (xk) is Cauchy when for every rational ε>0 there is KN with xkxl<ε for all k,lK. This page builds the toolkit for those two notions and does not restate them. A sequence converges if it converges to some real, and diverges if it does not.

Remarks

  • Identification of Q with its image. The map qq^ is an embedding of ordered fields (The rationals embed densely in the reals), and as is standard we write q for q^, so that a rational may be compared with a real without further comment. Limits and Cauchy sequences of reals is stated with the hat; every rational ε occurring on this page is its image under this embedding.

  • Rational and real ε agree. Limits and Cauchy sequences of reals tests convergence against every rational ε>0, and its own remark records that this loses nothing. Spelled out: suppose that for every rational ε>0 there is K with xkx<ε for all kK, and let η>0 be an arbitrary real. Since 0<η, density of Q in R (The rationals embed densely in the reals) supplies a rational ε with 0<ε<η, and the index K belonging to that ε satisfies xkx<ε<η for all kK. The converse implication is immediate, since every positive rational is a positive real. So the two formulations define the same relation, and the same two lines apply verbatim to the Cauchy condition and to any condition of the shape "for every ε>0, eventually <ε". Proofs on this page therefore run the test with a real ε wherever that is more convenient, and say so by citing this remark; nothing is smuggled in.

  • Constant sequences converge. For cR the constant sequence xk:=c converges to c, because xkc=0=0<ε for every ε>0 and every k; it is bounded by c.

  • Eventually and frequently are dual. P holds frequently exactly when ¬P does not hold eventually, and P holds eventually exactly when ¬P does not hold frequently. So the two quantifier patterns are negations of one another applied to the complementary property, and there is no third pattern hiding between them.

  • A sequence is not its range. (xk) is a function, not a set, and the range does not determine the function: the sequence x0=0, xk=1 for k1 and the sequence y0=y1=0, yk=1 for k2 have the same range {0,1}, yet they differ at k=1, so they are different sequences. Order and repetition are part of the data and the range forgets both. Boundedness, on the other hand, depends only on the range.

  • Indexing. Sequences here start at k=0 because N contains 0 (The natural numbers N (von Neumann)). Texts that index from 1 describe the same objects up to a shift, and the shift changes nothing about convergence, by Convergence depends only on the tail.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

Convergence depends only on the tail

Statement

Let (xk) be a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences), let xR, and for KN 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 KN 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 zkz<ε for all kN, and (zk) is Cauchy when for every rational ε>0 there is N with zkzl<ε for all k,lN (Limits and Cauchy sequences of reals).

[L2]

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

[L3]

Index arithmetic, second half: every kN+K has the form k=j+K with jN. Indeed N+Kk gives i with (N+K)+i=k; put j:=N+i, so that jN 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 kN+KN gives kN; 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 KN be arbitrary and let ε>0 be rational; take N with xkx<ε for all kN. For every jN we have j+KN+KN, hence xj(K)x=xj+Kx<ε; 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 jN. Every kN+K is of the form j+K with jN, so xkx=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 xkxl<ε for all k,lN. For i,jN both i+KN and j+KN, so xi(K)xj(K)=xi+Kxj+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,jN. Any k,lN+K are of the form i+K and j+K with i,jN, so xkxl<ε; 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)k1 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.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

A sequence has at most one limit

Statement

Let (xk) be a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) and let x,yR. If (xk) converges to x and (xk) converges to y (Limits and Cauchy sequences of reals), then x=y. A sequence therefore has at most one limit, and when a limit exists it may be denoted limkxk.

Facts & Assumptions

Given: A sequence (xk) of reals and reals x,y such that (xk) converges to x and (xk) converges to y (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L1]

Convergence: (xk) converges to z when for every rational ε>0 there is KN with xkz<ε for all kK (Limits and Cauchy sequences of reals).

[L2]

Triangle inequality: a+ba+b in any ordered field, in particular in R (The triangle inequality, Complete ordered field (least-upper-bound property)).

[L3]

Absolute value: u0, and u=0 if and only if u=0, and u=u (Basic properties of the absolute value).

[L4]

Small rationals: for every real η>0 there is a rational ε with 0<ε<η. Either route gives this: density of Q in R (The rationals embed densely in the reals) applied to the pair 0<η; or the Archimedean property (Every complete ordered field is Archimedean) applied to 1/η, which yields a natural n1 with 1/η<n and hence 0<1/n<η (Inverses of positives are positive, and reciprocation reverses order).

[L5]

Order arithmetic in R. Trichotomy, so u0 together with u0 and u0 forces u>0; transitivity and irreflexivity of <; and, since uv means u<v or u=v, the mixed form uv<wu<w (Complete ordered field (least-upper-bound property), Ordered field). Adding two strict inequalities: a<b and c<d give a+c<b+d (Order is preserved by adding a constant and by adding inequalities). Multiplying by a positive: for c>0, a<b gives ac<bc (Sign rules for products and monotonicity of multiplication). Halving a positive: 1>0 (The multiplicative identity is positive), so 2:=1+1>0 because the positives are closed under addition (Ordered field), hence 21>0 (Inverses of positives are positive, and reciprocation reverses order) and η/2=η21>0 whenever η>0 (Sign rules for products and monotonicity of multiplication).

[L6]

The order on N is total, so any two indices K1,K2 admit an index k with kK1 and kK2 ( is a linear order on N).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that xy.

assume-contra
2.1

Then xy0, so xy0 while xy0; by trichotomy xy>0, and hence xy/2>0.

step 1.1L3L5
3.1

Choose a rational ε with 0<ε<xy/2; multiplying that inequality by 2>0 and using (xy/2)2=xy gives 2ε<xy.

step 2.1L4L5algebrachoose
4.1

Since (xk) converges to x there is K1 with xkx<ε for all kK1, and since (xk) converges to y there is K2 with xky<ε for all kK2.

step 3.1L1
5.1

Fix an index k with kK1 and kK2; then xy=(xxk)+(xky)xxk+xky=xkx+xky, while adding the two strict inequalities of step 4.1 gives xkx+xky<ε+ε=2ε; composing the non-strict inequality with the strict one yields xy<2ε.

step 4.1L2L3L5L6
6.1

Combining, 2ε<xy<2ε, so 2ε<2ε, which contradicts irreflexivity of the strict order.

step 3.1step 5.1L5
7.1

The assumption xy is therefore untenable, so x=y: a sequence of reals has at most one limit.

step 6.1discharge-contradiction

Remarks

  • Uniqueness is what licenses the notation limkxk and the phrase the limit. Without it the symbol would not denote. This library writes limkxk only for sequences already known to converge, exactly as it writes supS only for sets already known to have a supremum (Conventions: sup, unbounded sets, and the extended reals).

  • The proof uses only that R is an ordered field in which arbitrarily small positive rationals exist, that is, an Archimedean ordered field (Every complete ordered field is Archimedean). Completeness is not needed: limits are unique in Q too, where many sequences fail to have one.

  • The hypothesis is genuinely about a single sequence having two limits. Two different sequences may of course share a limit, and a sequence with no limit at all is not excluded by anything here.

LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

Every convergent sequence is bounded

Statement

Let (xk) be a sequence of reals converging to xR (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals). Then (xk) is bounded: there is MR with xkM for every kN.

Facts & Assumptions

[L1]

Convergence: for every rational ε>0 there is KN with xkx<ε for all kK (Limits and Cauchy sequences of reals); and 1 is a rational >0, since Q is an ordered field (The rationals form a totally ordered field) and 0<1 in every ordered field (The multiplicative identity is positive).

[L2]

Triangle inequality: a+ba+b in R (The triangle inequality, Complete ordered field (least-upper-bound property)).

[L3]

Absolute value: u0 for every real u (Basic properties of the absolute value).

[L4]

Finite maxima: for every nN and all reals a0,,an the set {a0,,an} has a maximum (Every nonempty finite set of reals has a maximum and a minimum); a maximum lies in the set and dominates every element of it (Maximum and minimum of a set).

[L5]

Order arithmetic in R: transitivity of and of <; both mixed forms, u<vwu<w and uv<wu<w, and the implication u<vuv, all immediate from the reading of uv as "u<v or u=v" (Complete ordered field (least-upper-bound property), Ordered field); and translation invariance, a<ba+c<b+c (Order is preserved by adding a constant and by adding inequalities).

[L6]

The order on N is total, so every index k satisfies k<K or kK ( is a linear order on N).

Proof

technique · direct
1.1

Apply convergence with the rational ε=1: fix KN such that xkx<1 for all kK.

L1
2.1

For every kK we have xk=(xkx)+xxkx+x, while adding x to both sides of xkx<1 gives xkx+x<1+x=x+1; composing the non-strict inequality with the strict one yields xk<x+1.

step 1.1L2L5
2.2

Define M:=max{x0,x1,,xK1,x+1}, the maximum of the finite list obtained by appending x+1 to the first K values x0,,xK1; the list is nonempty because its last entry is always present (when K=0 the list is the single entry x+1), so the maximum exists by [L4].

step 1.1L4choose
3.1

For every k<K the value xk is one of the entries of that list, hence xkM.

step 2.2L4
3.2

For every kK we have xk<x+1M, since x+1 is an entry of the list, hence xkM.

step 2.1step 2.2L4L5
4.1

Every index satisfies k<K or kK, and in both cases xkM; therefore (xk) is bounded.

step 3.1step 3.2L3L6

Remarks

LemmaStatement: AI-adaptedProof: Literature-sourcedprecheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

Every convergent sequence is Cauchy

Statement

Let (xk) be a sequence of reals converging to xR (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals). Then (xk) is Cauchy (Limits and Cauchy sequences of reals).

Facts & Assumptions

[L1]

(xk) converges to x when for every rational ε>0 there is KN with xkx<ε^ for all kK; and (xk) is Cauchy when for every rational ε>0 there is KN with xkxl<ε^ for all k,lK (Limits and Cauchy sequences of reals).

[L2]

Triangle inequality: a+ba+b in R (The triangle inequality, Complete ordered field (least-upper-bound property)).

[L3]

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

[L4]

Halving a positive rational: if ε is a rational >0 then ε/2 is again a rational, it is >0, and ε/2+ε/2=ε. In detail, Q is an ordered field (The rationals form a totally ordered field, Ordered field, Field), so 1>0 (The multiplicative identity is positive) and 2:=1+1>0 because the positives are closed under addition (Ordered field); hence 20 is invertible with 21>0 (Inverses of positives are positive, and reciprocation reverses order), the product ε/2=ε21 of two positives is positive (Sign rules for products and monotonicity of multiplication), and ε21+ε21=ε212=ε by the field axioms (Field). The embedding of Q in 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 is total and transitive, so a single threshold serves for both indices ( is a linear order on N).

[L6]

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

Proof

technique · direct
1.1

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

L4
2.1

By convergence there is KN with xkx<ε/2 for all kK.

step 1.1L1
3.1

For all k,lK we get xkxl=(xkx)+(xxl)xkx+xxl=xkx+xlx, while adding the two strict inequalities of step 2.1 gives xkx+xlx<ε/2+ε/2=ε; composing the non-strict inequality with the strict one yields xkxl<ε.

step 2.1L2L3L4L5L6
4.1

Since the rational ε>0 was arbitrary and the single threshold K works for both indices, (xk) 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 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 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 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 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 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 is the whole content. It is worth noticing that no property of 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.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

A null sequence times a bounded sequence is null

Statement

Let (xk) and (yk) be sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences). If (xk) converges to 0 (Limits and Cauchy sequences of reals) and (yk) is bounded, then the product sequence (xkyk) converges to 0.

No assumption is made that (yk) converges. Boundedness alone suffices, and that is why this lemma is stated on its own rather than folded into the product rule for limits.

Facts & Assumptions

Given: Sequences (xk) and (yk) of reals with (xk) converging to 0, and a real M with ykM for every kN (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L1]

(xk) converges to x when for every rational ε>0 there is KN with xkx<ε^ for all kK (Limits and Cauchy sequences of reals).

[L2]

Absolute value: uv=uv, u0, and u0=u (Basic properties of the absolute value).

[L3]

Products of inequalities: 0ab and 0cd give acbd; and for c>0, a<b gives ac<bc (Multiplying inequalities of positives, Sign rules for products and monotonicity of multiplication).

[L4]

Order arithmetic in R: 0<1, adding a constant preserves the strict order, and and < compose transitively (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Complete ordered field (least-upper-bound property), Ordered field).

[L5]

Inverses: if c>0 then c1>0, so ε/c>0 whenever ε>0 and c>0 (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication).

[L6]

Real versus rational ε: for every real η>0 there is a rational ε with 0<ε<η, by density (The rationals embed densely in the reals) or by the Archimedean property (Every complete ordered field is Archimedean) applied to 1/η; consequently the convergence test of Limits and Cauchy sequences of reals may equivalently be run with real ε>0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Proof

technique · direct
1.1

Since y0M and y00, transitivity gives M0; put C:=M+1, so that C>0 and ykMC for every k.

L2L4
2.1

Let ε>0 be an arbitrary real and put η:=ε/C, which is a real >0 and satisfies ηC=ε.

step 1.1L5
3.1

Since (xk) converges to 0, there is KN with xk=xk0<η for every kK.

step 2.1L1L2L6
4.1

For every kK we get xkyk0=xkykxkC<ηC=ε, the first inequality from 0xkxk and 0ykC, the second from xk<η and C>0.

step 1.1step 3.1L2L3L4
5.1

Since the real ε>0 was arbitrary, (xkyk) converges to 0.

step 4.1L1L6

Remarks

  • The hypothesis on (yk) looks weaker if it is stated as "eventually bounded", but it is not: a sequence bounded from some index K on is bounded outright. If ykM for every kK, then M:=max{y0,,yK1,M} 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), and ykM for every k. That is the same absorption of finitely many initial terms used in Every convergent sequence is bounded.

  • Boundedness of (yk) is essential. Take xk:=1/(k+1), which is null (that sequence is shown to converge to 0 in FALSE: limits preserve strict inequalities), and yk:=(k+1)2. Their product is xkyk=k+1, which is unbounded by the Archimedean property (Every complete ordered field is Archimedean) and hence does not converge at all, since a convergent sequence is bounded (Every convergent sequence is bounded); in particular it is not null. The lemma is therefore sharp in the sense that the bounded factor may not be replaced by an arbitrary one.

  • The lemma is the workhorse of the product rule: the identity xkykxy=xk(yky)+y(xkx) exhibits the error as a sum of two products of a null sequence with a bounded one, and boundedness of (xk) comes from Every convergent sequence is bounded.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

Algebra of limits: sums, scalar multiples, products and quotients

Statement

Let (xk) and (yk) be sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) converging to x and y respectively (Limits and Cauchy sequences of reals), and let cR. Then

xk+ykx+y,cxkcx,xkykxy,xkykxy,

and if in addition y0 and yk0 for every kN, then

1yk1yandxkykxy.

The quotient case rests on an eventual lower bound for yk, proved below rather than assumed: yk>y/2 for all sufficiently large k.

Facts & Assumptions

Given: Sequences (xk), (yk) of reals with (xk) converging to x and (yk) converging to y, and a real c (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals). For the last two claims we assume in addition y0 and yk0 for every k.

[L1]

Convergence, quantified over rational ε>0 (Limits and Cauchy sequences of reals).

[L2]

Absolute value and the triangle inequality: uv=uv, u0, u=0 if and only if u=0, u=u, and a+ba+b (Basic properties of the absolute value, The triangle inequality).

[L3]

Real versus rational ε: for every real η>0 there is a rational ε with 0<ε<η, by density (The rationals embed densely in the reals) or by the Archimedean property (Every complete ordered field is Archimedean) applied to 1/η (Inverses of positives are positive, and reciprocation reverses order); consequently the convergence test of Limits and Cauchy sequences of reals may equivalently be run with real ε>0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L4]

Convergent sequences are bounded (Every convergent sequence is bounded), and a constant sequence (c) is bounded by c (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L5]

A null sequence times a bounded sequence is null (A null sequence times a bounded sequence is null).

[L6]

Reverse triangle inequality: uvuv, hence uvvu (The reverse triangle inequality).

[L7]

Inverses and order: a>0 implies a1>0; 0<a<b implies 0<b1<a1; (u1)1=u for u0 (Inverses of positives are positive, and reciprocation reverses order, Field).

[L8]

Order arithmetic in R: adding a constant and adding inequalities preserve the order, multiplying a strict inequality by a positive factor preserves it, and and < compose transitively; trichotomy holds, and since u0 means u>0 or u=0, an element with u0 and u0 satisfies u>0 (Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Complete ordered field (least-upper-bound property), Ordered field). Moreover 2=1+1>0 and 2 is invertible: 0<1 in any ordered field (The multiplicative identity is positive) and the positives are closed under addition, so 2>0 and in particular 20 (Ordered field), whence 21 exists (Field).

[L9]

Rational arithmetic: ε/2 is a rational >0 whenever ε is, and ε/2+ε/2=ε (The rationals form a totally ordered field); the order on N is total, so finitely many thresholds admit a common index ( is a linear order on N).

Proof

technique · direct
1.1

Reduction to null sequences: for any sequence (zk) of reals and any real z, the statements "(zk) converges to z" and "(zkz) converges to 0" are literally the same condition, because (zkz)0=zkz for every k.

L1L2
1.2

Sum rule, in general form. Let (uk)u and (vk)v be any convergent sequences of reals and let ε>0 be rational; take K1 with uku<ε/2 for kK1 and K2 with vkv<ε/2 for kK2, and let K be an index at least as large as both. For kK, (uk+vk)(u+v)=(uku)+(vkv)uku+vkv<ε/2+ε/2=ε; hence uk+vku+v, and in particular xk+ykx+y.

L1L2L8L9algebra
1.3

Boundedness: every convergent sequence of reals is bounded, and every constant sequence (d) is bounded by d.

L4
1.4

Quotient preparation. Assume y0 and yk0 for every k. Then y>0 by [L2], so y/2>0; running the convergence test of (yk) with the real number y/2 as tolerance, which [L3] licenses, produces K0N with yky<y/2 for all kK0.

L1L2L3L7L8choose
2.1

Scalar rule, in general form. Let (uk)u and let dR. By step 1.1 the sequence (uku) is null and by step 1.3 the constant sequence (d) is bounded, so (d(uku))=(dukdu) is null by [L5]; by step 1.1 again, dukdu, and in particular cxkcx.

step 1.1step 1.3L5algebra
2.2

Product rule, in general form. Let (uk)u and (vk)v, and write ukvkuv=uk(vkv)+v(uku). By step 1.1 both (vkv) and (uku) are null; by step 1.3 both (uk) and the constant sequence (v) are bounded; so both (uk(vkv)) and (v(uku)) are null by [L5], and their sum is null by step 1.2 applied with both limits equal to 0. By step 1.1, ukvkuv, and in particular xkykxy.

step 1.1step 1.2step 1.3L5algebra
2.3

Eventual lower bound. For every kK0, the reverse triangle inequality gives ykyyyk=yyky>yy/2=y/2>0; so yk>y/2 for all kK0, and in particular yk0 there.

step 1.4L2L6L8
3.1

Difference rule. Applying step 2.1 to the sequence (yk) with d=1 gives yky; the sum rule of step 1.2 applied to (xk) and (yk) then gives xkyk=xk+(yk)x+(y)=xy.

step 1.2step 2.1L8algebra
3.2

Reciprocal estimate. For kK0 we have yk0 and yk>y/2>0, so [L7] applied to 0<y/2<yk gives 0<yk1<2/y, and therefore 1yk1y=yykyky2y2yky.

step 2.3L2L7L8algebra
4.1

Reciprocal rule. Let ε>0 be an arbitrary real and put η:=εy2/2, a real >0; by [L3] there is K1 with yky<η for all kK1. For every k at least as large as both K0 and K1, step 3.2 gives 1yk1y2y2yky<2y2η=ε; hence 1/yk1/y.

step 3.2L1L3L7L8L9algebra
5.1

Quotient rule. By step 4.1 the sequence (1/yk) converges to 1/y, so the product rule of step 2.2 applied to (xk) and (1/yk) gives xk/yk=xk(1/yk)x(1/y)=x/y.

step 2.2step 4.1algebra
6.1

All the claims are established: the sum rule in step 1.2, the scalar rule in step 2.1, the difference rule in step 3.1, the product rule in step 2.2, and the reciprocal and quotient rules in steps 4.1 and 5.1.

step 1.2step 2.1step 2.2step 3.1step 4.1step 5.1

Remarks

  • The quotient case is where proofs usually cheat. The estimate 1/yk1/y=yyk/(yky) is worthless until yk is known to stay away from 0: without a lower bound the denominator can be arbitrarily small and the fraction arbitrarily large, even while yyk shrinks. Step 2.3 supplies that bound, yk>y/2 for kK0, and it is proved from the reverse triangle inequality, not assumed.

  • The hypothesis yk0 for every k is only there so that 1/yk is defined for every index. It is not needed for the limit: step 2.3 shows yk>y/2>0 from K0 on, so a sequence with y0 has at most finitely many zero terms, and by Convergence depends only on the tail one may pass to the K0-th tail and read the conclusion there.

  • The hypothesis y0 cannot be dropped. With xk=1 and yk=1/(k+1), both sequences converge: the first is constant (Sequences of reals: bounded, eventually, frequently, tails, subsequences) and the second is null (FALSE: limits preserve strict inequalities), so y=0. Yet xk/yk=k+1, and no real M bounds every k+1, by the Archimedean property (Every complete ordered field is Archimedean); so the quotient sequence is unbounded, hence not convergent by Every convergent sequence is bounded.

  • Nothing in the proof uses completeness of R beyond the Archimedean property invoked in [L3], so the same rules hold verbatim for sequences of rationals.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

Limits preserve non-strict inequalities

Statement

Let (xk) and (yk) be sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) converging to x and y respectively (Limits and Cauchy sequences of reals). If xkyk eventually, that is for all k from some index on, then

limkxk    limkyk.

In particular, if xk0 eventually then limkxk0, and if axkb eventually then alimkxkb.

The conclusion is not strict, and cannot be made strict; see the remarks below and the false statement at the end of this page.

Facts & Assumptions

Given: Sequences (xk), (yk) of reals with (xk) converging to x, (yk) converging to y, and an index K0N with xkyk for every kK0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals). Write zk:=ykxk and z:=yx.

[L1]

Convergence, quantified over rational ε>0 (Limits and Cauchy sequences of reals).

[L2]

Difference rule: (zk)=(ykxk) converges to yx=z (Algebra of limits: sums, scalar multiples, products and quotients).

[L3]

Small rationals: for every real η>0 there is a rational ε with 0<ε<η, by density (The rationals embed densely in the reals) or by the Archimedean property (Every complete ordered field is Archimedean) applied to 1/η (Inverses of positives are positive, and reciprocation reverses order).

[L4]

Absolute value: u<c if and only if c<u<c, for c>0 (Basic properties of the absolute value).

[L5]

Order arithmetic in R: adding a constant preserves < and ; uv and v<w give u<w; trichotomy, so exactly one of z<0, z=0, z>0 holds and the negation of z<0 is z0; uv if and only if vu0; and u<u is impossible (Order is preserved by adding a constant and by adding inequalities, Complete ordered field (least-upper-bound property), Ordered field).

[L6]

The order on N is total, so any two indices admit a common upper bound ( is a linear order on N).

[L8]

A sequence of reals has at most one limit (A sequence has at most one limit), which is what licenses writing limkxk and limkyk for the limits named in the statement; without it those symbols would not denote.

Proof

technique · contradiction
1.1

By [L2] the sequence (zk) converges to z=yx, and by hypothesis zk=ykxk0 for every kK0.

givenL2L5
1.2

Suppose, for contradiction, that z<0.

assume-contra
2.1

Then z>0, so by [L3] we may choose a rational ε with 0<ε<z.

step 1.2L3L5choose
3.1

Applying convergence of (zk) to this ε gives K1N with zkz<ε for all kK1, hence zkz<ε and so zk<z+ε for all such k.

step 1.1step 2.1L1L4L5
4.1

Fix an index k with kK0 and kK1. Then 0zk<z+ε<z+(z)=0, so 0<0, which is impossible.

step 1.1step 2.1step 3.1L5L6
5.1

The assumption z<0 is therefore untenable; by trichotomy z0, that is yx0, that is xy; since x and y are the unique limits of (xk) and (yk) by [L8], that is exactly limkxklimkyk. Since (xk) and (yk) were an arbitrary pair satisfying the hypotheses, the conclusion applies to every such pair, and the two stated special cases are instances of it. Let (wk) be convergent. If wk0 from some index on, apply the conclusion to the pair consisting of the constant sequence 0, which converges to 0 by [L7], and of (wk): it gives 0limkwk. If awkb from some index on, apply it first to the constant sequence a and (wk), then to (wk) and the constant sequence b: it gives alimkwk and limkwkb.

step 4.1L5L7L8discharge-contradiction

Remarks

  • The two special cases are instances of the main claim, discharged in step 5.1 by taking one of the two sequences constant; that a constant sequence converges to its value (Sequences of reals: bounded, eventually, frequently, tails, subsequences) is the only extra ingredient they need.

  • The inequality does not become strict. From xk<yk for every k one may conclude only limxklimyk; the witness xk=0<1/(k+1)=yk has equal limits (FALSE: limits preserve strict inequalities). Intuitively, the order relation < is not preserved by passage to a limit because a strict gap may shrink to nothing, while is preserved because it is closed under that shrinking.

  • The proof routes through the single sequence (zk)=(ykxk) and the difference rule of Algebra of limits: sums, scalar multiples, products and quotients. That is not an economy of writing only: it isolates the one thing being proved, namely that a sequence eventually 0 cannot have a negative limit.

TheoremStatement: AI-adaptedProof: Literature-sourcedprecheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

The squeeze theorem

Statement

Let (ak), (xk) and (bk) be sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) with

akxkbkeventually,

and suppose (ak) and (bk) both converge to the same real L (Limits and Cauchy sequences of reals). Then (xk) converges to L.

The middle sequence is not assumed to converge; that is the point of the theorem, and it is why the squeeze is a tool for establishing convergence rather than for computing a limit already known to exist.

Facts & Assumptions

Given: Sequences (ak), (xk), (bk) of reals, an index K0N with akxkbk for every kK0, and a real L such that (ak) converges to L and (bk) converges to L (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L1]

Convergence, quantified over rational ε>0 (Limits and Cauchy sequences of reals).

[L2]

Absolute value: for c>0, u<c if and only if c<u<c (Basic properties of the absolute value).

[L3]

Order arithmetic in R: adding a constant preserves < and ; u<vw and uv<w both give u<w; and is transitive (Order is preserved by adding a constant and by adding inequalities, Complete ordered field (least-upper-bound property), Ordered field).

[L4]

The order on N is total and transitive, so three indices K0,K1,K2 admit an index K with KK0, KK1 and KK2, and then kK gives kK0, kK1, kK2 ( is a linear order on N).

Proof

technique · direct
1.1

Let ε>0 be rational. By convergence of (ak) there is K1 with akL<ε for all kK1, and by convergence of (bk) there is K2 with bkL<ε for all kK2.

L1
2.1

By [L2], akL<ε gives ε<akL, that is Lε<ak, for all kK1; and bkL<ε gives bkL<ε, that is bk<L+ε, for all kK2.

step 1.1L2L3
3.1

Choose K with KK0, KK1 and KK2. For every kK the hypothesis gives akxkbk, so Lε<akxkbk<L+ε, hence Lε<xk<L+ε, hence ε<xkL<ε, hence xkL<ε.

step 2.1givenL2L3L4choose
4.1

The rational ε>0 was arbitrary, so for every rational ε>0 there is an index K beyond which xkL<ε; that is, (xk) converges to L.

step 3.1L1

Remarks

  • The proof is direct from the definition and does not route through Limits preserve non-strict inequalities. It could not: that lemma assumes the middle sequence converges, which is what is being proved here.

  • Both bounding sequences must have the same limit. With ak=1, bk=1 and any (xk) taking values in [1,1] the hypothesis akxkbk holds and nothing whatever follows, since a bounded sequence need not converge (FALSE: every bounded sequence converges).

  • The most common use is with ak=ck and bk=ck for a null sequence (ck): if xkck eventually and ck0, then xk0. That special case also follows from A null sequence times a bounded sequence is null whenever xk is presented as a product of a null sequence and a bounded one, but the squeeze needs no such presentation.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

The absolute value is compatible with limits

Statement

Let (xk) be a sequence of reals converging to xR (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals). Then (xk) converges to x.

In the single case x=0 the implication reverses: xk0 if and only if xk0. Whether the implication can be reversed for x0 is taken up in the remarks below; it is no part of what the proof establishes.

Facts & Assumptions

[L1]

Convergence, quantified over rational ε>0 (Limits and Cauchy sequences of reals).

[L2]

Reverse triangle inequality: uvuv for all reals u,v (The reverse triangle inequality).

[L3]

Absolute value: u0 (Basic properties of the absolute value), and v=v whenever v0 by the definition of the absolute value (Order on the reals, Absolute value in an ordered field), so u=u; and u0=u (Basic properties of the absolute value).

[L4]

Order arithmetic in R: uv<w gives u<w (Complete ordered field (least-upper-bound property), Ordered field).

Proof

technique · direct
1.1

Let ε>0 be rational. By convergence there is KN with xkx<ε for all kK.

L1
2.1

For every kK the reverse triangle inequality gives xkxxkx<ε.

step 1.1L2L4
3.1

Since the rational ε>0 was arbitrary, (xk) converges to x; and in the case x=0 the two conditions coincide, because xk0=xk=xk=xk0 for every k, so xk0 if and only if xk0.

step 2.1L1L3

Remarks

  • The converse fails at every nonzero limit. This is not established by the proof above, which proves only the forward implication and the equivalence at x=0; the witness is exhibited here instead. Fix a real c0, let (sk) be the alternating sequence of 1 and 1 constructed in FALSE: every bounded sequence converges, which is shown there not to converge, and put wk:=skc. Then wk=skc=c for every k (Basic properties of the absolute value), so (wk) is the constant sequence c and converges to c (Sequences of reals: bounded, eventually, frequently, tails, subsequences). But (wk) does not converge: if it converged to some , then (sk)=(c1wk) would converge to c1 by the scalar-multiple rule (Algebra of limits: sums, scalar multiples, products and quotients), which it does not. Passing to absolute values destroys sign information, and only at 0 is there no sign information to destroy.

  • Combined with Algebra of limits: sums, scalar multiples, products and quotients this gives the usual companions: the identities max{u,v}=12(u+v+uv) and min{u,v}=12(u+vuv) (Maximum and minimum of a set), each a two-case check on the sign of uv, exhibit max{xk,yk} and min{xk,yk} as sums of convergent sequences, so they converge to max{x,y} and min{x,y}.

  • The lemma is the sequential form of the statement that uu is continuous, but continuity is not available yet and is not needed: the reverse triangle inequality does the work directly.

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

Divergence to + and to

Definition

Let (xk) be a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences), with R ordered as in Order on the reals and Complete ordered field (least-upper-bound property).

  • (xk) diverges to +, written xk+, when for every MR there is KN such that xk>M for all kK.
  • (xk) diverges to , written xk, when for every MR there is KN such that xk<M for all kK.

Equivalently, in the language of Sequences of reals: bounded, eventually, frequently, tails, subsequences: xk+ when the property xk>M holds eventually, for every real M.

Remarks

  • This is divergence, not convergence. The symbols + and are not real numbers: R is the complete ordered field (Complete ordered field (least-upper-bound property)) and contains no element larger than every element of itself. Nothing above claims that (xk) has a limit in the sense of Limits and Cauchy sequences of reals, and nothing above defines an object named +. The whole phrase "xk+" is a single abbreviation for the displayed condition, exactly as "(xk) is Cauchy" is an abbreviation for a condition and not a claim that some object called a Cauchy value exists.

  • A sequence diverging to + really does diverge. Suppose xk+. Given any real M, there is K with xk>M for all kK; in particular xK>M, so no real M satisfies xkM for all k. Since xkxk always (Basic properties of the absolute value), a bound xkM valid for all k would give xkM for all k, which has just been excluded, so no such M exists either. Thus (xk) is unbounded, and an unbounded sequence cannot converge, since convergent sequences are bounded (Every convergent sequence is bounded). The same argument applies to . So the two notions never overlap: a sequence that diverges to ± has no limit whatever.

  • Consequently limkxk is not written here. Many texts write limkxk=+. This library does not, for the reason recorded in Conventions: sup, unbounded sets, and the extended reals about supS=+: writing an equation whose right-hand side is not an element of R silently moves the discussion into the extended real line, a structure that is not a field, and every subsequent algebraic step then needs its own justification. In particular none of the rules of Algebra of limits: sums, scalar multiples, products and quotients may be applied to a divergence to ±; the familiar slogans "+=" and "=" are separate statements about this definition and would need separate proofs.

  • Testing against naturals suffices. Since R is Archimedean (Every complete ordered field is Archimedean), every real M is below some canonical natural n, so the condition "for every real M" may equivalently be read as "for every natural n1"; the two formulations of xk+ agree.

  • Divergence to + is much stronger than divergence. A sequence alternating between 1 and 1 diverges (FALSE: every bounded sequence converges) but goes to neither + nor , since it is bounded. Divergence is the negation of convergence; divergence to + is a positive statement about growth.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

For positive terms, null and divergence to + are reciprocal

Statement

Let (xk) be a sequence of reals with xk>0 for every kN (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Order on the reals). Then

(xk) converges to 0    (1/xk) diverges to +,

with convergence as in Limits and Cauchy sequences of reals and divergence to + as in Divergence to + and to .

The positivity hypothesis is essential and is not a convenience; see the remarks.

Facts & Assumptions

Given: A sequence (xk) of reals with xk>0 for every k, so that each xk is nonzero and 1/xk is defined (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Order on the reals, Field).

[L1]

Convergence, quantified over rational ε>0 (Limits and Cauchy sequences of reals); divergence to +, quantified over real M (Divergence to + and to ).

[L2]

Inverses and order: a>0 implies a1>0, and 0<a<b implies 0<b1<a1 (Inverses of positives are positive, and reciprocation reverses order).

[L3]

The involution (u1)1=u for u0, from uniqueness of multiplicative inverses (Field).

[L4]

Absolute value: u=u when u0, and u0=u (Basic properties of the absolute value, Order on the reals).

[L5]

Small rationals: for every real η>0 there is a rational ε with 0<ε<η, by density (The rationals embed densely in the reals) or by the Archimedean property (Every complete ordered field is Archimedean) applied to 1/η.

[L6]

Order arithmetic in R: trichotomy and transitivity, and u>0M gives u>M (Complete ordered field (least-upper-bound property), Ordered field).

Proof

technique · direct
1.1

Since xk>0 we have xk=xk and, by [L2], 1/xk>0, for every k.

L2L4
2.1

Forward direction. Assume (xk) converges to 0 and let MR be arbitrary. If M0, then 1/xk>0M for every k by step 1.1, so the threshold K=0 works. If M>0, then 1/M>0 by [L2]; by [L5] choose a rational ε with 0<ε<1/M, and by [L1] take K with xk0<ε for all kK; for such k, step 1.1 gives 0<xk=xk<ε<1/M, and applying [L2] to 0<xk<1/M gives 1/xk>(1/M)1=M by [L3]. In both cases there is K with 1/xk>M for all kK, so (1/xk) diverges to +.

step 1.1assume-hypL1L2L3L5L6
2.2

Backward direction. Assume (1/xk) diverges to + and let ε>0 be rational. Then 1/ε>0 by [L2], and by [L1] there is K with 1/xk>1/ε for all kK. For such k, both 1/ε and 1/xk are positive by step 1.1, so applying [L2] to 0<1/ε<1/xk gives 0<(1/xk)1<(1/ε)1, that is 0<xk<ε by [L3]; hence xk0=xk<ε. So (xk) converges to 0.

step 1.1assume-hypL1L2L3L4
3.1

The two implications together give the stated equivalence.

step 2.1step 2.2

Remarks

  • Positivity is essential. Let (xk) be as in the lemma, so that xk>0 for every k and (xk) converges to 0; such sequences exist, xk=1/(k+1) being the standard one (FALSE: limits preserve strict inequalities). Put wk:=xk. Then wk0=xk=xk=xk0 for every k (Basic properties of the absolute value), so (wk) converges to 0 as well, and every wk is nonzero. Yet (1/wk) does not diverge to +: 1/wk=(1/xk) by field arithmetic (Field), and 1/xk>0 (Inverses of positives are positive, and reciprocation reverses order), so 1/wk<0 at every index, its negative 1/xk being positive (Ordered field), and no threshold works even for M=0. Dropping positivity therefore breaks the forward implication outright. What survives without a sign hypothesis is the statement about absolute values: for a sequence of nonzero terms, (xk) converges to 0 if and only if (1/xk) diverges to +, which is this lemma applied to (xk), whose terms are positive (Basic properties of the absolute value).

  • The hypothesis xk>0 is imposed at every index so that 1/xk is defined at every index. It is tempting to relax it to "eventually positive" by passing to a tail, and on the convergence side that is exactly Convergence depends only on the tail; but the equivalence also has a divergence side, and the corresponding tail statement for divergence to + (Divergence to + and to ) is proved nowhere in this library, Convergence depends only on the tail covering convergence and the Cauchy condition only. The relaxed form is therefore not asserted here.

  • Taking xk:=1/(k+1), which is null (FALSE: limits preserve strict inequalities), the lemma turns that one fact into k+1+. The two are the same statement seen twice, which is why this lemma is the standard bridge between the Archimedean property (Every complete ordered field is Archimedean) and statements about growth.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

A strictly increasing index map satisfies nkk

Statement

Let n:NN be a function, written knk, and recall that n is strictly increasing when nj<nk whenever j<k (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Order on the natural numbers).

  1. Consecutive comparisons suffice. If ni<nσ(i) for every iN, then n is strictly increasing.
  2. Growth. If n is strictly increasing then nkk for every kN.

Claim 1 is what one checks in practice when exhibiting a subsequence; claim 2 is what every later subsequence argument uses.

Facts & Assumptions

Given: A function n:NN, written knk, with σ the successor and the order of Order on the natural numbers; claim 1 is proved under the standing assumption that ni<nσ(i) for every i, and claim 2 under the standing assumption that n is strictly increasing (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[A1]

Q(k) denotes the statement: nj<nk for every j<k.

[A2]

P(k) denotes the statement: nkk.

[L1]

Order and successor on N: mp means m+i=p for some i, so 0m for every m because 0+m=m; and σ(k)=k+1 with σ(k)k, so k<σ(k) (Order on the natural numbers, Addition of natural numbers, Left identity for addition, No natural number equals its own successor).

[L2]

Discreteness: m<p if and only if σ(m)p (Discreteness: σ(n) is the immediate successor).

[L3]

Induction principle: if R(0) holds and R(k) implies R(σ(k)) for every k, then R(k) holds for every kN (The principle of mathematical induction).

[L4]

The order on N is reflexive, antisymmetric, transitive and total, and satisfies trichotomy ( is a linear order on N, Trichotomy of the order on N).

Proof

technique · induction
1.1

Base case for claim 1: Q(0) holds vacuously, since no j satisfies j<0; indeed 0j always holds, and j<0 together with 0j would contradict antisymmetry.

baseA1L1L4
1.2

Inductive hypothesis for claim 1: fix kN and assume Q(k), that is nj<nk for every j<k.

ihA1
1.3

Base case for claim 2: P(0) states n00, which holds because 0m for every natural m.

baseA2L1
1.4

Inductive hypothesis for claim 2: fix kN and assume P(k), that is knk.

ihA2
2.1

Inductive step for claim 1: let j<σ(k). By trichotomy either k<j, or j=k, or j<k. The case k<j is impossible, since it gives σ(k)j by [L2], which together with j<σ(k) contradicts antisymmetry. If j=k then nj=nk<nσ(k) by the standing assumption. If j<k then nj<nk by step 1.2 and nk<nσ(k) by the standing assumption, so nj<nσ(k) by transitivity. In every admissible case nj<nσ(k), so Q(σ(k)) holds.

step 1.2A1L2L4
2.2

Inductive step for claim 2: k<σ(k) by [L1], so strict increase gives nk<nσ(k); combined with knk from step 1.4 this yields k<nσ(k), hence σ(k)nσ(k) by [L2], which is P(σ(k)).

step 1.4A2L1L2L4
3.1

Both inductions are complete, so by the induction principle Q(k) holds for every k, which is claim 1, and P(k) holds for every k, which is claim 2.

step 1.1step 1.3step 2.1step 2.2L3discharge-induction

Remarks

  • Claim 2 is sharp: the identity map nk=k is strictly increasing with nk=k throughout, so no better bound than nkk holds for all strictly increasing index maps.

  • Claim 2 is exactly what makes a subsequence inherit a limit (Subsequences inherit the limit): a threshold K that works for the original sequence works unchanged for the subsequence, because nkkK whenever kK.

  • Nothing here is about R; both claims are about (N,,σ) alone. Both are proved by induction ([L3]), and that is the method, not an order property. Claim 2 needs three order facts on top of the induction: that 0 is least, which is what makes its base case n00 true ([L1], step 1.3); discreteness (Discreteness: σ(n) is the immediate successor, [L2]), which upgrades k<nσ(k) to σ(k)nσ(k) (step 2.2); and transitivity in its mixed form, which composes knk with nk<nσ(k) into k<nσ(k) ([L4], step 2.2). Claim 1 additionally uses trichotomy and antisymmetry ([L4]).

  • Of those three, neither the least element nor discreteness may be dropped. Discreteness alone is not enough: (Z,) is discrete in the same sense, m<p iff m+1p, yet kk1 is strictly increasing on Z with nk<k everywhere. What Z lacks is a least element to anchor the induction. A least element alone is not enough either, which is what fails over Q: on the nonnegative rationals xx/2 is strictly increasing and fixes the least element 0, but x/2<x at every positive rational.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

Subsequences inherit the limit

Statement

Let (xk) be a sequence of reals converging to xR (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals), and let n:NN be strictly increasing. Then the subsequence (xnk) converges to x.

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

Facts & Assumptions

Given: A sequence (xk) of reals converging to a real x, and a strictly increasing n:NN, so that (xnk) is a subsequence of (xk) (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L1]

(xk) converges to x when for every rational ε>0 there is KN with xkx<ε^ for all kK (Limits and Cauchy sequences of reals).

[L2]

Growth of the index map: nkk for every k (A strictly increasing index map satisfies nkk).

[L3]

The order on N is transitive, so nkkK gives nkK ( is a linear order on 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 be rational. By convergence of (xk) there is KN with xjx<ε for every jK.

L1
2.1

For every kK we have nkkK, so the estimate of step 1.1 applies at the index j=nk and gives xnkx<ε.

step 1.1L2L3
3.1

Since the rational ε>0 was arbitrary, and the same threshold K served, (xnk) converges to x.

step 2.1L1
4.1

Divergence test: suppose subsequences (xnk) and (xmk) converge to a and b with ab. If (xk) converged, to x say, then by step 3.1 both subsequences would converge to x, and uniqueness of limits would force a=x and b=x, hence a=b, contrary to hypothesis; so (xk) does not converge.

step 3.1L4

Remarks

  • A sequence is a subsequence of itself, via the identity index map nk=k, which is strictly increasing. So "every subsequence converges to x" and "the sequence converges to x" 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.

RemarkRemark: AI-adaptedProof: Not applicableverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

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

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 0 or from 1 makes no difference to convergence. Sequences here are functions on N (Sequences of reals: bounded, eventually, frequently, tails, subsequences), and N contains 0, so the first term is x0. A text that writes (xk)k1 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 n00 of A strictly increasing index map satisfies nkk, in the 0-th tail used in the proof of Convergence depends only on the tail, and in the recursion s0=1 that builds the witness of FALSE: every bounded sequence converges. In a formula it shows up as the shift in 1/(k+1), written that way here purely so that no term is undefined at k=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 K, it holds at some index kK (Sequences of reals: bounded, eventually, frequently, tails, subsequences). The two are negations of each other applied to the complementary property: P holds frequently exactly when ¬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 is finite when it is bounded above and countably infinite when it is not, and The pigeonhole principle on N proves that 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 k" 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 xkyk of Limits preserve non-strict inequalities and the bracketing akxkbk of The squeeze theorem. The third is deliberately left at every index, the strict comparison xk<yk 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 yk0 in Algebra of limits: sums, scalar multiples, products and quotients and xk>0 in For positive terms, null and divergence to + are reciprocal, where a missing index would leave 1/yk or 1/xk undefined; and the bound ykM 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 is written only after uniqueness is known. The notation limkxk 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) converges to x", a relation between a sequence and a real, not a function of the sequence. The same discipline is applied to sup and inf elsewhere in the library (Conventions: sup, 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 ε. The published Limits and Cauchy sequences of reals quantifies over rational ε>0 rather than real ε>0. That is a deliberate feature of the construction of R, where the rationals are available before the reals are complete, and it loses nothing: below any real η>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 ε is more convenient than a rational one. Rationals are identified with their images in 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) is a function; the set {xk:kN} 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 in the sense of Lower bound, bounded below, bounded set. Both directions rest on the equivalence xM    MxM: if xM then xxM and Mxx, using xxx (Basic properties of the absolute value) together with the fact that ab and ba are the same assertion, both saying that ba is positive or zero (Ordered field); conversely, if MxM then x, being x or x by the definition of the absolute value (Order on the reals, Absolute value in an ordered field), is M either way. Given a bound M with xkM for all k, the range is bounded below by M and above by M. Conversely, given xku for all k, put M:=max{,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 xkuuM and Mxk, so MxkM and hence xkM for every k, by transitivity of (Ordered field).

Boundedness is not alone in this. Any property of (xk) 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=1 with zk=1 for k1 and the alternating sequence of FALSE: every bounded sequence converges have the same range {1,1}, yet the first converges to 1, being constant from index 1 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 + or (Divergence to + and to ) is a strictly stronger and entirely separate condition, and the arrow in xk+ is an abbreviation, not an equation: this library never writes limkxk=+, because + 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 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 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. It assumes only that 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 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 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. And Every complete ordered field is Archimedean is stated for complete ordered fields, so it says nothing about Q; the 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, replacing the maximum lemma by the same induction in 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 in place of R.

5 · Examples, counterexamples and false statements

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

FALSE: every bounded sequence converges

Statement

False claim: every bounded sequence of reals converges (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

The implication in the opposite direction is true and is Every convergent sequence is bounded: every convergent sequence is bounded. The claim above asserts the converse. It is refuted by the alternating sequence (sk) and the index map defined by n0=0 and nσ(j)=σ(σ(nj)): the refutation proves that n is strictly increasing, snj=1 for every j, and (sk) does not converge.

The sequence usually written xk=(1)k is introduced here by recursion (The recursion theorem), as the unique (sk) with s0=1 and sσ(k)=sk. That is the same sequence under a different presentation, and it is chosen because the three inductions of the refutation read straight off those two recursion equations, whereas the power notation would first have to be unwound into them.

Facts & Assumptions

Given: By the recursion theorem (The recursion theorem) applied to the set R, the element 1 and the function uu, there is a unique sequence (sk) of reals with s0=1 and sσ(k)=sk for every k. Applied to the set N, the element 0 and the function iσ(σ(i)), it gives a unique n:NN with n0=0 and nσ(j)=σ(σ(nj)); applied to N, the element σ(0)=1 and the same function, it gives a unique m:NN with m0=σ(0) and mσ(j)=σ(σ(mj)) (The natural numbers N (von Neumann), Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

For any set A, any aA and any f:AA there is a unique g:NA with g(0)=a and g(σ(n))=f(g(n)) for every nN (The recursion theorem); and if P(0) holds and P(n) implies P(σ(n)) for every n, then P(n) holds for every nN (The principle of mathematical induction).

[L2]

Absolute value and field arithmetic: u=u (Basic properties of the absolute value); 1=1, because 1>0 (The multiplicative identity is positive) and v=v whenever v0 by the definition of the absolute value (Order on the reals, Absolute value in an ordered field); and (u)=u (Field).

[L3]

Order in R: 0<1, sums of positives are positive, and adding a constant preserves the order, so 1(1)=1+1>0 and hence 1<1 (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Complete ordered field (least-upper-bound property), Ordered field).

[L4]

Order on N: i<σ(i) for every i, because σ(i)=i+1 and σ(i)i; and the order is transitive (Order on the natural numbers, Addition of natural numbers, No natural number equals its own successor, is a linear order on N).

[L5]

If n:NN satisfies ni<nσ(i) for every iN, then n is strictly increasing (claim 1 of A strictly increasing index map satisfies nkk).

[L6]

Convergence, and the fact that a constant sequence converges to its value (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L7]

Divergence test: a sequence with two subsequences converging to different limits does not converge (Subsequences inherit the limit).

[L8]

(xk) is bounded if there is MR with xkM for every kN (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Refutation

technique · direct
1.1

By induction, sk=1 for every k: the base case is s0=1=1, and if sk=1 then sσ(k)=sk=sk=1. Hence sk1 for every k, so (sk) is bounded.

L1L2L8
1.2

By induction, snj=1 for every j: the base case is sn0=s0=1, and if snj=1 then snσ(j)=sσ(σ(nj))=sσ(nj)=(snj)=snj=1.

L1L2
1.3

By induction, smj=1 for every j: the base case is sm0=sσ(0)=s0=1, and if smj=1 then smσ(j)=sσ(σ(mj))=(smj)=smj=1.

L1L2
1.4

Both n and m are strictly increasing: for every j we have nj<σ(nj)<σ(σ(nj))=nσ(j) by [L4], and likewise mj<mσ(j), so [L5] applies to each.

L1L4L5
1.5

The reals 1 and 1 are distinct, since 1(1)=1+1>0.

L3
2.1

By step 1.4 the maps n and m define subsequences (snj)j and (smj)j of (sk); by steps 1.2 and 1.3 these are the constant sequences 1 and 1, so they converge to 1 and to 1 respectively, and by step 1.5 those two limits differ.

step 1.2step 1.3step 1.4step 1.5L6L8
3.1

By the divergence test, (sk) does not converge.

step 2.1L7
4.1

So (sk) is a bounded sequence of reals that does not converge, by steps 1.1 and 3.1; the claim that every bounded sequence converges is therefore false.

step 1.1step 3.1

Remarks

  • The refutation is self-contained: the witness is constructed by recursion, its boundedness and its two subsequential limits are each proved by induction, and the failure of convergence comes from the divergence test of Subsequences inherit the limit together with uniqueness of limits (A sequence has at most one limit).

  • What is true in this direction is the Bolzano-Weierstrass theorem: every bounded sequence of reals has a convergent subsequence. That is a genuine theorem and it needs the least-upper-bound property. It is not available at this point in the reading order: it is the subject of the next page of this track, Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness, where it is proved. It is named here only to say what the correct statement is; nothing above uses it, and no item available here may be cited for it. The false claim above is what one gets by deleting the word "subsequence" from it.

  • The error is tempting because boundedness feels like "no room to escape". It is not: boundedness forbids running away, but it does not forbid oscillating forever, and oscillation is exactly what (sk) does.

  • The same witness refutes FALSE: a convergent subsequence forces the sequence to converge, and it is the sequence referred to in the remarks of The absolute value is compatible with limits.

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

FALSE: limits preserve strict inequalities

Statement

False claim: if (xk) and (yk) are convergent sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals) with xk<yk for every kN, then

limkxk  <  limkyk.

The correct statement replaces both strict inequalities by non-strict ones and is Limits preserve non-strict inequalities. The claim above is refuted by xk=0 and yk=1/(k+1), whose limits are both 0.

Facts & Assumptions

Given: The constant sequence xk:=0 and the sequence yk:=((k+1)1R)1, where n1R denotes the canonical natural of R (Canonical naturals are positive and strictly increasing, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

(xk) converges to x when for every rational ε>0 there is KN with xkx<ε^ for all kK (Limits and Cauchy sequences of reals); a sequence of reals is a function NR (Sequences of reals: bounded, eventually, frequently, tails, subsequences), so a constant sequence converges to its value, xx=0<ε^ holding at every index.

[L2]

Archimedean property: for every zR there is a natural N1 with z<N1R (Every complete ordered field is Archimedean).

[L3]

Canonical naturals: n1R>0 for every n1, and nn1R is strictly increasing on {1,2,3,} (Canonical naturals are positive and strictly increasing).

[L4]

Inverses and order: a>0 implies a1>0; 0<a<b implies 0<b1<a1; and (u1)1=u for u0 (Inverses of positives are positive, and reciprocation reverses order, Field).

[L5]

Absolute value: u=u when u0, and u0=u (Basic properties of the absolute value, Order on the reals).

[L6]

Order arithmetic: transitivity and trichotomy in R (Complete ordered field (least-upper-bound property), Ordered field). On N, m<n if and only if σ(m)n, so σ(k)=k+1 is the immediate successor of k (Discreteness: σ(n) is the immediate successor); transitivity of the linear order therefore gives kNk+1>N ( is a linear order on N).

[L7]

If sequences of reals (xk) and (yk) converge to x and y and xkyk eventually, then xy (Limits preserve non-strict inequalities).

[L8]

A sequence of reals has at most one limit (A sequence has at most one limit), so the symbols limkxk and limkyk appearing in the false claim and below denote.

Refutation

technique · direct
1.1

For every k the canonical natural (k+1)1R is positive by [L3], hence invertible with positive inverse by [L4]; so yk>0=xk, that is xk<yk for every kN.

L3L4
1.2

The constant sequence (xk)=(0) converges to 0.

L1
2.1

The sequence (yk) converges to 0. Let ε>0 be rational; then ε1>0 by [L4], so [L2] supplies a natural N1 with ε1<N1R, and [L4] applied to 0<ε1<N1R gives 0<(N1R)1<ε. For kN we have k+1>N by [L6], hence (k+1)1R>N1R>0 by [L3], hence 0<yk<(N1R)1<ε by [L4], and therefore yk0=yk<ε by [L5].

step 1.1L1L2L3L4L5L6
3.1

Both sequences converge, and their limits are unique by [L8], so limkxk=0=limkyk; the conclusion limkxk<limkyk therefore fails by trichotomy, although the hypothesis xk<yk holds at every single index. The claim is therefore false.

step 1.1step 1.2step 2.1L6L8
4.1

What survives is the non-strict statement [L7]: from xkyk eventually one may conclude limkxklimkyk, and here that conclusion holds with equality.

step 3.1L7

Remarks

  • The reason is structural rather than accidental. A strict inequality between two sequences is a statement about each index separately, and a gap that is positive at every index may shrink towards 0; the limit records only what is left after the shrinking. Non-strict inequalities survive precisely because "0" is stable under this shrinking, which is the content of Limits preserve non-strict inequalities.

  • Strictness at every index is never enough by itself, and the failure has nothing to do with the limit being 0. The witness may be shifted: for any real a, the sequences xk:=a and yk:=a+1/(k+1) again satisfy xk<yk at every index, and both converge to a by the sum rule applied to a constant sequence and a null sequence (Algebra of limits: sums, scalar multiples, products and quotients), so no value of the common limit is exceptional. What does repair the claim is a quantitative strengthening of the hypothesis, for instance a uniform gap ykxkc for a fixed real c>0: then (ykxk) converges to limkyklimkxk (Algebra of limits: sums, scalar multiples, products and quotients) and Limits preserve non-strict inequalities, applied to the constant sequence c and to (ykxk), gives limkyklimkxkc>0. The moral is that xk<yk carries no lower bound on the gap, not that hypotheses on the sequences are powerless.

  • The sequence 1/(k+1) used here is the standard witness that the Archimedean property is what makes R have no infinitesimals (Every complete ordered field is Archimedean); by For positive terms, null and divergence to + are reciprocal its reciprocals diverge to +.

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)Open item page →

FALSE: a convergent subsequence forces the sequence to converge

Statement

False claim: if some subsequence of a sequence (xk) of reals converges, then (xk) itself converges (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

The true statement in this direction runs the other way: Subsequences inherit the limit says that if the sequence converges then every subsequence converges, to the same limit. Reversing it needs "every", not "some".

Facts & Assumptions

Given: The alternating sequence (sk) of reals and the index map n:NN constructed in FALSE: every bounded sequence converges, namely the unique sequences with s0=1, sσ(k)=sk, and n0=0, nσ(j)=σ(σ(nj)) (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

Established in FALSE: every bounded sequence converges: the map n is strictly increasing; snj=1 for every j; and (sk) does not converge.

[L3]

Subsequences are the composites along strictly increasing index maps (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L4]

Every subsequence of a convergent sequence converges to the same limit (Subsequences inherit the limit), and a sequence is a subsequence of itself along the identity index map, which is strictly increasing (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Refutation

technique · direct
1.1

The map n is strictly increasing, so (snj)j is a subsequence of (sk), and snj=1 for every j, so this subsequence is the constant sequence with value 1.

L1L3
2.1

A constant sequence converges to its value, so the subsequence (snj)j converges to 1.

step 1.1L2
3.1

The sequence (sk) therefore has a convergent subsequence, while (sk) itself does not converge; the claim is false.

step 2.1L1
4.1

The corrected statement puts "every" where the false claim put "some": a sequence (xk) of reals converges to x if and only if every subsequence of (xk) converges to x. The forward direction is [L4]; the backward direction is immediate, because (xk) is a subsequence of itself along the identity index map, and applying the hypothesis to that subsequence is already the conclusion.

step 3.1L4

Remarks

  • The witness is the same alternating sequence that refutes FALSE: every bounded sequence converges. Its subsequence along the index map n, the even indices, is constant 1, and its subsequence along the index map m, the odd indices, is constant 1; either one alone converges, and it is the disagreement between them that kills convergence of the whole sequence, by the divergence test in Subsequences inherit the limit.

  • A second repair exists and is not proved on this page: if (xk) is Cauchy, in the sense of Limits and Cauchy sequences of reals whose other direction is Every convergent sequence is Cauchy, and some subsequence converges to x, then (xk) converges to x. That is the standard bridge from Cauchy to convergence, and it belongs with the completeness material on the next page of this track, which is not available at this point in the reading order. It is named here only to make clear which extra hypothesis repairs the false claim; nothing above uses it. It is worth adding, so that the reader is not left thinking the repair is unavailable, that for the R of this library the conclusion is already in hand by a shorter route: The reals are complete gives that a Cauchy sequence of reals converges outright, with no subsequence hypothesis at all, and uniqueness of limits (A sequence has at most one limit) with Subsequences inherit the limit then identifies its limit as x. What the next page supplies is that same conclusion proved from the least-upper-bound property rather than from a construction.

  • A useful way to remember the asymmetry: a subsequence sees only part of the sequence, so it can only ever certify what happens along the indices it keeps. Convergence is a statement about all indices, and no single subsequence carries that information.

Sources