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 such that every row series converges, every column series converges, and both series of those sums converge, one has
What is true is Fubini for double series: if converges then both iterated sums and the sum along every bijection 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
Every row and every column has at most two nonzero entries, so every row series and every column series converges. Row sums to and every later row to , giving iterated sum ; every column sums to , giving iterated sum .
Facts & Assumptions
Given: The array with for every , for every , and for all other pairs.
The refuted claim: whenever all the row and column series and both series of their sums converge, the two iterated sums are equal.
Finite sums: the empty sum is and ; a finite sum of zeros is (Finite sums and finite products, by recursion, Laws of finite sums and finite products).
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).
Fubini for double series, whose hypothesis is that each converges and that the series of those row totals converges (Fubini for double series: if converges then both iterated sums and the sum along every bijection converge to one and the same value, Absolutely convergent and conditionally convergent series, and the general starting index).
Refutation
Fix . The only nonzero entries in row are and, when , , the latter being the entry . Both have column index below , so the partial sums are constant for , every further term being .
Fix . The only nonzero entries in column are and , so for , and the column series converges with sum .
Hence every row series converges: row has for , so ; and for , for , so .
The series has all terms , so it converges with sum .
The series has partial sums equal to from index on, so it converges with sum .
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 and , which are different. So the claim [A1] is false.
The hypothesis of [L3] is what fails: the row totals of absolute values are and for , so has unbounded partial sums and diverges, and Fubini's theorem does not apply.
Remarks
-
The array is as small as such an array can be. Every row and every column has at most two nonzero entries, and every entry is , or ; nothing is hidden in the size of the numbers. What makes the two iterated sums differ is only that the in each column lies one row lower than the , so the cancellation happens along columns but is deferred along rows.
-
Both iterated sums exist, and that is the whole difficulty. A claim of this shape is not refuted by an array for which one of the sums fails to exist; the point is that existence of both is not enough, and only an absolute hypothesis makes them agree.
-
The failure has the same shape as rearrangement. By Fubini for double series: if converges then both iterated sums and the sum along every bijection converge to one and the same value the common value, when the absolute hypothesis holds, is also the sum along any enumeration of ; an iterated sum is one particular way of exhausting the array, and choosing a different exhaustion is exactly choosing a different order of summation. The companion examples page develops the same array.
Depends on
- Fubini for double series: if $\sum_i \sum_j |a_{ij}|$ converges then both iterated sums and the sum along every bijection $\mathbb{N} \to \mathbb{N} \times \mathbb{N}$ converge to one and the same value
- Absolutely convergent and conditionally convergent series, and the general starting index
- 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
- Limits and Cauchy sequences of reals
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
- Fubini's theorem (Wikipedia) (standard reference, not scraped)
- Series (mathematics) (Wikipedia) (standard reference, not scraped)
- R. C. Gunning, Analytic Functions of Several Complex Variables (standard reference, not scraped)
- John K. Hunter, An Introduction to Real Analysis, Chapter 4 (standard reference, not scraped)