This idea stems from one of the cautionary tales from before.
Let be a doubly-indexed array of numbers:
What is ? Let's look at a few natural examples (candidates, if you will). Do we add up the rows then columns? Or the columns then the rows? We could try the first where we add the rows then the columns:
Another natural candidate would be columns first:
Maybe we want something that is more balanced. Recall that this rows/columns first mentality lead to some issues. We could try diagonals first:
We could also sum over the box of all the top-left -box elements, and let :
You can think of the inside as a partial sum .
Recall from yesterday was that rearrangement for a conditional convergent series had the limit of partial sums approach any value of our choosing. The idea here is similar in that rearrangements of these double sums shouldn't change anything.
Double Sum Construction
If is bounded, then all these values converge, and to the same value.
This is just saying that any finite sum of these should be bounded, and if that's the case then we can 'let' our approach the whole set of .
If we let , then this is equivalent to our double-sum construction condition, since then is just the box of the upper-left terms. Clearly is an increasing sequence, so then if it's bounded by the construction, then it's equivalent to saying that is convergent (and thus Cauchy) since it's now monotone.
Proof
Let (this is just like our , except without the absolute values). Note that if and for notation say are the and boxed respectively:
Adds up the L-shaped region in the figure below:
Then:
We showed that is cauchy, so then for any . Thus then if we let then so then it must be Cauchy and thus converge.
☐
As a result we can call:
Adding the Diagonals
Let's show that adding the diagonals works here:
Proof
Let add up the entries
The claim is that . The idea is that is the -th partial sum of the 's. In that regard it add the top-left triangle:
So let $\varepsilon > 0$. Choose $N \in \mathbb{N}$ where: - (top-left box with only orange): $m \geq N$ implies - (the biggest box, as well as the green/red triangles summed up): $n > m \geq N$ implies
Suppose (the idea is to get the biggest box). We NTS that .
☐
Adding the Rows
We can't go into the proof, but the idea is that if we have:
we first need to show it converges to some . We then need to show that .