Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck 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.

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

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

63 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