I found this theorem I am having trouble swallowing (accepting). I would like to
know how to go about proving it (if only to myself)....
Goodstein's Theorem
Given any positive whole number represented by digits, say 581. We can represent
this as a sum of powers of 2:
581 = 2^9 + 2^6 + 2^2 + 1
or in binary 581 = 1001000101
Also 9 = 1001 = 2^3 + 1, 6 = 110 = 2^2 + 2, 2 = 10 = 2^1 and
3 = 11 = 2^1 + 1
So this all breaks down to
581 = 2^(2^(2^1+1)+1)+2^(2^2+2^1)+2^(2^1)+1
Increase the base by 1 (instead of 2 use 3) and subtract by 1.
So wherever there was a 2 use 3, then 4, 5, and so on. With each iteration you
subtract 1 at the end.
The theorem states that for every positive integer the sum eventually reaches zero!
This was sited in a book by Roger Penrose, "The Emperor's New Mind" (pp xvi-xx).
His footnote on pg xvii sites (3) RL Goodstein, "On the restricted ordinal theorem",
Journal of Symbolic Logic,
9 (1944), 33-41.
I am finding this hard to buy at the moment. Call me from Missouri, I guess.
Maddog