Transfinite Series Rearrangement
If a series is absolutely convergent — that is, if converges — then you can rearrange its terms however you want, and its value will not change. I will call this the “absolute rearrangement theorem”.
This may seem like the most obvious fact ever. After all, addition is commutative, so of course the value doesn’t change when you rearrange the terms! If that’s what you’re thinking, then this video by Morphocular will blow your mind. It explains that, if the series is conditionally convergent — that is, if converges but diverges — then you really can change the value by rearranging the terms. In fact, you can rearrange the series to make it converge to any value you want!
With that in mind, the absolute rearrangement theorem seems a little less obvious. But obvious or not, it’s true, and you can find proofs on the internet. So you can rest assured that you can rearrange absolutely convergent series however you want.
… or so I thought. I recently came across a situation where the usual definition of rearranging a series “however you want” did not, in fact, allow me to rearrange the series however I wanted. In this post, I’ll share how this conundrum finally provided me with a concrete use for one of the most fascinating topics ever: transfinite ordinals.
What is a rearrangement?
In order to understand the problem, we first need to see the usual definition of a rearrangement.
Definition: A rearrangement of a series is a series of the form , where is a bijection from to .
Basically, the bijection rearranges the natural numbers, and then we apply that rearrangement to our series by summing instead of . Hopefully this is pretty intuitive. It definitely seems like a reasonable way to formalize the concept of rearranging a series.
We can use this definition to prove the absolute rearrangement theorem. Feel free to expand “The Proof” below to see my proof if you’re curious, but it’s not needed to understand the rest of the post. (The video I linked earlier is probably a more intuitive proof, especially if you aren’t familiar with analysis. But I wrote this before seeing the video, and I barely survived programming the expandable/collapsible element, so the sunken cost fallacy tells me to keep my proof here!)
So we have a seemingly perfect definition of a rearrangement, and we’ve proven that the absolute rearrangement theorem holds for it. Let’s see a quick example of a rearrangement to make sure we understand it.
An example of a rearrangement
We might rearrange by adding one odd term, then two even terms, then one odd term, then two even terms, and so on. That would look like
I’ve colored the odd terms red and the even terms blue to make the pattern more clear. We can start thinking about what the bijection is. (Note that I’ll be counting starting from , rather than .)
- Since moved to position , we have .
- Since moved to position , we have .
- Since stayed in position , we have .
- Since moved to position , we have .
We can actually find a formula for the entire function function:
Okay, maybe not the most intuitive formula ever, but don’t worry about it. The point is, there is a function , and it is a bijection, so this is a rearrangement. Therefore, the absolute rearrangement theorem tells us that it is safe to do this rearrangement as long as the series is absolutely convergent. That’s useful, because this is the exact kind of rearrangement that could alter the value of a conditionally convergent series.
Rearrangements that aren’t rearrangements
Now let’s rearrange in a different way: Let’s sum all of the even terms first, and then sum all of the odd terms.
This certainly seems like it should count as a rearrangement. After all, we’re adding each term exactly once. But things start to go wrong when we try to think about what the bijection is.
- stayed in position , so .
- moved to position , so .
- moved to position , so .
- moved to position… infinity?
Since comes after infinitely many terms, there is no natural number that could represent its position! We used up all the natural numbers on the even terms; for all . Therefore there is no bijection that represents this rearrangement.
So this is not a rearrangement, as per our definition. And that means that the absolute rearrangement theorem doesn’t apply to it. To be fair, this ordering isn’t really a single series. You need two series to express it:
But still, this feels like it should be a rearrangement, right? We just happen to be arranging all the even terms before all the odd terms.
It gets worse.
Alright, I’m sure it’s not too hard to extend the absolute rearrangement theorem so that it applies to orderings that partition the series into two series, like the one we just saw. But we still wouldn’t be covering every conceivable reordering. For example, what if our reordering partitioned the series into three series?
This is a situation that we still haven’t covered. Well, no big deal. We could just use our hypothetical two-partition theorem twice. And if we wanted to prove the absolute rearrangement theorem for some higher number of partitions, we could use induction on the number of partitions.
But we still wouldn’t have proved it for every conceivable reordering. What if we reordered the series in such a way that it split into infinitely many series? Such an ordering is possible! For example, we could arrange the terms in a two-dimensional array like this:
Then each row is an infinite sum, and there are infinitely many rows. The formula for adding up all the rows is
If we wanted the absolute rearrangement theorem to hold for a nested sum like this, we would need yet another proof. This would be a generalization of Fubini’s theorem, which states that you can swap the order of summation if the double sum is absolutely convergent.
If we could prove the absolute rearrangement theorem for double sums, then we could use induction to prove it for triple sums, quadruple sums, and so on. Then would we have covered every possible reordering?
No! We could reorder the series into an infinitely nested series!
This is getting crazy. It takes a bit of care to even define what this means. We can consider this to be the limit as the number of nestings increases, so at every step only finitely many indexes are nonzero. The function is a bijection between the set of sequences of natural numbers with finitely many nonzero terms, and the natural numbers. (Such a bijection exists since both sets are countable.)
Alright, don’t worry if you didn’t follow that. The point is just to show how convoluted our rearrangements could be. But if we had proved the absolute rearrangement theorem for a crazy arrangement like this, then surely we would have covered every conceivable rearrangement, right? Still no. We can go much further. However the expression wouldn’t fit on your screen, and it hurts my head to think about it, so we’ll leave it here.
No matter how far we go, it would always be possible to go further. So now that we see how incomplete our first definition of a rearrangement was, how can we really prove the absolute rearrangement theorem for every rearrangement? How can we even define what a rearrangement is?
Transfinite ordinals!
A long time ago, I watched a Vsauce video called How To Count Past Infinity. If you haven’t seen it already, you should definitely watch it, it’s fantastic. He explains all things infinity: countable and uncountable sets, Cantor’s diagonal argument, cardinals vs. ordinals, etc…
I had no idea what he was talking about.
Since then, though I haven’t had any formal education on this stuff, I’ve spent quite a bit of time thinking and reading about it, and my understanding has improved quite a bit. I now only mostly don’t understand it. One of the most fascinating but perplexing concepts is the transfinite ordinals. These things are so cosmically enormous that I just can’t fit them into my understanding. So naturally, I’ll try to explain them in a few paragraphs.
To and beyond!
Ordinals are numbers which represent the order of things. First, second, third, and so on. (I’ll include “th” too.) So far there’s nothing special. These are just the natural numbers you know and love:
Now, transfinite ordinals are what we get when we think of things that happen after an infinite list of things. So we axiomatically decree that there is a new number, , which represents the first thing that happens after the infinite sequence. So now our list of ordinals looks like this:
But another property of ordinals is that every ordinal has a successor; a number which directly follows it. So after we have , then , and so on.
Now we have an infinite sequence that happens after an infinite sequence. But wait, there’s more! What if something else happens after all the ordinals listed here? This would be the th event. Then the next ordinal would be , followed by , and so on. Then after that infinite sequence would be . Then after another infinite sequence would be , and so on.
But what if something happens after all the ordinals ? That would be the th event. Then eventually would come , and then we would eventually get to , and so on, all the way up to . And it doesn’t stop there. There’s , and , and so on, forever. Even after an infinitely nested power tower of s, there are more ordinals, though mathematicians had to invent new notation to represent them.
It’s really mind-boggling stuff, for me at least. No matter how high up the ordinal mountain I try to climb, there are more ordinals that fly above my conceptualization. I think that part of my difficulty has been because these numbers don’t seem to describe anything tangible. Sure, you can use them to kill make-believe hydras, and if you sprinkle in a bit of black magic you can proof that every Goodstein sequence terminates. But I never felt like there was any concrete process which the ordinals really represented. Until now!
The ordinals describe our rearrangements!
Let’s look back at our first example of a reordering that was not a valid rearrangement:
Remember, the killer question was, “which position is in?” Since it comes after an infinite sequence, its position is not described by any natural number. But now we have ordinals! is the first item after an infinite sequence. That’s exactly what it means to be the th item! Then is in position , and is in position , and so on. In general, is in position . We can now write down the position of every single term. Thus, we can describe this rearrangement with all the ordinals less than .
So let’s pretend that we can sum over sequences indexed by the ordinals. Then we can write this rearrangement as a single summation:
This time, unlike in the original definition of rearrangements, this function is not a bijection from to . Rather, it’s a bijection from the set of ordinals less than to . (In set theory, each ordinal is defined as the set of all ordinals less than it. This means that , so we can actually say that is a bijection from to .)
This would also work with the triple sum:
This time, is a bijection from to .
It even works with the nested sums:
Here is a bijection from to .
And yes, even that ridiculous infinitely-nested sum can be expressed as a single sum:
For this one, is a bijection fom to .
I always struggled to understand what ordinals actually represent. But by stumbling into this rearrangement problem, I ran into exactly the type of thing that they represent! Ordinals let us cleanly express every conceivable reordering with a single sum. So let’s redefine rearrangements using ordinals:
Definition: A (new and improved) rearrangement of a series is a series of the form , where is an ordinal and is a bijection from to .
Now if we could prove the absolute rearrangement theorem for this definition of a rearrangement, we really would be covering every rearrangement that I could possibly think of!
Does this actually work?
Wait a second. I just started writing things like
as if it’s just something you’re allowed to do. But does this actually make sense?
Yes! This is a well-defined concept. The Wikipedia page for Series defines these well-ordered sums using transfinite recursion, which is an extension of recursive formulas into the transfinite ordinals. This definition does indeed coincide to all the nested sum expressions above.
Finally, let’s not forget the question we started with: Does the absolute rearrangement theorem hold for transfinite series? The answer is again yes! Before I realized there was any connection with transfinite ordinals, I posted this question on Math Stack Exchange. A helpful user informed me that there is actually a way to define sums that has nothing to do with the order of the terms. With that knowledge, I was able to answer my question using transfinite induction. So, if I didn’t make any mistakes, you really can rearrange absolutely convergent series however you want.
Alright, that’s it! This post ended up being a lot longer than I thought it would be. I guess it just goes to show the lengths I will go to to procrastinate from making videos! Hopefully this is as interesting to you as it is to me.