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.

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

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

42 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