Alphabeta Math
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.

✓ 13 results · all verified · 13 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs; all 13 also cleared it.

Absolute and Conditional Convergence; Rearrangement; Products: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

∑j≥0(−1)j/(j+1) converges conditionally, with sum strictly between 1/2 and 1

Example

Let (εj) be the alternating sequence (The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1), written εj=(−1)j, and put bj:=1/ι(j+1), with ι(j+1) the canonical natural, positive for every j (Canonical naturals are positive and strictly increasing). The alternating harmonic series is

∑j≥0(−1)jj+1  =  ∑jεjbj.

It converges conditionally (Absolutely convergent and conditionally convergent series, and the general starting index): it converges, by the alternating series test, while its series of absolute values is the harmonic series ∑k≥11/k, which diverges (For rational p>0, ∑1/kp converges iff p>1). Writing S for its sum,

12  <  712  ≤  S  ≤  56  <  1.

The value of S is not asserted. The classical evaluation is a logarithm and is not available at this point in the reading order; what is proved here is that S exists and where it lies. See Selected sums and products on this page that are proved to exist without being evaluated, and what their evaluation waits for.

This is the series that gives the whole page its content: it is the standard witness for FALSE: every convergent series converges absolutely and, through The Riemann series theorem: a conditionally convergent real series has, for every c∈R, a rearrangement with sum c, and rearrangements diverging to +∞, to −∞, and oscillating with any prescribed lim inf⁡≤lim sup⁡ in R‾, the source of every rearrangement example below.

Facts & Assumptions

Given: The alternating sequence (εj) with index maps e and o, the sequence bj=1/ι(j+1), and the partial sums tn=∑j<nεjbj (Series, partial sums, convergence and the sum, divergence, and the tail series).

[L1]

The alternating sequence: ε0=1, εj+1=−εj, ∣εj∣=1; e0=0, ej+1=ej+2, o0=1, oj+1=oj+2; εej=1 and εoj=−1 (The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1).

[L2]

The canonical naturals are positive for n≥1 and strictly increasing; reciprocation reverses the order on the positives; and for every real ε>0 there is n≥1 with 1/ι(n)<ε (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L5]

Absolute value: ∣xy∣=∣x∣ ∣y∣ (Basic properties of the absolute value).

[L7]

Verification

technique · direct
1.1

Every bj=1/ι(j+1) is positive, and (bj) is nonincreasing, since 0<ι(j+1)<ι(j+2).

givenL2
1.2

By [L1], e1=2, e2=4, o1=3; and by [L6] together with εej=1, εoj=−1, the first partial sums are t1=b0=1, t2=1−1/2=1/2, t3=1/2+1/3=5/6 and t4=5/6−1/4=7/12.

L1L6algebra
2.1

(bj) converges to 0: given a rational ε>0, take n≥1 with 1/ι(n)<ε; for j≥n one has ι(j+1)≥ι(n)>0, so bj≤1/ι(n)<ε.

step 1.1L2
2.2

For every j, ∣εjbj∣=∣εj∣ bj=1/ι(j+1), and ∑j1/ι(j+1) is the p-series ∑k≥11/k at p=1, which diverges.

step 1.1L1L4L5
3.1

By the alternating series test the series converges; write S for its sum, and tej≤S≤toj holds for every j.

step 1.1step 2.1L3
4.1

Taking j=2 in the lower bound and j=1 in the upper bound of step 3.1 gives 7/12=t4=te2≤S≤to1=t3=5/6.

step 3.1step 1.2
5.1

Since 1/2<7/12 and 5/6<1, the sum satisfies 1/2<S<1.

step 4.1algebra
6.1

So the series converges while its series of absolute values diverges: it converges conditionally, with sum strictly between 1/2 and 1.

step 3.1step 5.1step 2.2L7∎

Remarks

  • The bracketing is exactly the error bound of the test, used twice. Any pair of an even-index and an odd-index partial sum brackets S, and the further out the pair is taken the tighter the bracket becomes; t4 and t3 are simply the first pair whose values separate S strictly from 1/2 and from 1. Taking t2=1/2 and t1=1 would give only the non-strict bounds.

  • Conditional convergence is a statement about cancellation. The terms have absolute value 1/(j+1) and their sum without signs is infinite; the series converges only because consecutive terms nearly cancel. Everything that follows on this page, that the terms may be reordered to sum to anything at all, is a consequence of exactly that.

  • What the bracket does not say. It gives no rate and no closed form. Better numerical bounds come from later pairs tej,toj and cost only arithmetic; the closed form costs the logarithm.

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Every rearrangement of ∑k≥0(−1/2)k converges to 2/3

Example

Let r:=−1/2 and consider ∑k≥0rk, with rk the integer power (Integer powers am), so that the first term is r0=1. Then:

∑k=0∞(−12)k  =  11−(−1/2)  =  23,

the series converges absolutely (Absolutely convergent and conditionally convergent series, and the general starting index), and every rearrangement of it along a bijection of N (Rearrangement of a series along a bijection of N, and unconditional convergence) converges, again to 2/3.

This is the contrast case for the whole page. The alternating harmonic series (∑j≥0(−1)j/(j+1) converges conditionally, with sum strictly between 1/2 and 1) has terms with the same alternating sign pattern, tending to 0 just as these do, and can be rearranged to any real whatever; this series cannot be rearranged to anything but 2/3. The difference is absolute convergence and nothing else, by For a series of real numbers, unconditional convergence and absolute convergence are the same property.

Facts & Assumptions

Given: r=−1/2 and the sequence ak:=rk (Integer powers am).

[L1]

Geometric series: for ∣x∣<1 the series ∑xk converges with sum 1/(1−x), the series starting at k=0 with first term x0=1 (For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L2]

Absolute value: ∣xy∣=∣x∣ ∣y∣, ∣1∣=1, and ∣−1/2∣=1/2 (Basic properties of the absolute value).

[L3]

Powers: x0=1 and xn+1=xnx (Integer powers am, Laws of integer exponents).

[L4]

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

Verification

technique · direct
1.1

An induction gives ∣rk∣=∣r∣k=(1/2)k for every k: at k=0 both sides are 1, and ∣rk+1∣=∣rkr∣=∣rk∣ ∣r∣=(1/2)k(1/2).

L2L3L4
1.2

Since ∣r∣=1/2<1, the series ∑krk converges with sum 1/(1−r)=1/(3/2)=2/3.

L1L2algebra
2.1

Since ∣1/2∣=1/2<1, the series ∑k∣rk∣=∑k(1/2)k converges, with sum 1/(1−1/2)=2; so ∑krk converges absolutely.

step 1.1L1L2
3.1

By Dirichlet's rearrangement theorem, for every bijection σ of N the series ∑krσ(k) converges, with the same sum 2/3.

step 2.1L5
4.1

So the series converges absolutely with sum 2/3, and every rearrangement of it converges to 2/3.

step 1.2step 2.1step 3.1∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

Taking two positive terms for each negative one rearranges the alternating harmonic series to 3/2 times its sum, by the identity T3n=S4n+12S2n

Example

Let aj:=(−1)j/ι(j+1) be the terms of the alternating harmonic series, whose sum S satisfies 1/2<S<1 (∑j≥0(−1)j/(j+1) converges conditionally, with sum strictly between 1/2 and 1), and let SN:=∑j<Naj be its partial sums.

Rearrange it by taking two positive terms for each negative one:

1+13−12  +  15+17−14  +  19+111−16  +  ⋯

Formally, define σ:N→N by

σ(3m)=4m,σ(3m+1)=4m+2,σ(3m+2)=2m+1(m∈N),

which is a bijection (Injection, surjection, bijection), so that ∑kaσ(k) is a rearrangement of the alternating harmonic series (Rearrangement of a series along a bijection of N, and unconditional convergence). Writing Tn:=∑k<naσ(k), the identity

T3n  =  S4n  +  12 S2n(n∈N)

holds, and consequently

∑k=0∞aσ(k)  =  32 S.

The value is stated relative to S, and deliberately so. Texts that already have the logarithm state this example as a multiple of log⁡2; that expression is not available at this point in the reading order, and the identity above needs none (Selected sums and products on this page that are proved to exist without being evaluated, and what their evaluation waits for). Since 1/2<S<1, the rearranged sum lies strictly between 3/4 and 3/2, and in particular differs from S: a concrete instance of The Riemann series theorem: a conditionally convergent real series has, for every c∈R, a rearrangement with sum c, and rearrangements diverging to +∞, to −∞, and oscillating with any prescribed lim inf⁡≤lim sup⁡ in R‾.

Facts & Assumptions

Given: The alternating sequence (εj) with index maps ej=2j and oj=2j+1; the terms aj=εj/ι(j+1); the partial sums SN=∑j<Naj of the alternating harmonic series, with sum S; and Tn=∑k<naσ(k).

[L1]

The alternating sequence and its index maps: e0=0, ej+1=ej+2, o0=1, oj+1=oj+2; N is the disjoint union of the ranges of e and o, each element occurring for exactly one index; εej=1 and εoj=−1 (The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1).

[L3]

The canonical naturals are positive for n≥1 and strictly increasing; reciprocation reverses the order on the positives; and for every real ε>0 there is n≥1 with 1/ι(n)<ε (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L4]

The recursion theorem and the principle of induction (The recursion theorem, The principle of mathematical induction); every nonempty subset of N has a least element (The well-ordering principle).

[L5]

Finite sums: ∑k<0xk=0, ∑k<n+1xk=∑k<nxk+xn, additivity, scaling and splitting (Finite sums and finite products, by recursion, Laws of finite sums and finite products, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L6]

A subsequence of a convergent sequence converges to the same limit (Subsequences inherit the limit).

[L8]

Verification

technique · direct
1.1

An induction gives ej=2j and oj=2j+1 for every j, from e0=0, o0=1 and the two recursions; so by [L1] every natural number is 2i for exactly one i or 2i+1 for exactly one i.

L1L4
1.2

Every natural n is 3m+r for exactly one pair (m,r) with r<3: for existence, the set { m′:3m′>n } is nonempty, containing n+1, so it has a least element m0, which is not 0 since 3⋅0=0≤n; put m:=m0−1, so 3m≤n<3m+3 and r:=n−3m satisfies r<3. For uniqueness, if 3m+r=3m′+r′ with r,r′<3 and m<m′, then 3m+r<3m+3≤3m′≤3m′+r′, a contradiction; so m=m′ and then r=r′.

L4
1.3

The maps n↦4n and n↦2n are strictly increasing, so (S4n)n and (S2n)n are subsequences of (SN) and both converge to S.

L2L6
2.1

Applying step 1.1 twice, every natural number is exactly one of 4i, 4i+2 or 2i+1, for exactly one i: an even number 2m is 4i when m=2i and 4i+2 when m=2i+1, and these two cases are exclusive and exhaustive by step 1.1 applied to m.

step 1.1
3.1

The map σ is therefore a well-defined function on N, given on the unique representation n=3m+r by the three clauses of the statement; it may equally be produced by the recursion theorem applied to the state set N×{0,1,2} with the cycle (m,0)↦(m,1)↦(m,2)↦(m+1,0). It is a bijection: by step 1.2 the pairs (m,r) with r<3 correspond exactly to the naturals n=3m+r, and by step 2.1 the three clauses send those pairs bijectively onto N.

step 2.1step 1.2L4L8
4.1

By [L1] and step 1.1, ε4m=ε4m+2=1 and ε2m+1=−1, so aσ(3m)=1/ι(4m+1), aσ(3m+1)=1/ι(4m+3) and aσ(3m+2)=−1/ι(2m+2).

step 1.1step 3.1L1
5.1

An induction on n gives T3n=S4n+12S2n. At n=0 all three sums are empty, hence 0. For the step, by step 4.1 and [L5], T3(n+1)−T3n=1/ι(4n+1)+1/ι(4n+3)−1/ι(2n+2), while S4(n+1)−S4n=1/ι(4n+1)−1/ι(4n+2)+1/ι(4n+3)−1/ι(4n+4) and 12(S2(n+1)−S2n)=12(1/ι(2n+1)−1/ι(2n+2))=1/ι(4n+2)−1/ι(4n+4); adding the last two gives 1/ι(4n+1)+1/ι(4n+3)−2/ι(4n+4), and 2/ι(4n+4)=1/ι(2n+2).

step 4.1L3L4L5
5.2

For 3n≤m≤3n+2 the difference Tm−T3n is a sum of at most the two positive terms 1/ι(4n+1) and 1/ι(4n+3), so 0≤Tm−T3n≤2/ι(4n+1).

step 4.1L3L5
6.1

Hence T3n→S+12S=32S by step 5.1 and the algebra of limits.

step 5.1step 1.3L7
7.1

Let ε>0 be rational. By step 6.1 fix N1 with ∣T3n−32S∣<ε/2 for n≥N1, and by [L3] fix N2≥1 with 2/ι(4N2+1)<ε/2, which then holds with n in place of N2 for every n≥N2; put N:=max⁡{N1,N2}.

step 6.1L3choose
8.1

Let m≥3N and write m=3n+r with r<3 as in step 1.2; then 3N≤m<3n+3, so N<n+1 and n≥N. Hence ∣Tm−32S∣≤∣Tm−T3n∣+∣T3n−32S∣<ε/2+ε/2=ε.

step 1.2step 5.2step 7.1
9.1

Therefore Tm→32S: the rearranged series ∑kaσ(k) converges with sum 32S, and since 1/2<S<1 that sum lies strictly between 3/4 and 3/2, so in particular it is not S.

step 3.1step 8.1L2∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

An explicit greedy rearrangement of the alternating harmonic series with sum 0, and the same recipe for any prescribed real

Example

Let aj=(−1)j/ι(j+1) be the terms of the alternating harmonic series, which converges conditionally (∑j≥0(−1)j/(j+1) converges conditionally, with sum strictly between 1/2 and 1). Fix a real c. The greedy rearrangement towards c is the bijection σ of N produced by the following rule, which is exactly the construction of The Riemann series theorem: a conditionally convergent real series has, for every c∈R, a rearrangement with sum c, and rearrangements diverging to +∞, to −∞, and oscillating with any prescribed lim inf⁡≤lim sup⁡ in R‾ with the constant target c:

at each step, if the running sum of the terms already used is at most c, take the next unused nonnegative term of the series; otherwise take the next unused negative term.

By The Riemann series theorem: a conditionally convergent real series has, for every c∈R, a rearrangement with sum c, and rearrangements diverging to +∞, to −∞, and oscillating with any prescribed lim inf⁡≤lim sup⁡ in R‾ the resulting rearrangement converges, with

∑k=0∞aσ(k)  =  c.

For c=0 the rule produces, in order,

1, −12, −14, −16, −18, 13, −110, −112, −114, −116, 15, …

the running sums after the successive terms being 1, 12, 14, 112, −124, then 724 after 13, and so on: one positive term followed by however many negative terms are needed to bring the running sum below 0 again.

The same series therefore has rearrangements summing to 0, to S itself, to 32S (Taking two positive terms for each negative one rearranges the alternating harmonic series to 3/2 times its sum, by the identity T3n=S4n+12S2n) and to every other real number, while its terms are never changed.

Facts & Assumptions

Given: The terms aj=(−1)j/ι(j+1) of the alternating harmonic series, and a real number c.

[L3]

The Riemann series theorem: for a conditionally convergent series and every real c there is a bijection σ of N with ∑aσ(k) convergent of sum c; the bijection is the greedy one described above, built by the recursion theorem on a state carrying the two counters and the running sum, with no least crossing index selected and no choice made (The Riemann series theorem: a conditionally convergent real series has, for every c∈R, a rearrangement with sum c, and rearrangements diverging to +∞, to −∞, and oscillating with any prescribed lim inf⁡≤lim sup⁡ in R‾, The recursion theorem, The well-ordering principle, Rearrangement of a series along a bijection of N, and unconditional convergence, Series, partial sums, convergence and the sum, divergence, and the tail series).

Verification

technique · direct
1.1

The alternating harmonic series converges conditionally.

givenL1
2.1

Its nonnegative terms are a2i=1/ι(2i+1), that is 1,1/3,1/5,…, and its negative terms are a2i+1=−1/ι(2i+2), that is −1/2,−1/4,−1/6,…; by [L2] the sums of each family are unbounded, so neither supply is exhausted at any stage of the greedy rule.

step 1.1L2
3.1

By the Riemann series theorem applied with the constant target c, the greedy rule defines a bijection σ of N and ∑kaσ(k) converges with sum c.

step 1.1step 2.1L3
4.1

Taking c=0 gives a rearrangement of the alternating harmonic series with sum 0, and taking c arbitrary gives one with sum c; the terms used are the same in every case.

step 3.1L3∎

Remarks

  • The displayed initial segment is arithmetic, not a further claim. Starting from a running sum of 0, which is at most c=0, the rule takes the first nonnegative term 1; the running sum 1 then exceeds 0, so negative terms are taken until it drops below 0, which the successive values 12, 14, 112, −124 show happens after four of them. The reader may continue the computation indefinitely; nothing in the verification depends on it.

  • Why the greedy rule terminates each phase. Each phase ends because the relevant part series diverges to +∞ (Positive and negative parts: ak=ak+−ak− and ∣ak∣=ak++ak−; a series converges absolutely iff both ∑ak+ and ∑ak− converge, and for a conditionally convergent series both diverge to +∞), so however far along the supply one is, enough remains to cross the target. This is the only place conditional convergence is used, and it is the reason the example has no analogue for an absolutely convergent series.

  • The overshoot vanishes, which is why the sum is exactly c. At each crossing the running sum differs from c by at most the term just used, and the terms of a convergent series tend to 0; since both supplies are consumed in order and both are exhausted, the terms used at successive crossings tend to 0 as well.

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

The period-three pattern 1,1,−2 has partial sums in {0,1,2}, so ∑ak/(k+1) converges by Dirichlet's test although the alternating series test does not apply

Example

Let (gk) be the sequence of naturals with values in {0,1,2} defined by the recursion g0=0 and gk+1=gk+1 for gk∈{0,1}, gk+1=0 for gk=2 (The recursion theorem), and put

ak:={1if gk∈{0,1},−2if gk=2,bk:=1ι(k+1).

So (ak) is the repeating pattern 1,1,−2,1,1,−2,… Its partial sums An=∑k<nak take only the values 0,1,2, hence are bounded (Lower bound, bounded below, bounded set), while (bk) is nonincreasing with bk→0. By Dirichlet's test (Dirichlet's test: if the partial sums of ∑ak are bounded and (bk) is nonincreasing with bk→0, then ∑akbk converges) the series

∑kakk+1

converges. It converges conditionally (Absolutely convergent and conditionally convergent series, and the general starting index), since ∣ak∣≥1 for every k and ∑1/ι(k+1) is the harmonic series.

The alternating series test does not reach this example. The alternating series test: if (bk) is nonincreasing with bk→0 then ∑k(−1)kbk converges, the sum lies between any two consecutive partial sums, and the error after n terms is at most bn is a statement about ∑εkbk for the alternating sequence (εk), whose values strictly alternate in sign; here a0=a1=1, so (ak) is not that sequence, nor any constant multiple of it, and no reading of the test applies. This is the item on the page showing that Dirichlet's test is strictly stronger than the Leibniz criterion, and an alternating witness would not show it.

Facts & Assumptions

Given: The sequence (gk) with values in {0,1,2} defined by the displayed recursion, the terms ak∈{1,−2} read off from it, bk=1/ι(k+1), and the partial sums An=∑k<nak.

[L1]

The recursion theorem and the principle of induction (The recursion theorem, The principle of mathematical induction).

[L3]

The canonical naturals are positive for n≥1 and strictly increasing; reciprocation reverses the order on the positives; and for every real ε>0 there is n≥1 with 1/ι(n)<ε (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L6]

Direct comparison, in its divergence form: if 0≤xk≤yk from some index on and ∑xk diverges then ∑yk diverges (If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk).

[L7]

Absolute value: ∣x∣≥0 and ∣xy∣=∣x∣ ∣y∣ (Basic properties of the absolute value).

Verification

technique · direct
1.1

The recursion defines (gk) as a function N→{0,1,2}, the transition being a total function of the set {0,1,2} to itself; hence (ak) is a well-defined sequence of reals with values in {1,−2}.

givenL1
1.2

Every bk=1/ι(k+1) is positive, (bk) is nonincreasing since 0<ι(k+1)<ι(k+2), and bk→0: given a rational ε>0, an n≥1 with 1/ι(n)<ε gives bk≤1/ι(n)<ε for every k≥n.

givenL3
2.1

An induction gives An=ι(gn) for every n: at n=0 both sides are 0; and if An=ι(gn) then, when gn∈{0,1} we have an=1 and gn+1=gn+1, so An+1=ι(gn)+1=ι(gn+1), while when gn=2 we have an=−2 and gn+1=0, so An+1=ι(2)−2=0=ι(gn+1).

step 1.1L1L2
2.2

For every k, ∣akbk∣=∣ak∣bk≥bk=1/ι(k+1)≥0, since ∣ak∣ is 1 or 2.

step 1.1step 1.2L7
3.1

Hence An∈{0,1,2} for every n and ∣An∣≤2: the range of the partial sums is bounded.

step 2.1L7
3.2

The series ∑k1/ι(k+1) is the p-series ∑k≥11/k at p=1, which diverges; so by comparison ∑k∣akbk∣ diverges.

step 2.2L5L6
4.1

By Dirichlet's test, ∑kakbk converges.

step 3.1step 1.2L4
5.1

Therefore ∑kakbk converges conditionally: it converges by step 4.1 and does not converge absolutely by step 3.2.

step 4.1step 3.2L8
6.1

The alternating series test does not apply to this series: it is a statement about the alternating sequence (εk), for which ε0=1 and ε1=−1, whereas here a0=a1=1.

step 1.1L9∎

Remarks

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

∑j≥0(−1)j (j+3)/(j+1)2 converges, by Abel's test with the monotone bounded factor (j+3)/(j+1)

Example

Put

aj:=(−1)jι(j+1),bj:=ι(j+3)ι(j+1)(j∈N),

so that

ajbj  =  (−1)j ι(j+3)ι(j+1)2.

Then ∑jaj is the alternating harmonic series, which converges (∑j≥0(−1)j/(j+1) converges conditionally, with sum strictly between 1/2 and 1), while (bj) is nonincreasing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences) and bounded, with 1<bj≤3. By Abel's test (Abel's test: if ∑ak converges and (bk) is monotone and bounded then ∑akbk converges) the series

∑j≥0(−1)j (j+3)(j+1)2

converges.

Neither of the two earlier tests reaches it as directly. The alternating series test: if (bk) is nonincreasing with bk→0 then ∑k(−1)kbk converges, the sum lies between any two consecutive partial sums, and the error after n terms is at most bn would require the sequence ι(j+3)/ι(j+1)2 to be nonincreasing, which is true but is an extra computation; Dirichlet's test: if the partial sums of ∑ak are bounded and (bk) is nonincreasing with bk→0, then ∑akbk converges would require a factor tending to 0, and bj→1≠0. Abel's test is designed for exactly this shape: a convergent series multiplied by a monotone bounded factor.

Facts & Assumptions

Given: The sequences aj=(−1)j/ι(j+1) and bj=ι(j+3)/ι(j+1).

[L2]

The canonical naturals are positive for n≥1 and strictly increasing, and ι(m+n)=ι(m)+ι(n); reciprocation reverses the order on the positives (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L4]

Integer powers: x2=x⋅x (Integer powers am, Laws of integer exponents).

Verification

technique · direct
1.1

For every j, ι(j+3)=ι(j+1)+2, so bj=1+2/ι(j+1), the canonical natural ι(j+1) being positive.

givenL2
1.2

For every j, ajbj=(−1)jι(j+1)⋅ι(j+3)ι(j+1)=(−1)jι(j+3)ι(j+1)2.

givenL4
2.1

The sequence (bj) is nonincreasing: 0<ι(j+1)<ι(j+2) gives 2/ι(j+2)<2/ι(j+1), hence bj+1<bj.

step 1.1L2
3.1

The sequence (bj) is bounded, with 1<bj≤b0=1+2=3: the lower bound because 2/ι(j+1)>0, the upper because (bj) is nonincreasing.

step 1.1step 2.1L2
4.1

By [L1] the series ∑jaj converges, and by step 2.1 and step 3.1 the sequence (bj) is monotone and bounded; so by Abel's test ∑jajbj converges.

step 2.1step 3.1L1L3
5.1

By step 1.2 that series is ∑j≥0(−1)j(j+3)/(j+1)2, which therefore converges.

step 1.2step 4.1∎

Remarks

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

With aj=(−1)j/j+1 convergent and bj=(−1)j bounded but not monotone, ∑ajbj=∑1/j+1 diverges

Statement refuted

Refuted claim: if ∑aj converges (Series, partial sums, convergence and the sum, divergence, and the tail series) and (bj) is bounded (Lower bound, bounded below, bounded set), then ∑ajbj converges.

This is Abel's test: if ∑ak converges and (bk) is monotone and bounded then ∑akbk converges with the word monotone deleted from its hypothesis on (bj). Deleting it destroys the theorem.

Let (εj) be the alternating sequence (The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1) and put

aj:=εjι(j+1),bj:=εj.

Then ∑aj converges by the alternating series test, (bj) is bounded with ∣bj∣=1, and

ajbj  =  εj 2ι(j+1)  =  1ι(j+1),

so ∑jajbj is ∑k≥11/k1/2, the p-series at p=1/2, which diverges (For rational p>0, ∑1/kp converges iff p>1).

Facts & Assumptions

Given: The alternating sequence (εj), the sequence βj:=1/ι(j+1), and aj:=εjβj, bj:=εj.

[L3]

The canonical naturals are positive for n≥1 and strictly increasing; reciprocation reverses the order on the positives; and for every real ε>0 there is n≥1 with 1/ι(n)<ε (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L5]

∑k≥11/kp converges if and only if p>1; and ∑k≥1xk is the series of j↦xj+1 (For rational p>0, ∑1/kp converges iff p>1, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L6]

Absolute value: ∣xy∣=∣x∣ ∣y∣, ∣x∣≥0, and x2=∣x∣2 (Basic properties of the absolute value).

Counterexample

technique · direct
1.1

Square roots are strictly increasing on the nonnegative reals: if 0≤u<v and u≥v then u=(u)2≥(v)2=v, which is false.

L2
1.2

The sequence (bj)=(εj) is bounded, ∣bj∣=1 for every j.

L1L6
1.3

It is not monotone: b0=1>b1=−1, so it is not nondecreasing, and b1=−1<b2=1, so it is not nonincreasing.

L1
2.1

Each βj=1/ι(j+1) is positive and (βj) is nonincreasing, since 0<ι(j+1)<ι(j+2) gives 0<ι(j+1)<ι(j+2).

step 1.1L2L3
2.2

(βj) converges to 0: given a rational ε>0, fix n≥1 with 1/ι(n)<ε2; for j≥n one has ι(j+1)≥ι(n)>(1/ε)2, so ι(j+1)>1/ε and βj<ε.

step 1.1L2L3
3.1

By the alternating series test ∑jaj=∑jεjβj converges.

step 2.1step 2.2L4
3.2

For every j, ajbj=εj 2βj=∣εj∣2βj=βj=1/ι(j+1).

step 2.1L1L6
4.1

The series ∑jβj is ∑k≥11/k=∑k≥11/k1/2, the p-series at p=1/2; since 1/2>1 is false, it diverges.

step 3.2L2L5
5.1

So ∑aj converges and (bj) is bounded, while ∑ajbj diverges: the refuted claim fails, and the hypothesis of [L7] that is missing is precisely monotonicity of (bj).

step 3.1step 1.2step 1.3step 4.1L7∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

For ∣r∣<1 the Cauchy product of ∑rk with itself is ∑(k+1)rk, with sum 1/(1−r)2

Example

Let r∈R with ∣r∣<1 and take ak=bk=rk (Integer powers am). Their Cauchy product (The Cauchy product of two series: cn=∑k=0nakbn−k) is

cn  =  ∑k=0nrkr n−k  =  ∑k=0nrn  =  ι(n+1) rn,

the sum of n+1 copies of the same number. Both factors converge absolutely (Absolutely convergent and conditionally convergent series, and the general starting index), so by If ∑ak and ∑bk both converge absolutely then their Cauchy product converges absolutely, with sum AB the product series converges absolutely, with

∑n=0∞(n+1) rn  =  (∑k=0∞rk)2  =  1(1−r)2.

This is the cheapest way to sum ∑(n+1)rn available at this point in the reading order: no differentiation of a power series is needed, only the geometric series and Mertens' theorem.

Facts & Assumptions

Given: A real r with ∣r∣<1, the sequences ak=bk=rk, and their Cauchy product cn=∑k=0nakbn−k (The Cauchy product of two series: cn=∑k=0nakbn−k).

[L2]

Powers: x0=1, xn+1=xnx, and xm+n=xmxn (Integer powers am, Laws of integer exponents).

[L3]

Absolute value: ∣xy∣=∣x∣ ∣y∣ and ∣1∣=1 (Basic properties of the absolute value).

[L4]

Finite sums: ∑k<nλ=ι(n)λ for a constant λ, and ∑k=0nxk=∑k<n+1xk (Laws of finite sums and finite products, Finite sums and finite products, by recursion, Canonical naturals are positive and strictly increasing).

[L5]

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

Verification

technique · direct
1.1

An induction gives ∣rk∣=∣r∣k for every k: at k=0 both sides are 1, and ∣rk+1∣=∣rkr∣=∣rk∣ ∣r∣=∣r∣k∣r∣=∣r∣k+1.

L2L3L5
1.2

For k≤n, rkr n−k=rk+(n−k)=rn, so cn=∑k=0nrn=∑k<n+1rn=ι(n+1) rn, a sum of n+1 copies of the constant rn.

L2L4
2.1

Since ∣r∣<1, both ∑krk and ∑k∣rk∣=∑k∣r∣k converge, the first with sum 1/(1−r); so ∑krk converges absolutely.

step 1.1L1
3.1

Both factors of the Cauchy product converge absolutely, so ∑ncn converges absolutely with sum (1/(1−r))2=1/(1−r)2.

step 2.1L6
4.1

By step 1.2 that series is ∑n≥0(n+1)rn, so it converges absolutely with sum 1/(1−r)2.

step 1.2step 3.1∎

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-adaptedverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

The Cauchy product of ∑k≥0(−1)k/k+1 with itself has ∣cn∣≥1 for every n, so it diverges

Statement refuted

Refuted claim: the Cauchy product of two convergent series of reals converges (The Cauchy product of two series: cn=∑k=0nakbn−k, Series, partial sums, convergence and the sum, divergence, and the tail series).

The witness is a single conditionally convergent series multiplied by itself. Let (εk) be the alternating sequence (The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1) and

ak  =  bk  :=  εkι(k+1),

so that ∑ak converges by the alternating series test. Then, as FALSE: the Cauchy product of two convergent series converges establishes,

∣cn∣  =  ∑k=0n1ι(k+1) ι(n−k+1)  ≥  2 ι(n+1)ι(n+2)  ≥  1(n∈N),

so (cn) does not converge to 0 and ∑cn diverges (If a series converges then its terms tend to 0).

What this counterexample adds to the false statement is the sharp form of the bound: the lower bound 2ι(n+1)/ι(n+2)=2−2/ι(n+2) increases to 2, so ∣cn∣ eventually exceeds every real below 2. The terms of the product series therefore do not merely fail to tend to 0; they stay bounded away from it by an amount approaching 2. Nothing here determines the asymptotic size of ∣cn∣ itself, only this lower bound for it; the divergence is as far from marginal as the bound makes it.

Facts & Assumptions

Given: The alternating sequence (εk), the sequence βk:=1/ι(k+1), the series ∑ak with ak=bk=εkβk, and its Cauchy product (cn).

[L3]

The canonical naturals are positive for n≥1 and strictly increasing, with ι(m+n)=ι(m)+ι(n); reciprocation reverses the order on the positives (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L4]

Finite sums are monotone in their terms, and the sum of n+1 copies of a constant λ is ι(n+1)λ (Laws of finite sums and finite products).

[L7]

Convergence to 0 of a sequence (Limits and Cauchy sequences of reals).

Counterexample

technique · direct
1.1

The series ∑kak converges, and its Cauchy product with itself satisfies ∣cn∣=∑k=0nβkβn−k≥2ι(n+1)/ι(n+2)≥1 for every n.

givenL1
2.1

Hence (cn) does not converge to 0: the tolerance 1 admits no index K with ∣cn−0∣<1 for all n≥K. So ∑cn diverges, and two convergent series can have a divergent Cauchy product.

step 1.1L1L7
2.2

The lower bound is itself informative: 2ι(n+1)/ι(n+2)=2−2/ι(n+2), a quantity strictly increasing in n that exceeds every real below 2 from some index on. So ∣cn∣≥2−2/ι(n+2) for every n, and the terms of the product series stay bounded away from 0 by an amount approaching 2; nothing here claims a value for ∣cn∣ itself, only this bound for it.

step 1.1L3L4
3.1

Neither factor converges absolutely, and that is exactly what the hypothesis of Mertens' theorem asks for: were ∑∣ak∣ convergent, [L6] would make ∑cn convergent, contradicting step 2.1.

step 2.1L6
4.1

So the refuted claim fails for this pair, and the hypothesis that repairs it is absolute convergence of one factor.

step 2.1step 2.2step 3.1L6∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

The array with aii=1, ai+1,i=−1 and every other entry 0 has iterated sums 1 and 0

Example

Define a:N×N→R by

aij:={1if j=i,−1if i=j+1,0otherwise,

so that the array has 1 along the diagonal, −1 immediately below it, and 0 everywhere else. Then every row series and every column series converges, both series of those sums converge, and

∑i=0∞(∑j=0∞aij)  =  1,∑j=0∞(∑i=0∞aij)  =  0.

The two iterated sums exist and differ, which is FALSE: whenever both iterated sums of a double array exist, they are equal. What this example adds is the reason Fubini for double series: if ∑i∑j∣aij∣ converges then both iterated sums and the sum along every bijection N→N×N converge to one and the same value does not apply: the row totals of absolute values are A0=1 and Ai=2 for every i≥1, so ∑iAi diverges and the hypothesis of that theorem fails at its only substantive point.

Written out, the array is

100⋯−110⋯0−11⋯00−1⋯

Every row after the first contains one +1 and one −1 and so sums to 0; every column contains one +1 and one −1 and so sums to 0. The asymmetry is that the very first row has no −1 to its left, and that single missing entry is the whole difference between 1 and 0.

Facts & Assumptions

Given: The array a with aii=1, ai+1,i=−1 and all other entries 0.

[L1]

For this array every row series and every column series converges, with row sums R0=1 and Ri=0 for i≥1 and column sums Cj=0 for every j; the two iterated sums are 1 and 0 (FALSE: whenever both iterated sums of a double array exist, they are equal, Series, partial sums, convergence and the sum, divergence, and the tail series, Limits and Cauchy sequences of reals).

[L2]

Finite sums: the empty sum is 0, a finite sum of zeros is 0, and ∑k<n+1xk=∑k<nxk+xn (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L3]

For a series of nonnegative terms, convergence is equivalent to the range of the partial sums being bounded above (A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum).

Verification

technique · direct
1.1

Every row and every column series converges, the row sums are R0=1 and Ri=0 for i≥1, the column sums are all 0, and the two iterated sums are 1 and 0 respectively.

givenL1
1.2

The row totals of absolute values are A0=1, row 0 having the single nonzero entry a00=1, and Ai=2 for i≥1, row i having the two nonzero entries aii=1 and ai,i−1=−1; each such row series converges, being eventually constant.

givenL2
2.1

The partial sums ∑i<PAi equal 1+2(P−1) for P≥1, hence are unbounded above, so ∑iAi diverges.

step 1.2L2L3
3.1

Therefore the hypothesis of Fubini's theorem fails for this array, and no contradiction with [L4] arises from the two iterated sums being different.

step 1.1step 2.1L4
4.1

So the array is a genuine witness: both iterated sums exist, they are 1 and 0, and the absolute hypothesis that would force them to agree is exactly what it lacks.

step 1.1step 3.1∎

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

(1−1)+(1−1)+… converges to 0 while ∑k(−1)k diverges

Statement refuted

Refuted claim: if some grouping of a series converges, so does the series (Grouping: if ∑ak converges and (nj) is strictly increasing with n0=0, the series of blocks ∑k=njnj+1−1ak converges to the same sum, Series, partial sums, convergence and the sum, divergence, and the tail series).

Let (εk) be the alternating sequence (The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1), with even index map ej satisfying e0=0 and ej+1=ej+2, and group the series ∑kεk in consecutive pairs, nj:=ej. Each block is

Bj  =  εej+εoj  =  1+(−1)  =  0,

so the grouped series is 0+0+0+… and converges to 0, while ∑kεk diverges, its terms having absolute value 1 and so not tending to 0 (If a series converges then its terms tend to 0). This is FALSE: if some grouping of a series converges then the series itself converges exhibited.

The partial sums of ∑εk are 0,1,0,1,…, and the grouping picks out exactly the even-indexed ones, all equal to 0. That is what Grouping: if ∑ak converges and (nj) is strictly increasing with n0=0, the series of blocks ∑k=njnj+1−1ak converges to the same sum says a grouping always does: it reads a subsequence of the partial sums. A subsequence of a divergent sequence may of course converge, which is the whole of the phenomenon.

Facts & Assumptions

Given: The alternating sequence (εk) with index maps e and o, the grouping nj=ej, and the blocks Bj=∑k=njnj+1−1εk.

[L1]

For this grouping every block is 0, the grouped series converges to 0, and ∑kεk diverges (FALSE: if some grouping of a series converges then the series itself converges, If a series converges then its terms tend to 0, Limits and Cauchy sequences of reals).

[L3]

Finite sums and partial sums: the empty sum is 0, ∑k<n+1xk=∑k<nxk+xn (Finite sums and finite products, by recursion, Laws of finite sums and finite products, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L4]

Grouping in the true direction: if ∑ak converges then every grouping with n0=0 converges to the same sum, its m-th partial sum being snm (Grouping: if ∑ak converges and (nj) is strictly increasing with n0=0, the series of blocks ∑k=njnj+1−1ak converges to the same sum).

Counterexample

technique · direct
1.1

The map j↦nj=ej is strictly increasing with n0=0 and nj+1=nj+2, so it is a grouping in the sense of [L4] and each block covers the two indices ej and oj.

L2L4
1.2

An induction gives that the partial sums An=∑k<nεk take only the values 0 and 1, with Aej=0 and Aoj=1: A0=0, and each step adds εn∈{1,−1}, alternately raising and lowering the value.

L2L3
1.3

The series ∑kεk diverges, since ∣εk∣=1 for every k, so (εk) does not converge to 0.

L1L2
2.1

Each block is Bj=εej+εoj=1−1=0, so the grouped series has all terms 0, all partial sums 0, and converges with sum 0.

step 1.1L1L2L3
3.1

So a grouping of ∑kεk converges while the series itself does not; the refuted claim fails.

step 2.1step 1.3
4.1

What the true statement [L4] gives is the reverse implication, and step 1.2 shows why it cannot be reversed: the grouped partial sums are the subsequence (Aej), constantly 0, of a sequence that oscillates between 0 and 1.

step 1.2step 3.1L4∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

∏j≥0(1−1/(j+2)) has partial products 1/(n+1), which tend to 0, so the product does not converge in the sense used here

Example

Put pj:=1/ι(j+2), so 0<pj≤1/2<1, and consider

∏j≥0(1−1j+2)  =  ∏j≥0ι(j+1)ι(j+2)  =  12⋅23⋅34⋯

Its partial products telescope:

∏j<n(1−1ι(j+2))  =  1ι(n+1)(n∈N),

so they tend to 0. Every factor is nonzero, and yet the product does not converge in the sense of Infinite products: partial products, and convergence to a nonzero limit after finitely many vanishing factors, because no tail of it has partial products with a nonzero limit.

This is the example the definition of a convergent infinite product is written to exclude, and Infinite products: partial products, and convergence to a nonzero limit after finitely many vanishing factors names it for that purpose. Were a limit of 0 admitted, this product would "converge to 0" with no factor equal to 0, and a convergent product could no longer be divided by.

The behaviour is also exactly what For pk≥0 the product ∏(1+pk) converges iff ∑pk converges, with 1+∑k<npk≤∏k<n(1+pk)≤1/(1−∑k<npk) when ∑k<npk<1; for 0≤pk<1 the product ∏(1−pk) converges iff ∑pk converges and its partial products tend to 0 otherwise; and ∑∣pk∣ convergent implies ∏(1+pk) convergent predicts: ∑jpj is a tail of the harmonic series and diverges, so the partial products of ∏(1−pj) tend to 0.

Facts & Assumptions

Given: The sequence pj=1/ι(j+2) and the partial products Qn=∏j<n(1−pj).

[L1]

Finite products: ∏j<0xj=1 and ∏j<n+1xj=(∏j<nxj)xn; splitting at an intermediate index; a finite product of positive factors is positive (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L2]

The canonical naturals are positive for n≥1, strictly increasing, and ι(m+n)=ι(m)+ι(n); reciprocation reverses the order on the positives; and for every real ε>0 there is n≥1 with 1/ι(n)<ε (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L3]

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

[L4]

Convergence of an infinite product: some tail must have nonvanishing factors and partial products with a nonzero limit (Infinite products: partial products, and convergence to a nonzero limit after finitely many vanishing factors, Limits and Cauchy sequences of reals).

Verification

technique · direct
1.1

For every j, ι(j+2)≥ι(2)=2>0, so 0<pj≤1/2<1 and 1−pj=ι(j+1)/ι(j+2)>0.

givenL2
2.1

An induction gives Qn=1/ι(n+1) for every n: at n=0 the empty product is 1=1/ι(1); and Qn+1=Qn(1−pn)=1ι(n+1)⋅ι(n+1)ι(n+2)=1ι(n+2).

step 1.1L1L2L3
2.2

The same conclusion follows from the general criterion: ∑jpj=∑j1/ι(j+2) is the first tail series of ∑j1/ι(j+1), which is the harmonic series and diverges, so ∑jpj diverges and the partial products of ∏(1−pj) tend to 0.

step 1.1L5L6
3.1

Hence Qn→0: given a rational ε>0, an n0≥1 with 1/ι(n0)<ε gives 0<Qn=1/ι(n+1)≤1/ι(n0)<ε for every n≥n0.

step 2.1L2
4.1

For every N the N-th tail products satisfy ∏j=NN+n−1(1−pj)=QN+n/QN, the finite product QN being positive; so they also tend to 0 as n grows, QN being a fixed nonzero real.

step 1.1step 2.1step 3.1L1
5.1

Therefore no tail of the product has partial products with a nonzero limit, and ∏j(1−pj) does not converge, although every one of its factors is nonzero.

step 4.1L4
6.1

So the partial products are 1/ι(n+1), they tend to 0, and the product diverges in the sense of Infinite products: partial products, and convergence to a nonzero limit after finitely many vanishing factors.

step 2.1step 5.1step 2.2∎

Remarks

  • The telescoping is the reason the answer is exactly 1/(n+1). Each factor is ι(j+1)/ι(j+2), so consecutive numerators and denominators cancel and only the first numerator ι(1)=1 and the last denominator ι(n+1) survive. Written informally, 12⋅23⋯nn+1=1n+1.

  • Why a zero limit is excluded from the definition. If it were admitted, this product would have value 0 although no factor is 0; and then from ∏ak=0 one could infer nothing about the factors, whereas Infinite products: partial products, and convergence to a nonzero limit after finitely many vanishing factors arranges that a convergent product is 0 exactly when some factor is. The exclusion costs this one example and buys that.

  • The index shift is not decorative. Written as ∏n≥1(1−1/n) the same product begins with the factor 1−1/1=0; the shift to 1−1/(j+2) is what keeps every factor nonzero, so that the failure is genuinely about the limit and not about a vanishing factor.

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

∏j≥0(1+(−1)j/j+2) has partial products tending to 0 although ∑j≥0(−1)j/j+2 converges

Statement refuted

Refuted claim: if ∑pk converges then ∏(1+pk) converges (Infinite products: partial products, and convergence to a nonzero limit after finitely many vanishing factors, Series, partial sums, convergence and the sum, divergence, and the tail series).

For nonnegative pk this is true, and is For pk≥0 the product ∏(1+pk) converges iff ∑pk converges, with 1+∑k<npk≤∏k<n(1+pk)≤1/(1−∑k<npk) when ∑k<npk<1; for 0≤pk<1 the product ∏(1−pk) converges iff ∑pk converges and its partial products tend to 0 otherwise; and ∑∣pk∣ convergent implies ∏(1+pk) convergent. For signed pk it is false, and the witness is

pj  :=  (−1)jι(j+2)(j∈N),

with   the nonnegative square root (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}). The series ∑jpj converges by the alternating series test. The factors 1+pj are all positive, since ∣pj∣≤1/2<1; nevertheless the partial products

Πm  =  ∏j<m(1+(−1)jj+2)

tend to 0, so no tail of the product has partial products with a nonzero limit and the product diverges.

The mechanism, and why no logarithm is needed. Consecutive factors are paired. With a=ι(2i+2) and b=ι(2i+3), so that b−a=1,

(1+1a)(1−1b)  =  1−1ab(1−1a+b)  ≤  1−1ι(4i+6),

and ∑i1/ι(4i+6) diverges. So the even partial products are dominated by ∏i<n(1−1/ι(4i+6)), which tends to 0 by For pk≥0 the product ∏(1+pk) converges iff ∑pk converges, with 1+∑k<npk≤∏k<n(1+pk)≤1/(1−∑k<npk) when ∑k<npk<1; for 0≤pk<1 the product ∏(1−pk) converges iff ∑pk converges and its partial products tend to 0 otherwise; and ∑∣pk∣ convergent implies ∏(1+pk) convergent; the odd ones differ from them by one bounded factor.

Facts & Assumptions

Given: The alternating sequence (εj) with index maps ei=2i and oi=2i+1; the sequence pj=εj/ι(j+2); the factors fj:=1+pj; and the partial products Πm=∏j<mfj.

[L1]

The alternating sequence: εei=1, εoi=−1, ∣εj∣=1, e0=0, ei+1=ei+2, oi=ei+1, and N is the disjoint union of the two ranges (The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1).

[L2]

Square roots: every t≥0 has a unique t≥0 with (t)2=t; uv=uv and   is strictly increasing on the nonnegative reals; and t=t1/2 (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}, Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Rational powers ar of a positive base).

[L3]

The canonical naturals are positive for n≥1, strictly increasing, with ι(m+n)=ι(m)+ι(n) and ι(mn)=ι(m)ι(n) for m,n≥1; reciprocation reverses the order on the positives; and for every real ε>0 there is n≥1 with 1/ι(n)<ε (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L5]

AM-GM for two nonnegative reals: uv≤((u+v)/2)2 (The arithmetic mean, geometric mean inequality).

[L6]

Finite products: ∏j<0xj=1, ∏j<n+1xj=(∏j<nxj)xn, splitting at an intermediate index, and a finite product of positive factors is positive (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L7]

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

[L10]

The squeeze theorem (The squeeze theorem).

Counterexample

technique · direct
1.1

For every j, ι(j+2)≥ι(2)=2, so ι(j+2)≥2>1 and ∣pj∣=1/ι(j+2)≤1/2<1; hence every factor satisfies 0<fj≤1+1/2<2, and every Πm is positive.

givenL1L2L3L6
1.2

Fix i and put a:=ι(2i+2), b:=ι(2i+3), so b−a=1 and a+b=ι(4i+5), both positive. By [L1], f2i=1+1/a and f2i+1=1−1/b.

L1L3
1.3

An induction gives that finite products are monotone in nonnegative factors: if 0≤xi≤yi for all i<n then ∏i<nxi≤∏i<nyi, since both products are nonnegative and ∏i<n+1xi=(∏i<nxi)xn≤(∏i<nyi)xn≤(∏i<nyi)yn.

L6L7
2.1

The sequence βj:=1/ι(j+2) is positive, nonincreasing and converges to 0: monotonicity from 0<ι(j+2)<ι(j+3) and strict increase of the square root, and convergence because, given a rational ε>0, an n≥1 with 1/ι(n)<ε2 gives ι(j+2)>(1/ε)2 and so βj<ε for every j≥n.

step 1.1L2L3
2.2

Since b−a=(b−a)/(a+b)=1/(a+b), one has 1a−1b=b−aab=1ab (a+b), so Pi:=f2if2i+1=1+1a−1b−1ab=1−1ab(1−1a+b).

step 1.2L2algebra
2.3

Here a≥2>1 and b≥3>1, so a+b>2 and 1−1/(a+b)>1/2; and by [L5], ab≤(a+b)/2=ι(4i+5)/2, so 1/ab≥2/ι(4i+5).

step 1.2L2L3L5
2.4

An induction gives Π2n=∏i<nPi for every n: at n=0 both are the empty product 1, and Π2(n+1)=Π2nf2nf2n+1=Π2nPn.

step 1.2L6L7
3.1

By the alternating series test ∑jpj=∑jεjβj converges.

step 2.1L4
3.2

Combining, Pi≤1−(2/ι(4i+5))⋅12=1−1/ι(4i+5)≤1−qi, where qi:=1/ι(4i+6), using ι(4i+5)<ι(4i+6); and 0<Pi by step 1.1, while 0<qi<1.

step 1.1step 2.2step 2.3L3
4.1

Hence 0<Π2n=∏i<nPi≤∏i<n(1−qi) for every n.

step 1.1step 3.2step 2.4step 1.3
4.2

The series ∑iqi diverges: 6(i+1)=6i+6≥4i+6, so ι(4i+6)≤6 ι(i+1) and qi≥16⋅1ι(i+1); the series ∑i16⋅1/ι(i+1) diverges, being a nonzero multiple of the harmonic series, so ∑iqi diverges by comparison.

step 3.2L3L9
5.1

By [L8] applied to (qi), the partial products ∏i<n(1−qi) tend to 0; with step 4.1 and the squeeze, Π2n→0.

step 4.1step 4.2L8L10
6.1

Also Π2n+1=Π2nf2n with 0<f2n<2, so 0<Π2n+1<2 Π2n and Π2n+1→0 as well.

step 1.1step 5.1L6L10
7.1

Therefore Πm→0: given a rational ε>0, choose N with Π2n<ε/2 for all n≥N; then for m≥2N+1, writing m as 2n or 2n+1 according to the partition of N by the two index maps, in either case n≥N and Πm≤2Π2n<ε.

step 1.1step 5.1step 6.1L1
8.1

For every N′ the N′-th tail products satisfy ∏j=N′N′+n−1fj=ΠN′+n/ΠN′ with ΠN′>0 fixed, so they tend to 0 too; no tail has partial products with a nonzero limit, and ∏j(1+pj) diverges.

step 1.1step 7.1L6L11

Remarks

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27Open item page →

0.999⋯=1 and 0.4999⋯=0.5: the second expansion of a number is exactly an eventually-all-(b−1) digit sequence

Example

Take b=10, so β=ι(10), and read a digit sequence (dj) as the series ∑j≥0ι(dj)/β j+1 (Base-b expansions: for an integer b≥2 every x∈[0,1) is the sum of ∑j≥0dj/b j+1 for digits dj<b, and the digit sequence is unique among those that are not eventually constantly b−1).

All nines. The constant sequence dj=9 gives, by the geometric series,

∑j≥0910 j+1  =  910⋅11−1/10  =  1,

which is the statement usually written 0.999⋯=1. Since 1∉[0,1) (Intervals of R: the nine order-convex forms, nondegeneracy, and length), this digit sequence is not the expansion of any point of [0,1) produced by Base-b expansions: for an integer b≥2 every x∈[0,1) is the sum of ∑j≥0dj/b j+1 for digits dj<b, and the digit sequence is unique among those that are not eventually constantly b−1, and no uniqueness clause is violated.

Two expansions of one number. For x=1/2 the construction of Base-b expansions: for an integer b≥2 every x∈[0,1) is the sum of ∑j≥0dj/b j+1 for digits dj<b, and the digit sequence is unique among those that are not eventually constantly b−1 returns d0=5 and dj=0 for j≥1: the residue r0=1/2 lies in [5/10,6/10), and r1=10⋅12−5=0, after which every digit is 0. But the sequence d0′=4, dj′=9 for j≥1 has

410+∑j≥1910 j+1  =  410+9100⋅11−1/10  =  410+110  =  12,

which is 0.4999⋯=0.5. So two different digit sequences have the same sum, and uniqueness in Base-b expansions: for an integer b≥2 every x∈[0,1) is the sum of ∑j≥0dj/b j+1 for digits dj<b, and the digit sequence is unique among those that are not eventually constantly b−1 survives only because (dj′) is terminal, being eventually constantly b−1=9.

This is the whole of the nonuniqueness. The uniqueness proof shows that two distinct digit sequences with the same sum must differ by one at the first index where they differ and then be all b−1 against all 0. So excluding the terminal sequences excludes exactly one member of each such pair, and nothing else.

Facts & Assumptions

Given: The base b=10 with β=ι(10), the digit sequences dj=9 for all j; e0=5 with ej=0 for j≥1; and d0′=4 with dj′=9 for j≥1.

[L1]

Geometric series: for ∣x∣<1, ∑kxk converges with sum 1/(1−x), the first term being x0=1 (For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L2]

Powers and canonical naturals: β0=1, βn+1=βnβ, (uv)n=unvn; ι is additive and multiplicative on positive naturals and strictly increasing (Integer powers am, Laws of integer exponents, The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing).

[L3]

Linearity of convergent series, and a series converges if and only if each tail series does, the sum splitting as the initial partial sum plus the tail sum (Convergent series add and scale termwise, A series converges iff each of its tail series converges, and the sum splits as sN plus the N-th tail, Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L4]

Base-b expansions: for b≥2 every x∈[0,1) has exactly one non-terminal digit sequence summing to x, the digits being produced by the residue recursion with d(r) the unique digit with ι(d)/β≤r<ι(d+1)/β (Base-b expansions: for an integer b≥2 every x∈[0,1) is the sum of ∑j≥0dj/b j+1 for digits dj<b, and the digit sequence is unique among those that are not eventually constantly b−1, Intervals of R: the nine order-convex forms, nondegeneracy, and length, Limits and Cauchy sequences of reals).

Verification

technique · direct
1.1

Since β=ι(10)≥2>1, one has 0<1/β<1, so ∑k(1/β)k converges with sum 1/(1−1/β)=β/(β−1)=10/9.

L1L2
1.2

For x=1/2 the residue recursion gives d0=5, since ι(5)/β=1/2≤1/2<6/10=ι(6)/β, and then r1=β⋅12−ι(5)=5−5=0, whence dj=0 and rj+1=0 for every j≥1. This sequence is non-terminal and sums to 5/10=1/2.

L2L4
2.1

Hence ∑j≥09/β j+1=(9/β)∑j≥0(1/β) j=(9/10)(10/9)=1, using linearity and β j+1=β β j.

step 1.1L2L3
3.1

So the all-nines digit sequence has sum 1, and 1∉[0,1); by [L4] it is therefore not the expansion of any x∈[0,1), and it is terminal.

step 2.1L4
3.2

The sequence (dj′) with d0′=4 and dj′=9 for j≥1 has sum 4/10+∑j≥19/β j+1, and by step 2.1 with the first term removed, ∑j≥19/β j+1=(1/β)∑j≥09/β j+1=1/10; so its sum is 4/10+1/10=1/2.

step 2.1L2L3
4.1

Thus (ej) and (dj′) are different digit sequences with the same sum 1/2, so a real number in [0,1) can have two base-10 expansions.

step 1.2step 3.2
5.1

No uniqueness claim is contradicted: (dj′) is terminal, being constantly 9=b−1 from index 1 on, and [L4] asserts uniqueness only among non-terminal sequences, of which (ej) is the one belonging to 1/2.

step 1.2step 4.1L4∎

Remarks

Sources