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

Taking two positive terms for each negative one rearranges the alternating harmonic series to 3/23/2 times its sum, by the identity T3n=S4n+12S2nT_{3n} = S_{4n} + \tfrac12 S_{2n}

Example

Let aj:=(1)j/ι(j+1)a_j := (-1)^j/\iota(j+1) be the terms of the alternating harmonic series, whose sum SS satisfies 1/2<S<11/2 < S < 1 (j0(1)j/(j+1)\sum_{j \ge 0} (-1)^{j}/(j+1) converges conditionally, with sum strictly between 1/21/2 and 11), and let SN:=j<NajS_N := \sum_{j<N} a_j be its partial sums.

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

1+1312  +  15+1714  +  19+11116  +  1 + \tfrac13 - \tfrac12 \;+\; \tfrac15 + \tfrac17 - \tfrac14 \;+\; \tfrac19 + \tfrac1{11} - \tfrac16 \;+\; \cdots

Formally, define σ:NN\sigma : \mathbb{N} \to \mathbb{N} by

σ(3m)=4m,σ(3m+1)=4m+2,σ(3m+2)=2m+1(mN),\sigma(3m) = 4m, \qquad \sigma(3m+1) = 4m+2, \qquad \sigma(3m+2) = 2m+1 \qquad (m \in \mathbb{N}),

which is a bijection (Injection, surjection, bijection), so that kaσ(k)\sum_k a_{\sigma(k)} is a rearrangement of the alternating harmonic series (Rearrangement of a series along a bijection of N\mathbb{N}, and unconditional convergence). Writing Tn:=k<naσ(k)T_n := \sum_{k<n} a_{\sigma(k)}, the identity

T3n  =  S4n  +  12S2n(nN)T_{3n} \;=\; S_{4n} \;+\; \tfrac12\,S_{2n} \qquad (n \in \mathbb{N})

holds, and consequently

k=0aσ(k)  =  32S.\sum_{k=0}^{\infty} a_{\sigma(k)} \;=\; \tfrac32\,S .

The value is stated relative to SS, and deliberately so. Texts that already have the logarithm state this example as a multiple of log2\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<11/2 < S < 1, the rearranged sum lies strictly between 3/43/4 and 3/23/2, and in particular differs from SS: a concrete instance of The Riemann series theorem: a conditionally convergent real series has, for every cRc \in \mathbb{R}, a rearrangement with sum cc, and rearrangements diverging to ++\infty, to -\infty, and oscillating with any prescribed lim inflim sup\liminf \le \limsup in R\overline{\mathbb{R}}.

Facts & Assumptions

Given: The alternating sequence (εj)(\varepsilon_j) with index maps ej=2je_j = 2j and oj=2j+1o_j = 2j+1; the terms aj=εj/ι(j+1)a_j = \varepsilon_j/\iota(j+1); the partial sums SN=j<NajS_N = \sum_{j<N}a_j of the alternating harmonic series, with sum SS; and Tn=k<naσ(k)T_n = \sum_{k<n}a_{\sigma(k)}.

[L1]

The alternating sequence and its index maps: e0=0e_0 = 0, ej+1=ej+2e_{j+1} = e_j+2, o0=1o_0 = 1, oj+1=oj+2o_{j+1} = o_j+2; N\mathbb{N} is the disjoint union of the ranges of ee and oo, each element occurring for exactly one index; εej=1\varepsilon_{e_j} = 1 and εoj=1\varepsilon_{o_j} = -1 (The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1).

[L3]

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

[L4]

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

[L5]

Finite sums: k<0xk=0\sum_{k<0}x_k = 0, k<n+1xk=k<nxk+xn\sum_{k<n+1}x_k = \sum_{k<n}x_k + x_n, 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]

A rearrangement is the composite of the terms with a bijection of N\mathbb{N} (Rearrangement of a series along a bijection of N\mathbb{N}, and unconditional convergence, Injection, surjection, bijection).

Verification

technique · direct
1.1

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

L1L4
1.2

Every natural nn is 3m+r3m + r for exactly one pair (m,r)(m, r) with r<3r < 3: for existence, the set {m:3m>n}\{\, m' : 3m' > n \,\} is nonempty, containing n+1n+1, so it has a least element m0m_0, which is not 00 since 30=0n3 \cdot 0 = 0 \le n; put m:=m01m := m_0 - 1, so 3mn<3m+33m \le n < 3m+3 and r:=n3mr := n - 3m satisfies r<3r < 3. For uniqueness, if 3m+r=3m+r3m + r = 3m' + r' with r,r<3r, r' < 3 and m<mm < m', then 3m+r<3m+33m3m+r3m + r < 3m + 3 \le 3m' \le 3m' + r', a contradiction; so m=mm = m' and then r=rr = r'.

L4
1.3

The maps n4nn \mapsto 4n and n2nn \mapsto 2n are strictly increasing, so (S4n)n(S_{4n})_n and (S2n)n(S_{2n})_n are subsequences of (SN)(S_N) and both converge to SS.

L2L6
2.1

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

step 1.1
3.1

The map σ\sigma is therefore a well-defined function on N\mathbb{N}, given on the unique representation n=3m+rn = 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}\mathbb{N} \times \{0,1,2\} with the cycle (m,0)(m,1)(m,2)(m+1,0)(m,0) \mapsto (m,1) \mapsto (m,2) \mapsto (m+1,0). It is a bijection: by step 1.2 the pairs (m,r)(m,r) with r<3r<3 correspond exactly to the naturals n=3m+rn = 3m+r, and by step 2.1 the three clauses send those pairs bijectively onto N\mathbb{N}.

step 2.1step 1.2L4L8
4.1

By [L1] and step 1.1, ε4m=ε4m+2=1\varepsilon_{4m} = \varepsilon_{4m+2} = 1 and ε2m+1=1\varepsilon_{2m+1} = -1, so aσ(3m)=1/ι(4m+1)a_{\sigma(3m)} = 1/\iota(4m+1), aσ(3m+1)=1/ι(4m+3)a_{\sigma(3m+1)} = 1/\iota(4m+3) and aσ(3m+2)=1/ι(2m+2)a_{\sigma(3m+2)} = -1/\iota(2m+2).

step 1.1step 3.1L1
5.1

An induction on nn gives T3n=S4n+12S2nT_{3n} = S_{4n} + \tfrac12 S_{2n}. At n=0n = 0 all three sums are empty, hence 00. For the step, by step 4.1 and [L5], T3(n+1)T3n=1/ι(4n+1)+1/ι(4n+3)1/ι(2n+2)T_{3(n+1)} - T_{3n} = 1/\iota(4n+1) + 1/\iota(4n+3) - 1/\iota(2n+2), while S4(n+1)S4n=1/ι(4n+1)1/ι(4n+2)+1/ι(4n+3)1/ι(4n+4)S_{4(n+1)} - S_{4n} = 1/\iota(4n+1) - 1/\iota(4n+2) + 1/\iota(4n+3) - 1/\iota(4n+4) and 12(S2(n+1)S2n)=12(1/ι(2n+1)1/ι(2n+2))=1/ι(4n+2)1/ι(4n+4)\tfrac12\bigl(S_{2(n+1)} - S_{2n}\bigr) = \tfrac12\bigl(1/\iota(2n+1) - 1/\iota(2n+2)\bigr) = 1/\iota(4n+2) - 1/\iota(4n+4); adding the last two gives 1/ι(4n+1)+1/ι(4n+3)2/ι(4n+4)1/\iota(4n+1) + 1/\iota(4n+3) - 2/\iota(4n+4), and 2/ι(4n+4)=1/ι(2n+2)2/\iota(4n+4) = 1/\iota(2n+2).

step 4.1L3L4L5
5.2

For 3nm3n+23n \le m \le 3n+2 the difference TmT3nT_m - T_{3n} is a sum of at most the two positive terms 1/ι(4n+1)1/\iota(4n+1) and 1/ι(4n+3)1/\iota(4n+3), so 0TmT3n2/ι(4n+1)0 \le T_m - T_{3n} \le 2/\iota(4n+1).

step 4.1L3L5
6.1

Hence T3nS+12S=32ST_{3n} \to S + \tfrac12 S = \tfrac32 S by step 5.1 and the algebra of limits.

step 5.1step 1.3L7
7.1

Let ε>0\varepsilon > 0 be rational. By step 6.1 fix N1N_1 with T3n32S<ε/2|T_{3n} - \tfrac32 S| < \varepsilon/2 for nN1n \ge N_1, and by [L3] fix N21N_2 \ge 1 with 2/ι(4N2+1)<ε/22/\iota(4N_2+1) < \varepsilon/2, which then holds with nn in place of N2N_2 for every nN2n \ge N_2; put N:=max{N1,N2}N := \max\{N_1, N_2\}.

step 6.1L3choose
8.1

Let m3Nm \ge 3N and write m=3n+rm = 3n + r with r<3r < 3 as in step 1.2; then 3Nm<3n+33N \le m < 3n+3, so N<n+1N < n+1 and nNn \ge N. Hence Tm32STmT3n+T3n32S<ε/2+ε/2=ε|T_m - \tfrac32 S| \le |T_m - T_{3n}| + |T_{3n} - \tfrac32 S| < \varepsilon/2 + \varepsilon/2 = \varepsilon.

step 1.2step 5.2step 7.1
9.1

Therefore Tm32ST_m \to \tfrac32 S: the rearranged series kaσ(k)\sum_k a_{\sigma(k)} converges with sum 32S\tfrac32 S, and since 1/2<S<11/2 < S < 1 that sum lies strictly between 3/43/4 and 3/23/2, so in particular it is not SS.

step 3.1step 8.1L2

Remarks

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: 119 results over 32 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