I want to prove that I can do "whatever I want" with the arrangement of an absolutely convergent series, and that its value will always remain unchanged. But the theorem I've seen uses a limited definition of "rearrangement":
$(b_n)$ is a rearrangement of $(a_n)$ when $b_n = a_{f(n)}$ for all $n$, where $f$ is a bijection from $\mathbb{N}$ to $\mathbb{N}$.
This definition does not handle many useful cases.
For instance, we might split the sequence $(a_n)$ into two subsequences $(a_{0,n})$ and $(a_{1,n})$, and we would expect that $$ \sum_{n = 0}^\infty a_n = \sum_{n = 0}^\infty a_{0,n} + \sum_{n = 0}^\infty a_{1,n}. $$ But this is not a rearrangement as defined above. And even though it is easy to prove this case, we would still not have covered nested sums. We might split the sequence into infinitely many subsequences $(a_{0,n}), (a_{1,n}), (a_{2,n}), \dots$, and we would expect that $$ \sum_{n = 0}^\infty a_n = \sum_{m = 0}^\infty \sum_{n = 0}^\infty a_{m,n}. $$
I'm sure we could prove this as well, but there would still be more to prove. What about triple or quadruple nesting? Or even worse, what about infinite nesting? $$ \sum_{n = 0}^\infty a_n = \cdots \sum_{n_2 = 0}^\infty \sum_{n_1 = 0}^\infty \sum_{n_0 = 0}^\infty a_{n_0, n_1, n_2, \cdots} $$ (This would need a more precise formulation. See the comments.) And even if we prove that that infinite nesting worked, there is probably an even deeper type of nesting that I can't even comprehend. It feels like no matter what I prove, there's always more cases left that I haven't proved. So my question is this:
Is there a proof that you can rearrange absolutely convergent series in completely full generality, regardless of any type of nesting of infinite sums?
I hope that this is a well-defined question. I can't even figure out how to ask it in a perfectly precise mathematical way, which is probably a big part of why I haven't been able to solve it.