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.

The array with aii=1a_{ii} = 1, ai+1,i=1a_{i+1,i} = -1 and every other entry 00 has iterated sums 11 and 00

Example

Define a:N×NRa : \mathbb{N}\times\mathbb{N} \to \mathbb{R} by

aij:={1if j=i,1if i=j+1,0otherwise,a_{ij} := \begin{cases} 1 & \text{if } j = i, \\ -1 & \text{if } i = j+1, \\ 0 & \text{otherwise,} \end{cases}

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

i=0(j=0aij)  =  1,j=0(i=0aij)  =  0.\sum_{i=0}^{\infty}\Bigl(\sum_{j=0}^{\infty} a_{ij}\Bigr) \;=\; 1, \qquad \sum_{j=0}^{\infty}\Bigl(\sum_{i=0}^{\infty} a_{ij}\Bigr) \;=\; 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 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 does not apply: the row totals of absolute values are A0=1A_0 = 1 and Ai=2A_i = 2 for every i1i \ge 1, so iAi\sum_i A_i diverges and the hypothesis of that theorem fails at its only substantive point.

Written out, the array is

100110011001\begin{array}{cccc} 1 & 0 & 0 & \cdots \\ -1 & 1 & 0 & \cdots \\ 0 & -1 & 1 & \cdots \\ 0 & 0 & -1 & \cdots \end{array}

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

Facts & Assumptions

Given: The array aa with aii=1a_{ii} = 1, ai+1,i=1a_{i+1,i} = -1 and all other entries 00.

[L1]

For this array every row series and every column series converges, with row sums R0=1R_0 = 1 and Ri=0R_i = 0 for i1i \ge 1 and column sums Cj=0C_j = 0 for every jj; the two iterated sums are 11 and 00 (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 00, a finite sum of zeros is 00, and k<n+1xk=k<nxk+xn\sum_{k<n+1}x_k = \sum_{k<n}x_k + x_n (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=1R_0 = 1 and Ri=0R_i = 0 for i1i \ge 1, the column sums are all 00, and the two iterated sums are 11 and 00 respectively.

givenL1
1.2

The row totals of absolute values are A0=1A_0 = 1, row 00 having the single nonzero entry a00=1a_{00} = 1, and Ai=2A_i = 2 for i1i \ge 1, row ii having the two nonzero entries aii=1a_{ii} = 1 and ai,i1=1a_{i,i-1} = -1; each such row series converges, being eventually constant.

givenL2
2.1

The partial sums i<PAi\sum_{i<P} A_i equal 1+2(P1)1 + 2(P-1) for P1P \ge 1, hence are unbounded above, so iAi\sum_i A_i 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 11 and 00, and the absolute hypothesis that would force them to agree is exactly what it lacks.

step 1.1step 3.1

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: 94 results over 20 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