Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

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 xk≤yk eventually, that is for all k from some index on, then

lim⁡kxk  ≤  lim⁡kyk.

In particular, if xk≥0 eventually then lim⁡kxk≥0, and if a≤xk≤b eventually then a≤lim⁡kxk≤b.

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 K0∈N with xk≤yk for every k≥K0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals). Write zk:=yk−xk and z:=y−x.

[L1]

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

[L2]

Difference rule: (zk)=(yk−xk) converges to y−x=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 ≤; u≤v 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 z≥0; u≤v if and only if v−u≥0; 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 lim⁡kxk and lim⁡kyk 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=y−x, and by hypothesis zk=yk−xk≥0 for every k≥K0.

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 K1∈N with ∣zk−z∣<ε for all k≥K1, hence zk−z<ε and so zk<z+ε for all such k.

step 1.1step 2.1L1L4L5
4.1

Fix an index k with k≥K0 and k≥K1. Then 0≤zk<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 z≥0, that is y−x≥0, that is x≤y; since x and y are the unique limits of (xk) and (yk) by [L8], that is exactly lim⁡kxk≤lim⁡kyk. 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 wk≥0 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 0≤lim⁡kwk. If a≤wk≤b from some index on, apply it first to the constant sequence a and (wk), then to (wk) and the constant sequence b: it gives a≤lim⁡kwk and lim⁡kwk≤b.

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 lim⁡xk≤lim⁡yk; 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)=(yk−xk) 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.

Depends on

Used by

Dependency tree · two levels

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

Sources