Big Numbers
Take a number, say, 264, and write it in binary:
Because we like binary so much, write the exponents in binary too:
and so on, until every number is 2 or less. This is the hereditary base-2 representation of 264. Now, transform that number by increasing the base from 2 to 3, and subtracting one:
And again:
Goodstein sequences are defined by these repeated applications of . The Goodstein sequence starting at is , , , etc.
Goodstein's theorem
Goodstein's theorem states that every Goodstein sequence eventually reaches zero. Despite the deceivingly explosive initial increase (the next value for above is ), the surprising truth is that for all initial values of , for some finite .
This counterintuitive theorem is actually fairly easy to prove. We simply find an upper bound on the base used in the hereditary base- representations in the sequence. Finding the upper bound is actually the easiest part:
"But wait," you say, "that's obvious and unhelpful!" Well, by using a particular kind of infinity, this upper bound becomes useful. Precisely, we use , the first transfinite ordinal number. For as before, the bounds look like this:
These upper bounds are well-defined using ordinal arithmetic. They are also strictly decreasing, and since the ordinals are well-ordered, every such strictly-decreasing sequence must reach zero in a finite number of steps. Note that we write rather than above because ordinal arithmetic is not commutative; in fact, .
Independence
Despite being a theorem about natural numbers, Goodstein's theorem is independent of the Peano axioms. It's a natural, concrete example of Gödel's incompleteness theorem for those axioms.
Kirby and Paris proved its independence by essentially showing that any proof of Goodstein's theorem requires induction over sets too large for Peano's axioms to handle. They showed that Goodstein's theorem implies Gentzen's theorem.
The Goodstein function
How long are Goodstein sequences? It turns out they are extremely long. Let the Goodstein function be the length of the Goodstein sequence starting at .
is larger than Graham's number. grows faster than the Ackermann function . grows faster than the iterated Ackermann function . In fact, grows faster than any function that can be proven to be total in Peano arithmetic. That means grows faster than any function that can be shown to even exist by induction over the natural numbers.
References
- Goodstein's theorem
- Accessible independence results for Peano arithmetic, Laurie Kirby and Jeff Paris
Comments
This is good explanation of ordinals: http://www.sjsu.edu/faculty/watkins/ordinals.htm