Alphabeta Math
CounterexampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck 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.

With ak/bk0a_k/b_k \to 0, convergence of ak\sum a_k does not give convergence of bk\sum b_k

Statement refuted

Refuted claim: if ak,bk>0a_k, b_k > 0 and (ak/bk)(a_k/b_k) converges with limkak/bk=0\lim_k a_k/b_k = 0, then convergence of ak\sum a_k implies convergence of bk\sum b_k.

Claim 2 of For ak,bk>0a_k, b_k > 0 with ak/bkLa_k/b_k \to L: if L(0,)L \in (0,\infty) the two series share their behaviour, while L=0L = 0 and L=L = \infty give one implication each gives the implication in the other direction only: at L=0L = 0, convergence of bk\sum b_k gives convergence of ak\sum a_k. The claim above reverses it, and the reversal fails. Take

ak:=1(k+1)2,bk:=1k+1(kN).a_k := \frac{1}{(k+1)^{2}}, \qquad b_k := \frac{1}{k+1} \qquad (k \in \mathbb{N}) .

Both are positive, and ak/bk=1/(k+1)0a_k/b_k = 1/(k+1) \to 0. But ak\sum a_k is k11/k2\sum_{k \ge 1} 1/k^{2}, which converges (For rational p>0p > 0, 1/kp\sum 1/k^p converges iff p>1p > 1 at p=2p = 2), while bk\sum b_k is the harmonic series, which diverges (The harmonic series 1/k\sum 1/k diverges, by condensation and by Oresme block grouping).

The asymmetry is not an artefact of the proof. At L=0L = 0 the hypothesis says the aka_k are eventually much smaller than the bkb_k; smallness of the aka_k can never constrain the bkb_k from above, and the witness shows that it does not.

Facts & Assumptions

Given: The sequences ak:=1/ι(k+1)2a_k := 1/\iota(k+1)^{2} and bk:=1/ι(k+1)b_k := 1/\iota(k+1) for kNk \in \mathbb{N}, and their quotients qk=ak/bkq_k = a_k/b_k (Series, partial sums, convergence and the sum, divergence, and the tail series, Integer powers ama^m, Canonical naturals are positive and strictly increasing).

[L1]

The canonical naturals ι(k+1)\iota(k+1) are positive, so ak,bk>0a_k, b_k > 0; and reciprocation on the positives is order reversing (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

For every real ε>0\varepsilon > 0 there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Limits and Cauchy sequences of reals).

[L3]

k11/kp\sum_{k \ge 1} 1/k^{p} converges if and only if p>1p > 1; at p=2p = 2 it converges (For rational p>0p > 0, 1/kp\sum 1/k^p converges iff p>1p > 1, Rational powers ara^r of a positive base).

[L4]

The harmonic series k11/k\sum_{k \ge 1} 1/k diverges, and it is the series of j1/ι(j+1)j \mapsto 1/\iota(j+1) (The harmonic series 1/k\sum 1/k diverges, by condensation and by Oresme block grouping, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L5]

Claim 2 of the limit comparison test: with limkak/bk=0\lim_k a_k/b_k = 0, convergence of bk\sum b_k gives convergence of ak\sum a_k, and that is the only implication it supplies in this regime (For ak,bk>0a_k, b_k > 0 with ak/bkLa_k/b_k \to L: if L(0,)L \in (0,\infty) the two series share their behaviour, while L=0L = 0 and L=L = \infty give one implication each).

[L6]

The refuted claim: with limkak/bk=0\lim_k a_k/b_k = 0, convergence of ak\sum a_k gives convergence of bk\sum b_k.

Counterexample

technique · direct
1.1

Every aka_k and every bkb_k is positive, so the quotients are defined and the hypotheses of the claim are available for this pair.

givenL1
1.2

The series ak\sum a_k is k11/k2\sum_{k \ge 1} 1/k^{2}, the pp-series at p=2p = 2, and it converges.

givenL3
1.3

The series bk\sum b_k is the harmonic series, and it diverges.

givenL4
2.1

The quotients are qk=1/ι(k+1)21/ι(k+1)=1ι(k+1)q_k = \dfrac{1/\iota(k+1)^{2}}{1/\iota(k+1)} = \dfrac{1}{\iota(k+1)}, and (qk)(q_k) converges to 00: given a rational ε>0\varepsilon > 0, choose a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, and then 0<qk1/n<ε0 < q_k \le 1/n < \varepsilon for every kk with k+1nk+1 \ge n.

step 1.1L1L2choose
3.1

So limkqk=0\lim_k q_k = 0 and ak\sum a_k converges while bk\sum b_k diverges; the claim is refuted.

step 2.1step 1.2step 1.3L6
4.1

Nothing in the limit comparison test is contradicted: its claim 2 asserts the implication in the opposite direction, and here its hypothesis, convergence of bk\sum b_k, is false.

step 3.1L5

Remarks

  • The same pair also shows the divergence form is one-directional. Read contrapositively, claim 2 says divergence of ak\sum a_k forces divergence of bk\sum b_k. The witness has bk\sum b_k divergent and ak\sum a_k convergent, so divergence of the larger series says nothing about the smaller one, which is the same asymmetry seen from the other side.

  • The regime L=+L = +\infty fails symmetrically. Exchanging the roles of (ak)(a_k) and (bk)(b_k) in the witness gives bk/ak+b_k/a_k \to +\infty with bk\sum b_k divergent and ak\sum a_k convergent, so claim 3 of the test is one-directional for the same reason. That reading is immediate from the computation above, the two sequences being the same two.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 94 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