Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck 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 supak+1/ak<1\limsup |a_{k+1}/a_k| < 1 gives absolute convergence and hence convergence, and lim infak+1/ak>1\liminf |a_{k+1}/a_k| > 1 gives divergence

Statement

Let (ak)(a_k) be a sequence of reals with ak0a_k \ne 0 for every kNk \in \mathbb{N} and put

qk  :=  ak+1ak  =  ak+1ak(kN),q_k \;:=\; \Big|\frac{a_{k+1}}{a_k}\Big| \;=\; \frac{|a_{k+1}|}{|a_k|} \qquad (k \in \mathbb{N}),

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

  1. if lim supkqk<1\limsup_{k} q_k < 1 then ak\sum |a_k| converges, and hence ak\sum a_k converges as well (If ak\sum |a_k| converges then ak\sum a_k converges);
  2. if lim infkqk>1\liminf_{k} q_k > 1 then ak\sum a_k diverges.

The hypothesis ak0a_k \ne 0 is what makes qkq_k exist and is not a convenience: a single vanishing term leaves the ratio at that index undefined. For a family from a starting index mm the statement is the one above applied to the shifted sequence jaj+mj \mapsto a_{j+m} (Series, partial sums, convergence and the sum, divergence, and the tail series), whose ratios are aj+m+1/aj+m|a_{j+m+1}/a_{j+m}|.

Nothing is claimed when lim supkqk1lim infkqk\limsup_k q_k \ge 1 \ge \liminf_k q_k. In that regime the test is silent, and it has to be: the companion page carries a convergent series whose ratios have limit superior 22, and both a convergent and a divergent series with ratio limit exactly 11.

Facts & Assumptions

Given: A sequence (ak)(a_k) of reals with ak0a_k \ne 0 for every kk; the ratios qk=ak+1/akq_k = |a_{k+1}|/|a_k|; the tail bounds sn=sup{qk:kn}s_n = \sup\{q_k : k \ge n\} and in=inf{qk:kn}i_n = \inf\{q_k : k \ge n\} taken in R\overline{\mathbb{R}}, so that lim supkqk=inf{sn}\limsup_k q_k = \inf\{s_n\} and lim infkqk=sup{in}\liminf_k q_k = \sup\{i_n\} (Limit superior and limit inferior of a real sequence as infnsupknxk\inf_n \sup_{k \ge n} x_k and supninfknxk\sup_n \inf_{k \ge n} x_k in R\overline{\mathbb{R}}, The extended real line R=R{,+}\overline{\mathbb{R}} = \mathbb{R} \cup \{-\infty, +\infty\}, 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\overline{\mathbb{R}} has a least upper bound and a greatest lower bound there, and the extended order is total (Every subset of R\overline{\mathbb{R}} has a least upper bound and a greatest lower bound in R\overline{\mathbb{R}}, agreeing with the real supremum and infimum on nonempty sets bounded in R\mathbb{R}). In particular inf{sn}sn\inf\{s_n\} \le s_n and sup{in}in\sup\{i_n\} \ge i_n for every nn; qksnq_k \le s_n and qkinq_k \ge i_n for every knk \ge n; a real tt exceeding inf{sn}\inf\{s_n\} is not a lower bound of {sn}\{s_n\}; and a real uu below sup{in}\sup\{i_n\} is not an upper bound of {in}\{i_n\}.

[L3]

Absolute value: x0|x| \ge 0; x=0|x| = 0 exactly when x=0x = 0; xy=xy|xy| = |x||y|, so ak+1/ak=ak+1/ak|a_{k+1}/a_k| = |a_{k+1}|/|a_k| (Basic properties of the absolute value).

[L4]

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

[L5]

The geometric series j0tj\sum_{j \ge 0} t^{j} converges when t<1|t| < 1; a series converges if and only if each of its tail series converges; and cxj\sum c\,x_j converges when xj\sum x_j does (For r<1|r| < 1, k0rk=1/(1r)\sum_{k \ge 0} r^k = 1/(1-r), and for r1|r| \ge 1 the series diverges, A series converges iff each of its tail series converges, and the sum splits as sNs_N plus the NN-th tail, Convergent series add and scale termwise).

[L6]

Direct comparison: if 0xjyj0 \le x_j \le y_j from some index on and yj\sum y_j converges then xj\sum x_j converges (If 0akbk0 \le a_k \le b_k eventually, convergence of bk\sum b_k gives convergence of ak\sum a_k, and divergence of ak\sum a_k gives divergence of bk\sum b_k).

[L7]

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

[L8]

Powers: t0=1t^{0} = 1, tj+1=tjtt^{j+1} = t^{j} t, and tj>0t^{j} > 0 for t>0t > 0 (Integer powers ama^m, Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L9]

If xk\sum |x_k| converges then xk\sum x_k converges (If ak\sum |a_k| converges then ak\sum a_k converges).

Proof

technique · cases
1.1

Assume lim supkqk<1\limsup_{k} q_k < 1.

assume-case lt
1.2

Assume instead lim infkqk>1\liminf_{k} q_k > 1.

assume-case gt
1.3

Each qkq_k is a nonnegative real, being a quotient of a nonnegative real by a positive one, so every snqn0s_n \ge q_n \ge 0 and hence lim supkqk0\limsup_k q_k \ge 0.

givenL1L2L3
2.1

In the case lim supkqk<1\limsup_k q_k < 1 the value Λ:=lim supkqk\Lambda := \limsup_k q_k therefore lies strictly between the reals 00 and 11 inclusive of 00, so it is a real number; put t:=(Λ+1)/2t := (\Lambda + 1)/2, a real with 0Λ<t<10 \le \Lambda < t < 1.

step 1.1step 1.3L1choose
2.2

In the case lim infkqk>1\liminf_k q_k > 1, the real 11 is not an upper bound of {in}\{i_n\}, so there is NNN \in \mathbb{N} with iN>1i_N > 1.

step 1.2L1choose
3.1

In the case Λ<1\Lambda < 1: since t>Λ=inf{sn}t > \Lambda = \inf\{s_n\}, the real tt is not a lower bound of {sn}\{s_n\}, so there is NN with sN<ts_N < t, and then qksN<tq_k \le s_N < t for every kNk \ge N.

step 2.1L1choose
3.2

In the case lim infkqk>1\liminf_k q_k > 1: qkiN>1q_k \ge i_N > 1 for every kNk \ge N, since iNi_N is a lower bound of {qk:kN}\{q_k : k \ge N\}.

step 2.2L1
3.3

In the case Λ<1\Lambda < 1: the series j0tj\sum_{j \ge 0} t^{\,j} converges since t=t<1|t| = t < 1, hence so does j0aNtj\sum_{j \ge 0} |a_N| t^{\,j}.

step 2.1L5
4.1

In the case Λ<1\Lambda < 1: for kNk \ge N, ak+1/ak<t|a_{k+1}|/|a_k| < t with ak>0|a_k| > 0, hence ak+1<tak|a_{k+1}| < t\,|a_k|.

step 3.1L3algebra
4.2

In the case lim infkqk>1\liminf_k q_k > 1: for kNk \ge N, ak+1>ak|a_{k+1}| > |a_k|, again multiplying by ak>0|a_k| > 0.

step 3.2L3algebra
5.1

In the case Λ<1\Lambda < 1: an induction on jj gives aN+jaNtj|a_{N+j}| \le |a_N|\,t^{\,j} for every jNj \in \mathbb{N}. At j=0j = 0 this is an equality, since t0=1t^{0} = 1; and if it holds at jj then aN+j+1<taN+jtaNtj=aNtj+1|a_{N+j+1}| < t\,|a_{N+j}| \le t\,|a_N| t^{\,j} = |a_N| t^{\,j+1}, using t>0t > 0.

step 4.1L4L8
5.2

In the case lim infkqk>1\liminf_k q_k > 1: an induction on jj gives aN+jaN>0|a_{N+j}| \ge |a_N| > 0 for every jNj \in \mathbb{N}. At j=0j = 0 it is an equality, and if it holds at jj then aN+j+1>aN+jaN|a_{N+j+1}| > |a_{N+j}| \ge |a_N|.

step 4.2L3L4
6.1

In the case Λ<1\Lambda < 1: with xj:=aN+jx_j := |a_{N+j}| and yj:=aNtjy_j := |a_N| t^{\,j} we have 0xjyj0 \le x_j \le y_j for every jj, so jaN+j\sum_j |a_{N+j}| converges; that is the NN-th tail series of ak\sum |a_k|, so ak\sum |a_k| converges.

step 5.1step 3.3L3L5L6
6.2

In the case lim infkqk>1\liminf_k q_k > 1: (ak)(a_k) does not converge to 00. Choose a natural n1n \ge 1 with 1/n<aN1/n < |a_N|; if ak0a_k \to 0 there would be KK with ak<1/n|a_k| < 1/n for all kKk \ge K, contradicting akaN>1/n|a_k| \ge |a_N| > 1/n at any index kk that is at least both KK and NN.

step 5.2L7choose
7.1

In the case lim infkqk>1\liminf_k q_k > 1: by the term test ak\sum a_k diverges, which is claim 2.

step 6.2L7
7.2

In the case Λ<1\Lambda < 1: the series ak\sum |a_k| having been shown to converge, ak\sum a_k converges as well; together with the convergence of ak\sum |a_k| 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<1t < 1, which lim sup<1\limsup < 1 supplies; divergence needs them eventually above 11, which is what lim inf>1\liminf > 1 supplies. A hypothesis on lim sup\limsup 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 supak+1/ak1\limsup |a_{k+1}/a_k| \ge 1 implies the series diverges records.

  • The geometric series is the only convergent series the proof knows. Claim 1 is a comparison against aNtj|a_N| t^{j}, and every later refinement on this page, Kummer's test included, exists because that comparison is too coarse when the ratios approach 11.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 109 results over 27 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources