Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
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.

Stolz-Cesaro, 0/0 form: if bk is strictly decreasing to 0, ak→0, and the difference quotient converges, then ak/bk converges to the same value

Statement

Let (ak) and (bk) be sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) with (bk) strictly decreasing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences), lim⁡kbk=0 and lim⁡kak=0. Then bk+1−bk<0 for every k, so the difference quotient

dk  :=  ak+1−akbk+1−bk

is defined for every k, exactly as in Stolz-Cesaro, ∞/∞ form: if bk is strictly increasing and unbounded and (ak+1−ak)/(bk+1−bk)→L then ak/bk→L. Suppose (dk) converges.

Then bk>0 for every k, so (ak/bk) is a sequence of reals; that sequence converges, and

lim⁡kakbk  =  lim⁡kdk.

Both limits are asserted to exist: the right-hand one by hypothesis, the left-hand one as part of the conclusion. The notation is licensed by uniqueness of limits of real sequences (A sequence has at most one limit).

Facts & Assumptions

Given: Sequences (ak), (bk) of reals with (bk) strictly decreasing, lim⁡kbk=0, lim⁡kak=0, and difference quotients dk=(ak+1−ak)/(bk+1−bk) assumed to converge; write L:=lim⁡kdk.

[L2]

Convergence: for every real ε>0 there is K beyond which the terms are within ε of the limit, the rational and real formulations agreeing (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences, The rationals embed densely in the reals); a constant sequence converges to its value; limits are unique (A sequence has at most one limit).

[L3]

Limits preserve non-strict inequalities, hypotheses needed only eventually (Limits preserve non-strict inequalities).

[L4]

Algebra of limits for sums, differences and scalar multiples (Algebra of limits: sums, scalar multiples, products and quotients).

[L5]

Finite sums (Finite sums and finite products, by recursion) and their laws: telescoping, splitting, additivity, scaling and monotonicity in the terms (Laws of finite sums and finite products).

[L6]

Triangle inequality for finite sums (Triangle inequality for finite sums); ∣uv∣=∣u∣∣v∣, ∣u∣=u for u≥0, and ∣u∣≤c exactly when −c≤u≤c (Basic properties of the absolute value).

[L7]

Order arithmetic: a>0 gives a−1>0 (Inverses of positives are positive, and reciprocation reverses order); for c>0, a≤b if and only if ac≤bc (Sign rules for products and monotonicity of multiplication); adding a constant preserves the order and inequalities add (Order is preserved by adding a constant and by adding inequalities); the order is total and transitive (Complete ordered field (least-upper-bound property), Ordered field); of two indices one is the larger (≤ is a linear order on N). In each clause above, Sign rules for products and monotonicity of multiplication and Order is preserved by adding a constant and by adding inequalities state the STRICT forms and only those; the nonstrict forms used below are those together with the equality cases, which trichotomy settles, the order being total (Ordered field).

Proof

technique · direct
1.1

For every k one has bk−bk+1>0, so bk+1−bk≠0, each dk is defined, and ak−ak+1=dk (bk−bk+1).

L1L7
1.2

bm>0 for every m: for all k≥m+1 one has bk≤bm+1, so comparing (bk) with the constant sequence bm+1 gives 0=lim⁡kbk≤bm+1, and bm+1<bm then gives bm>0.

L1L2L3
1.3

Let ε>0 be an arbitrary real; choose K with ∣dk−L∣<ε/2 for every k≥K.

L2L7choose
2.1

For all n>m≥K: telescoping gives am−an=∑k=mn−1(ak−ak+1)=∑k=mn−1dk(bk−bk+1) and bm−bn=∑k=mn−1(bk−bk+1), so ∣am−an−L(bm−bn)∣≤∑k=mn−1∣dk−L∣(bk−bk+1)≤(ε/2)(bm−bn), that is −(ε/2)(bm−bn)≤am−an−L(bm−bn)≤(ε/2)(bm−bn).

step 1.1step 1.3L5L6L7
3.1

Fix m≥K and let n vary over the indices >m: since an→0 and bn→0, the middle quantity converges in n to am−Lbm, the right-hand one to (ε/2)bm and the left-hand one to −(ε/2)bm; the two eventual inequalities of step 2.1 therefore pass to the limit and give −(ε/2)bm≤am−Lbm≤(ε/2)bm.

step 2.1L2L3L4
4.1

Since bm>0, dividing by bm gives ∣am/bm−L∣≤ε/2<ε for every m≥K.

step 1.2step 3.1L6L7
5.1

As ε>0 was arbitrary, (ak/bk) converges to L, so lim⁡kak/bk exists and equals L=lim⁡kdk.

step 4.1L2∎

Remarks

  • This is a companion of Stolz-Cesaro, ∞/∞ form: if bk is strictly increasing and unbounded and (ak+1−ak)/(bk+1−bk)→L then ak/bk→L rather than a formal consequence of it, and the cor- prefix should be read that way. The two statements share hypotheses of the same shape and the same telescoping device, but neither is obtained by substituting data into the other: there the fixed head aK−LbK is washed out because bn grows without bound, here the head is removed by letting the far end of the telescope go to 0. Nothing in the proof above cites the theorem.

  • Where the limit is taken matters. In step 3.1 the index m is frozen and n runs; the estimate of step 2.1 is uniform in n for that fixed m, which is why the passage to the limit is legitimate. Taking both indices to infinity at once would prove nothing.

  • The conclusion is non-strict at the level of ε/2 and is turned into the strict inequality demanded by the definition of a limit only at the last division, where ε/2<ε. That is the usual price of passing an inequality to a limit (Limits preserve non-strict inequalities): strictness is not preserved, so it has to be recovered by halving.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

50 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