Alphabeta Math
False statementConstruction: 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.

FALSE: whenever both iterated sums of a double array exist, they are equal

Statement

False claim: for every array a:N×NRa : \mathbb{N}\times\mathbb{N} \to \mathbb{R} such that every row series jaij\sum_j a_{ij} converges, every column series iaij\sum_i a_{ij} converges, and both series of those sums converge, one has

i=0(j=0aij)  =  j=0(i=0aij).\sum_{i=0}^{\infty}\Bigl(\sum_{j=0}^{\infty} a_{ij}\Bigr) \;=\; \sum_{j=0}^{\infty}\Bigl(\sum_{i=0}^{\infty} a_{ij}\Bigr) .

What is true is Fubini for double series: if ijaij\sum_i \sum_j |a_{ij}| converges then both iterated sums and the sum along every bijection NN×N\mathbb{N} \to \mathbb{N} \times \mathbb{N} converge to one and the same value, whose hypothesis is on the absolute values: each row must be absolutely summable and the row totals of absolute values must themselves be summable. Without that hypothesis both iterated sums can exist and differ.

The witness is the array

aij:={1if j=i,1if j=i1 (that is i=j+1),0otherwise.a_{ij} := \begin{cases} 1 & \text{if } j = i, \\ -1 & \text{if } j = i-1 \text{ (that is } i = j+1), \\ 0 & \text{otherwise.} \end{cases}

Every row and every column has at most two nonzero entries, so every row series and every column series converges. Row 00 sums to 11 and every later row to 00, giving iterated sum 11; every column sums to 00, giving iterated sum 00.

Facts & Assumptions

Given: The array aa with aii=1a_{ii} = 1 for every ii, ai+1,i=1a_{i+1,i} = -1 for every ii, and aij=0a_{ij} = 0 for all other pairs.

[A1]

The refuted claim: whenever all the row and column series and both series of their sums converge, the two iterated sums are equal.

[L1]

Finite sums: the empty sum is 00 and k<n+1xk=k<nxk+xn\sum_{k<n+1}x_k = \sum_{k<n}x_k + x_n; a finite sum of zeros is 00 (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L2]

A series whose partial sums are constant from some index on converges to that constant, directly from the definition of a limit (Series, partial sums, convergence and the sum, divergence, and the tail series, Limits and Cauchy sequences of reals).

Refutation

technique · direct
1.1

Fix ii. The only nonzero entries in row ii are aii=1a_{ii} = 1 and, when i1i \ge 1, ai,i1=1a_{i,i-1} = -1, the latter being the entry a(i1)+1,i1a_{(i-1)+1,\,i-1}. Both have column index below i+1i+1, so the partial sums j<Qaij\sum_{j<Q} a_{ij} are constant for Qi+1Q \ge i+1, every further term being 00.

givenL1
1.2

Fix jj. The only nonzero entries in column jj are ajj=1a_{jj} = 1 and aj+1,j=1a_{j+1,j} = -1, so i<Paij=0\sum_{i<P}a_{ij} = 0 for Pj+2P \ge j+2, and the column series converges with sum Cj=0C_j = 0.

givenL1L2
2.1

Hence every row series converges: row 00 has j<Qa0j=1\sum_{j<Q}a_{0j} = 1 for Q1Q \ge 1, so R0=1R_0 = 1; and for i1i \ge 1, j<Qaij=1+1=0\sum_{j<Q}a_{ij} = -1 + 1 = 0 for Qi+1Q \ge i+1, so Ri=0R_i = 0.

step 1.1L1L2
2.2

The series jCj\sum_j C_j has all terms 00, so it converges with sum 00.

step 1.2L1L2
3.1

The series iRi\sum_i R_i has partial sums equal to 11 from index 11 on, so it converges with sum 11.

step 2.1L1L2
4.1

All four convergence requirements of the claim hold, by step 2.1, step 3.1, step 1.2 and step 2.2, while the two iterated sums are 11 and 00, which are different. So the claim [A1] is false.

step 3.1step 2.2A1
5.1

The hypothesis of [L3] is what fails: the row totals of absolute values are A0=1A_0 = 1 and Ai=2A_i = 2 for i1i \ge 1, so iAi\sum_i A_i has unbounded partial sums and diverges, and Fubini's theorem does not apply.

step 4.1L1L3

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 89 results over 19 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