Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-09 (gpt-5.6-terra-codex-subscription)
How statement and proof provenance work

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

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

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

Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence

Statement

Let (ak) be a sequence of reals with ak≠0 for every k∈N and put

qk  :=  ∣ak+1ak∣  =  ∣ak+1∣∣ak∣(k∈N),

a genuine sequence on N, whose limit superior and limit inferior exist in R‾ for every such (ak) (The tail suprema of any real sequence are nonincreasing in R‾, so the limit superior exists for every sequence). Then:

  1. if lim sup⁡kqk<1 then ∑∣ak∣ converges, and hence ∑ak converges as well (If ∑∣ak∣ converges then ∑ak converges);
  2. if lim inf⁡kqk>1 then ∑ak diverges.

The hypothesis ak≠0 is what makes qk exist and is not a convenience: a single vanishing term leaves the ratio at that index undefined. For a family from a starting index m the statement is the one above applied to the shifted sequence j↦aj+m (Series, partial sums, convergence and the sum, divergence, and the tail series), whose ratios are ∣aj+m+1/aj+m∣.

Nothing is claimed when lim sup⁡kqk≥1≥lim inf⁡kqk. In that regime the test is silent, and it has to be: the companion page carries a convergent series whose ratios have limit superior 2, and both a convergent and a divergent series with ratio limit exactly 1.

Facts & Assumptions

Given: A sequence (ak) of reals with ak≠0 for every k; the ratios qk=∣ak+1∣/∣ak∣; the tail bounds sn=sup⁡{qk:k≥n} and in=inf⁡{qk:k≥n} taken in R‾, so that lim sup⁡kqk=inf⁡{sn} and lim inf⁡kqk=sup⁡{in} (Limit superior and limit inferior of a real sequence as inf⁡nsup⁡k≥nxk and sup⁡ninf⁡k≥nxk in R‾, The extended real line R‾=R∪{−∞,+∞}, its order, and the arithmetic that is left undefined); and the assumption that one of the two hypotheses of the Statement holds.

[L1]

Every subset of R‾ has a least upper bound and a greatest lower bound there, and the extended order is total (Every subset of R‾ has a least upper bound and a greatest lower bound in R‾, agreeing with the real supremum and infimum on nonempty sets bounded in R). In particular inf⁡{sn}≤sn and sup⁡{in}≥in for every n; qk≤sn and qk≥in for every k≥n; a real t exceeding inf⁡{sn} is not a lower bound of {sn}; and a real u below sup⁡{in} is not an upper bound of {in}.

[L3]

Absolute value: ∣x∣≥0; ∣x∣=0 exactly when x=0; ∣xy∣=∣x∣∣y∣, so ∣ak+1/ak∣=∣ak+1∣/∣ak∣ (Basic properties of the absolute value).

[L4]

The principle of induction (The principle of mathematical induction).

[L5]

The geometric series ∑j≥0tj converges when ∣t∣<1; a series converges if and only if each of its tail series converges; and ∑c xj converges when ∑xj does (For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges, A series converges iff each of its tail series converges, and the sum splits as sN plus the N-th tail, Convergent series add and scale termwise).

[L6]

Direct comparison: if 0≤xj≤yj from some index on and ∑yj converges then ∑xj converges (If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk).

[L7]

If a series converges then its terms tend to 0 (If a series converges then its terms tend to 0, Limits and Cauchy sequences of reals); and for every real c>0 there is a natural n≥1 with the rational 1/n<c (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L8]

Powers: t0=1, tj+1=tjt, and tj>0 for t>0 (Integer powers am, Monotonicity of x↦xn and of n↦an).

[L9]

If ∑∣xk∣ converges then ∑xk converges (If ∑∣ak∣ converges then ∑ak converges).

Proof

technique · cases
1.1

Assume lim sup⁡kqk<1.

assume-case lt
1.2

Assume instead lim inf⁡kqk>1.

assume-case gt
1.3

Each qk is a nonnegative real, being a quotient of a nonnegative real by a positive one, so every sn≥qn≥0 and hence lim sup⁡kqk≥0.

givenL1L2L3
2.1

In the case lim sup⁡kqk<1 the value Λ:=lim sup⁡kqk therefore lies strictly between the reals 0 and 1 inclusive of 0, so it is a real number; put t:=(Λ+1)/2, a real with 0≤Λ<t<1.

step 1.1step 1.3L1choose
2.2

In the case lim inf⁡kqk>1, the real 1 is not an upper bound of {in}, so there is N∈N with iN>1.

step 1.2L1choose
3.1

In the case Λ<1: since t>Λ=inf⁡{sn}, the real t is not a lower bound of {sn}, so there is N with sN<t, and then qk≤sN<t for every k≥N.

step 2.1L1choose
3.2

In the case lim inf⁡kqk>1: qk≥iN>1 for every k≥N, since iN is a lower bound of {qk:k≥N}.

step 2.2L1
3.3

In the case Λ<1: the series ∑j≥0t j converges since ∣t∣=t<1, hence so does ∑j≥0∣aN∣t j.

step 2.1L5
4.1

In the case Λ<1: for k≥N, ∣ak+1∣/∣ak∣<t with ∣ak∣>0, hence ∣ak+1∣<t ∣ak∣.

step 3.1L3algebra
4.2

In the case lim inf⁡kqk>1: for k≥N, ∣ak+1∣>∣ak∣, again multiplying by ∣ak∣>0.

step 3.2L3algebra
5.1

In the case Λ<1: an induction on j gives ∣aN+j∣≤∣aN∣ t j for every j∈N. At j=0 this is an equality, since t0=1; and if it holds at j then ∣aN+j+1∣<t ∣aN+j∣≤t ∣aN∣t j=∣aN∣t j+1, using t>0.

step 4.1L4L8
5.2

In the case lim inf⁡kqk>1: an induction on j gives ∣aN+j∣≥∣aN∣>0 for every j∈N. At j=0 it is an equality, and if it holds at j then ∣aN+j+1∣>∣aN+j∣≥∣aN∣.

step 4.2L3L4
6.1

In the case Λ<1: with xj:=∣aN+j∣ and yj:=∣aN∣t j we have 0≤xj≤yj for every j, so ∑j∣aN+j∣ converges; that is the N-th tail series of ∑∣ak∣, so ∑∣ak∣ converges.

step 5.1step 3.3L3L5L6
6.2

In the case lim inf⁡kqk>1: (ak) does not converge to 0. Choose a natural n≥1 with 1/n<∣aN∣; if ak→0 there would be K with ∣ak∣<1/n for all k≥K, contradicting ∣ak∣≥∣aN∣>1/n at any index k that is at least both K and N.

step 5.2L7choose
7.1

In the case lim inf⁡kqk>1: by the term test ∑ak diverges, which is claim 2.

step 6.2L7
7.2

In the case Λ<1: the series ∑∣ak∣ having been shown to converge, ∑ak converges as well; together with the convergence of ∑∣ak∣ that is claim 1.

step 6.1L9
8.1

The two assumed hypotheses are the cases of the disjunction in the Given, and they exhaust it; outside them both claims are vacuous, each hypothesis being false, so the theorem holds for every sequence with nonvanishing terms.

step 7.2step 7.1cases-exhaustive∎

Remarks

  • The two halves are not dual, and the asymmetry is real. Convergence needs the ratios to be eventually below a fixed t<1, which lim sup⁡<1 supplies; divergence needs them eventually above 1, which is what lim inf⁡>1 supplies. A hypothesis on lim sup⁡ alone can never force divergence, since a single large ratio occurring arbitrarily late says nothing about the size of the terms. That is exactly what FALSE: lim sup⁡∣ak+1/ak∣≥1 implies the series diverges records.

  • The geometric series is the only convergent series the proof knows. Claim 1 is a comparison against ∣aN∣tj, and every later refinement on this page, Kummer's test included, exists because that comparison is too coarse when the ratios approach 1.

Depends on

Used by

Dependency tree · two levels

61 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