https://en.wikipedia.org/wiki/Goodstein%27s_theorem Jump to content [ ] Main menu Main menu move to sidebar hide Navigation * Main page * Contents * Current events * Random article * About Wikipedia * Contact us * Donate Contribute * Help * Learn to edit * Community portal * Recent changes * Upload file Languages Language links are at the top of the page. [wikipe] Wikipedia The Free Encyclopedia Search [ ] Search * Create account * Log in [ ] Personal tools * Create account * Log in Pages for logged out editors learn more * Contributions * Talk Contents move to sidebar hide * (Top) * 1Hereditary base-n notation * 2Goodstein sequences * 3Proof of Goodstein's theorem * 4Extended Goodstein's theorem * 5Sequence length as a function of the starting value * 6Application to computable functions * 7See also * 8References * 9Bibliography * 10External links [ ] Toggle the table of contents Goodstein's theorem [ ] 13 languages * Catala * Cestina * Deutsch * Francais * hangugeo * Italiano * Ri Ben Yu * Polski * Portugues * Russkii * Svenska * Ukrayins'ka * Zhong Wen Edit links * Article * Talk [ ] English * Read * Edit * View history [ ] Tools Tools move to sidebar hide Actions * Read * Edit * View history General * What links here * Related changes * Upload file * Special pages * Permanent link * Page information * Cite this page * Get shortened URL * Wikidata item Print/export * Download as PDF * Printable version From Wikipedia, the free encyclopedia Theorem about natural numbers In mathematical logic, Goodstein's theorem is a statement about the natural numbers, proved by Reuben Goodstein in 1944, which states that every Goodstein sequence (as defined below) eventually terminates at 0. Laurence Kirby and Jeff Paris^[1] showed that it is unprovable in Peano arithmetic (but it can be proven in stronger systems, such as second-order arithmetic). This was the third example of a true statement about natural numbers that is unprovable in Peano arithmetic, after the examples provided by Godel's incompleteness theorem and Gerhard Gentzen's 1943 direct proof of the unprovability of e[0]-induction in Peano arithmetic. The Paris-Harrington theorem gave another example. Kirby and Paris introduced a graph-theoretic hydra game with behavior similar to that of Goodstein sequences: the "Hydra" (named for the mythological multi-headed Hydra of Lerna) is a rooted tree, and a move consists of cutting off one of its "heads" (a branch of the tree), to which the hydra responds by growing a finite number of new heads according to certain rules. Kirby and Paris proved that the Hydra will eventually be killed, regardless of the strategy that Hercules uses to chop off its heads, though this may take a very long time. Just like for Goodstein sequences, Kirby and Paris showed that it cannot be proven in Peano arithmetic alone.^[1] Hereditary base-n notation[edit] Goodstein sequences are defined in terms of a concept called "hereditary base-n notation". This notation is very similar to usual base-n positional notation, but the usual notation does not suffice for the purposes of Goodstein's theorem. To achieve the ordinary base-n notation, where n is a natural number greater than 1, an arbitrary natural number m is written as a sum of multiples of powers of n: m = a k n k + a k - 1 n k - 1 + [?] + a 0 , {\displaystyle m=a_{k}n ^{k}+a_{k-1}n^{k-1}+\cdots +a_{0},} m=a_{k}n^{k}+a_{k-1}n^{k-1}+\ cdots +a_{0}, where each coefficient a[i] satisfies 0 <= a[i] < n, and a[k] [?] 0. For example, to achieve the base 2 notation, one writes 35 = 32 + 2 + 1 = 2 5 + 2 1 + 2 0 . {\displaystyle 35=32+2+1=2^ {5}+2^{1}+2^{0}.} 35=32+2+1=2^{5}+2^{1}+2^{0}. Thus the base-2 representation of 35 is 100011, which means 2^5 + 2 + 1. Similarly, 100 represented in base-3 is 10201: 100 = 81 + 18 + 1 = 3 4 + 2 [?] 3 2 + 3 0 . {\displaystyle 100= 81+18+1=3^{4}+2\cdot 3^{2}+3^{0}.} {\displaystyle 100=81+18+1=3^ {4}+2\cdot 3^{2}+3^{0}.} Note that the exponents themselves are not written in base-n notation. For example, the expressions above include 2^5 and 3^4, and 5 > 2, 4 > 3. To convert a base-n notation (which is a step in achieving base-n representation) to a hereditary base-n notation, first rewrite all of the exponents as a sum of powers of n (with the limitation on the coefficients 0 <= a[i] < n). Then rewrite any exponent inside the exponents in base-n notation (with the same limitation on the coefficients), and continue in this way until every number appearing in the expression (except the bases themselves) is written in base-n notation. For example, while 35 in ordinary base-2 notation is 2^5 + 2 + 1, it is written in hereditary base-2 notation as 35 = 2 2 2 1 + 1 + 2 1 + 1 , {\displaystyle 35=2^{2^{2^{1}}+1}+2^ {1}+1,} {\displaystyle 35=2^{2^{2^{1}}+1}+2^{1}+1,} using the fact that 5 = 2^2^1 + 1. Similarly, 100 in hereditary base-3 notation is 100 = 3 3 1 + 1 + 2 [?] 3 2 + 1. {\displaystyle 100=3^{3^{1}+1}+2\ cdot 3^{2}+1.} {\displaystyle 100=3^{3^{1}+1}+2\cdot 3^{2}+1.} Goodstein sequences[edit] The Goodstein sequence G(m) of a number m is a sequence of natural numbers. The first element in the sequence G(m) is m itself. To get the second, G(m)(2), write m in hereditary base-2 notation, change all the 2s to 3s, and then subtract 1 from the result. In general, the (n + 1)-st term, G(m)(n + 1), of the Goodstein sequence of m is as follows: * Take the hereditary base-n + 1 representation of G(m)(n). * Replace each occurrence of the base-n + 1 with n + 2. * Subtract one. (Note that the next term depends both on the previous term and on the index n.) * Continue until the result is zero, at which point the sequence terminates. Early Goodstein sequences terminate quickly. For example, G(3) terminates at the 6th step: +-------------------------------------------------------------------+ |Base| Hereditary notation |Value| Notes | |----+---------------------------+-----+----------------------------| |2 |2 1 + 1 {\displaystyle 2^ |3 |Write 3 in base-2 notation | | |{1}+1} 2^{1}+1 | | | |----+---------------------------+-----+----------------------------| | |3 1 + 1 - 1 = 3 1 {\ | |Switch the 2 to a 3, then | |3 |displaystyle 3^{1}+1-1=3^ |3 |subtract 1 | | |{1}} 3^{1}+1-1=3^{1} | | | |----+---------------------------+-----+----------------------------| | |4 1 - 1 = 3 {\displaystyle | |Switch the 3 to a 4, then | |4 |4^{1}-1=3} 4^{1}-1=3 |3 |subtract 1. Now there are no| | | | |more 4's left | |----+---------------------------+-----+----------------------------| |5 |3 - 1 = 2 {\displaystyle |2 |No 4's left to switch to | | |3-1=2} 3-1=2 | |5's. Just subtract 1 | |----+---------------------------+-----+----------------------------| |6 |2 - 1 = 1 {\displaystyle |1 |No 5's left to switch to | | |2-1=1} 2-1=1 | |6's. Just subtract 1 | |----+---------------------------+-----+----------------------------| |7 |1 - 1 = 0 {\displaystyle |0 |No 6's left to switch to | | |1-1=0} 1-1=0 | |7's. Just subtract 1 | +-------------------------------------------------------------------+ Later Goodstein sequences increase for a very large number of steps. For example, G(4) OEIS: A056193 starts as follows: +-------------------------------------------------------------------+ | Base | Hereditary notation | Value | |---------------------+------------------------+--------------------| | |2 2 1 {\displaystyle 2^ | | |2 |{2^{1}}} {\displaystyle |4 | | |2^{2^{1}}} | | |---------------------+------------------------+--------------------| | |3 3 1 - 1 = 2 [?] 3 2 + 2 | | | |[?] 3 + 2 {\displaystyle 3| | | |^{3^{1}}-1=2\cdot 3^{2} | | |3 |+2\cdot 3+2} {\ |26 | | |displaystyle 3^{3^{1}}-1| | | |=2\cdot 3^{2}+2\cdot | | | |3+2} | | |---------------------+------------------------+--------------------| | |2 [?] 4 2 + 2 [?] 4 + 1 {\ | | |4 |displaystyle 2\cdot 4^ |41 | | |{2}+2\cdot 4+1} 2\cdot 4| | | |^{2}+2\cdot 4+1 | | |---------------------+------------------------+--------------------| | |2 [?] 5 2 + 2 [?] 5 {\ | | |5 |displaystyle 2\cdot 5^ |60 | | |{2}+2\cdot 5} 2\cdot 5^ | | | |{2}+2\cdot 5 | | |---------------------+------------------------+--------------------| | |2 [?] 6 2 + 2 [?] 6 - 1 = 2 | | | |[?] 6 2 + 6 + 5 {\ | | | |displaystyle 2\cdot 6^ | | |6 |{2}+2\cdot 6-1=2\cdot 6^|83 | | |{2}+6+5} 2\cdot 6^{2}+2\| | | |cdot 6-1=2\cdot 6^{2} | | | |+6+5 | | |---------------------+------------------------+--------------------| | |2 [?] 7 2 + 7 + 4 {\ | | |7 |displaystyle 2\cdot 7^ |109 | | |{2}+7+4} 2\cdot 7^{2} | | | |+7+4 | | |---------------------+------------------------+--------------------| | [?] {\displaystyle \ |[?] {\displaystyle \vdots | [?] {\displaystyle \ | | vdots } \vdots | } \vdots | vdots } \vdots | |---------------------+------------------------+--------------------| | |2 [?] 11 2 + 11 {\ | | |11 |displaystyle 2\cdot 11^ |253 | | |{2}+11} 2\cdot 11^{2}+11| | |---------------------+------------------------+--------------------| | |2 [?] 12 2 + 12 - 1 = 2 [?] | | | |12 2 + 11 {\displaystyle| | |12 |2\cdot 12^{2}+12-1=2\ |299 | | |cdot 12^{2}+11} 2\cdot | | | |12^{2}+12-1=2\cdot 12^ | | | |{2}+11 | | |---------------------+------------------------+--------------------| | [?] {\displaystyle \ |[?] {\displaystyle \vdots | [?] {\displaystyle \ | | vdots } \vdots | } \vdots | vdots } \vdots | |---------------------+------------------------+--------------------| | |2 [?] 24 2 - 1 = 24 2 + 23| | | |[?] 24 + 23 {\displaystyle| | | |2\cdot 24^{2}-1=24^{2} | | |24 |+23\cdot 24+23} {\ |1151 | | |displaystyle 2\cdot 24^ | | | |{2}-1=24^{2}+23\cdot | | | |24+23} | | |---------------------+------------------------+--------------------| | [?] {\displaystyle \ |[?] {\displaystyle \vdots | [?] {\displaystyle \ | | vdots } \vdots | } \vdots | vdots } \vdots | |---------------------+------------------------+--------------------| |B = 3 [?] 2 402 653 209| |3 [?] 2 402 653 210 - | |- 1 {\displaystyle B=|2 [?] B 1 {\displaystyle 2|2 {\displaystyle 3\ | |3\cdot 2^{402\,653 |\cdot B^{1}} {\ |cdot 2^{402\,653 | |\,209}-1} {\ |displaystyle 2\cdot B^ |\,210}-2} {\ | |displaystyle B=3\cdot|{1}} |displaystyle 3\cdot | |2^{402\,653\,209}-1} | |2^{402\,653\,210}-2}| |---------------------+------------------------+--------------------| |B = 3 [?] 2 402 653 209|2 [?] B 1 - 1 = B 1 + ( B |3 [?] 2 402 653 210 - | |{\displaystyle B=3\ |- 1 ) {\displaystyle 2\ |1 {\displaystyle 3\ | |cdot 2^{402\,653 |cdot B^{1}-1=B^{1}+ |cdot 2^{402\,653 | |\,209}} {\ |(B-1)} {\displaystyle 2\|\,210}-1} {\ | |displaystyle B=3\cdot|cdot B^{1}-1=B^{1}+ |displaystyle 3\cdot | |2^{402\,653\,209}} |(B-1)} |2^{402\,653\,210}-1}| |---------------------+------------------------+--------------------| | [?] {\displaystyle \ |[?] {\displaystyle \vdots | [?] {\displaystyle \ | | vdots } \vdots | } \vdots | vdots } \vdots | +-------------------------------------------------------------------+ Elements of G(4) continue to increase for a while, but at base 3 [?] 2 402 653 209 {\displaystyle 3\cdot 2^{402\,653\,209}} {\displaystyle 3 \cdot 2^{402\,653\,209}}, they reach the maximum of 3 [?] 2 402 653 210 - 1 {\displaystyle 3\cdot 2^{402\,653\,210}-1} {\displaystyle 3\cdot 2^{402\,653\,210}-1}, stay there for the next 3 [?] 2 402 653 209 {\ displaystyle 3\cdot 2^{402\,653\,209}} {\displaystyle 3\cdot 2^{402 \,653\,209}} steps, and then begin their descent. However, even G(4) doesn't give a good idea of just how quickly the elements of a Goodstein sequence can increase. G(19) increases much more rapidly and starts as follows: +-------------------------------------------------------------------+ | Hereditary notation | Value | |-----------------------------------------------+-------------------| |2 2 2 + 2 + 1 {\displaystyle 2^{2^{2}}+2+1} 2^ |19 | |{2^{2}}+2+1 | | |-----------------------------------------------+-------------------| |3 3 3 + 3 {\displaystyle 3^{3^{3}}+3} 3^{3^{3}}|7625597484990 | |+3 | | |-----------------------------------------------+-------------------| | |[?] 1.3 x 10 154 {\ | |4 4 4 + 3 {\displaystyle 4^{4^{4}}+3} 4^{4^{4}}|displaystyle \ | |+3 |approx 1.3\times 10| | |^{154}} \approx 1.3| | |\times 10^{154} | |-----------------------------------------------+-------------------| | |[?] 1.8 x 10 2 184 {\| | |displaystyle \ | |5 5 5 + 2 {\displaystyle 5^{5^{5}}+2} 5^{5^{5}}|approx 1.8\times 10| |+2 |^{2\,184}} {\ | | |displaystyle \ | | |approx 1.8\times 10| | |^{2\,184}} | |-----------------------------------------------+-------------------| | |[?] 2.6 x 10 36 305 | | |{\displaystyle \ | |6 6 6 + 1 {\displaystyle 6^{6^{6}}+1} 6^{6^{6}}|approx 2.6\times 10| |+1 |^{36\,305}} {\ | | |displaystyle \ | | |approx 2.6\times 10| | |^{36\,305}} | |-----------------------------------------------+-------------------| | |[?] 3.8 x 10 695 974 | | |{\displaystyle \ | | |approx 3.8\times 10| |7 7 7 {\displaystyle 7^{7^{7}}} 7^{7^{7}} |^{695\,974}} {\ | | |displaystyle \ | | |approx 3.8\times 10| | |^{695\,974}} | |-----------------------------------------------+-------------------| |8 8 8 - 1 = 7 [?] 8 7 [?] 8 7 + 7 [?] 8 6 + 7 [?] 8 5 +| | |7 [?] 8 4 + 7 [?] 8 3 + 7 [?] 8 2 + 7 [?] 8 + 7 {\ | | |displaystyle 8^{8^{8}}-1=7\cdot 8^{7\cdot 8^{7}| | |+7\cdot 8^{6}+7\cdot 8^{5}+7\cdot 8^{4}+7\cdot | | |8^{3}+7\cdot 8^{2}+7\cdot 8+7}} {\displaystyle | | |8^{8^{8}}-1=7\cdot 8^{7\cdot 8^{7}+7\cdot 8^{6}| | |+7\cdot 8^{5}+7\cdot 8^{4}+7\cdot 8^{3}+7\cdot | | |8^{2}+7\cdot 8+7}} + 7 [?] 8 7 [?] 8 7 + 7 [?] 8 6 + | | |7 [?] 8 5 + 7 [?] 8 4 + 7 [?] 8 3 + 7 [?] 8 2 + 7 [?] 8 +| | |6 + [?] {\displaystyle {}+7\cdot 8^{7\cdot 8^{7} |[?] 6.0 x 10 15 151 | |+7\cdot 8^{6}+7\cdot 8^{5}+7\cdot 8^{4}+7\cdot |335 {\displaystyle | |8^{3}+7\cdot 8^{2}+7\cdot 8+6}+\cdots } {\ |\approx 6.0\times | |displaystyle {}+7\cdot 8^{7\cdot 8^{7}+7\cdot 8|10^{15\,151\,335}} | |^{6}+7\cdot 8^{5}+7\cdot 8^{4}+7\cdot 8^{3}+7\ |{\displaystyle \ | |cdot 8^{2}+7\cdot 8+6}+\cdots } + 7 [?] 8 8 + 2 +|approx 6.0\times 10| |7 [?] 8 8 + 1 + 7 [?] 8 8 {\displaystyle {}+7\cdot |^{15\,151\,335}} | |8^{8+2}+7\cdot 8^{8+1}+7\cdot 8^{8}} {\ | | |displaystyle {}+7\cdot 8^{8+2}+7\cdot 8^{8+1}+7| | |\cdot 8^{8}} + 7 [?] 8 7 + 7 [?] 8 6 + 7 [?] 8 5 + 7 | | |[?] 8 4 {\displaystyle {}+7\cdot 8^{7}+7\cdot 8^ | | |{6}+7\cdot 8^{5}+7\cdot 8^{4}} {\displaystyle | | |{}+7\cdot 8^{7}+7\cdot 8^{6}+7\cdot 8^{5}+7\ | | |cdot 8^{4}} + 7 [?] 8 3 + 7 [?] 8 2 + 7 [?] 8 + 7 {\ | | |displaystyle {}+7\cdot 8^{3}+7\cdot 8^{2}+7\ | | |cdot 8+7} {\displaystyle {}+7\cdot 8^{3}+7\cdot| | |8^{2}+7\cdot 8+7} | | |-----------------------------------------------+-------------------| |7 [?] 9 7 [?] 9 7 + 7 [?] 9 6 + 7 [?] 9 5 + 7 [?] 9 4 + 7| | |[?] 9 3 + 7 [?] 9 2 + 7 [?] 9 + 7 {\displaystyle 7\ | | |cdot 9^{7\cdot 9^{7}+7\cdot 9^{6}+7\cdot 9^{5} | | |+7\cdot 9^{4}+7\cdot 9^{3}+7\cdot 9^{2}+7\cdot | | |9+7}} {\displaystyle 7\cdot 9^{7\cdot 9^{7}+7\ | | |cdot 9^{6}+7\cdot 9^{5}+7\cdot 9^{4}+7\cdot 9^ | | |{3}+7\cdot 9^{2}+7\cdot 9+7}} + 7 [?] 9 7 [?] 9 7 +| | |7 [?] 9 6 + 7 [?] 9 5 + 7 [?] 9 4 + 7 [?] 9 3 + 7 [?] 9 2| | |+ 7 [?] 9 + 6 + [?] {\displaystyle {}+7\cdot 9^{7\ | | |cdot 9^{7}+7\cdot 9^{6}+7\cdot 9^{5}+7\cdot 9^ |[?] 5.6 x 10 35 942 | |{4}+7\cdot 9^{3}+7\cdot 9^{2}+7\cdot 9+6}+\ |384 {\displaystyle | |cdots } {\displaystyle {}+7\cdot 9^{7\cdot 9^ |\approx 5.6\times | |{7}+7\cdot 9^{6}+7\cdot 9^{5}+7\cdot 9^{4}+7\ |10^{35\,942\,384}} | |cdot 9^{3}+7\cdot 9^{2}+7\cdot 9+6}+\cdots } + |{\displaystyle \ | |7 [?] 9 9 + 2 + 7 [?] 9 9 + 1 + 7 [?] 9 9 {\ |approx 5.6\times 10| |displaystyle {}+7\cdot 9^{9+2}+7\cdot 9^{9+1}+7|^{35\,942\,384}} | |\cdot 9^{9}} {\displaystyle {}+7\cdot 9^{9+2}+7| | |\cdot 9^{9+1}+7\cdot 9^{9}} + 7 [?] 9 7 + 7 [?] 9 6| | |+ 7 [?] 9 5 + 7 [?] 9 4 {\displaystyle {}+7\cdot 9^| | |{7}+7\cdot 9^{6}+7\cdot 9^{5}+7\cdot 9^{4}} {\ | | |displaystyle {}+7\cdot 9^{7}+7\cdot 9^{6}+7\ | | |cdot 9^{5}+7\cdot 9^{4}} + 7 [?] 9 3 + 7 [?] 9 2 + | | |7 [?] 9 + 6 {\displaystyle {}+7\cdot 9^{3}+7\cdot| | |9^{2}+7\cdot 9+6} {\displaystyle {}+7\cdot 9^ | | |{3}+7\cdot 9^{2}+7\cdot 9+6} | | |-----------------------------------------------+-------------------| | [?] {\displaystyle \vdots } \vdots |[?] {\displaystyle \ | | | vdots } \vdots | +-------------------------------------------------------------------+ In spite of this rapid growth, Goodstein's theorem states that every Goodstein sequence eventually terminates at 0, no matter what the starting value is. Proof of Goodstein's theorem[edit] Goodstein's theorem can be proved (using techniques outside Peano arithmetic, see below) as follows: Given a Goodstein sequence G(m), we construct a parallel sequence P(m) of ordinal numbers in Cantor normal form which is strictly decreasing and terminates. A common misunderstanding of this proof is to believe that G(m) goes to 0 because it is dominated by P(m). Actually, the fact that P(m) dominates G(m) plays no role at all. The important point is: G(m)(k) exists if and only if P(m)(k) exists (parallelism), and comparison between two members of G(m) is preserved when comparing corresponding entries of P(m).^[2] Then if P(m) terminates, so does G(m). By infinite regress, G(m) must reach 0, which guarantees termination. We define a function f = f ( u , k ) {\displaystyle f=f(u,k)} {\ displaystyle f=f(u,k)} which computes the hereditary base k representation of u and then replaces each occurrence of the base k with the first infinite ordinal number o. For example, f ( 100 , 3 ) = f ( 3 3 1 + 1 + 2 [?] 3 2 + 1 , 3 ) = o o 1 + 1 + o 2 [?] 2 + 1 = o o + 1 + o 2 [?] 2 + 1 {\displaystyle f(100,3)=f(3^{3^{1}+1}+2\cdot 3^{2} +1,3)=\omega ^{\omega ^{1}+1}+\omega ^{2}\cdot 2+1=\omega ^{\omega +1}+\omega ^{2}\cdot 2+1} {\displaystyle f(100,3)=f(3^{3^{1}+1}+2\ cdot 3^{2}+1,3)=\omega ^{\omega ^{1}+1}+\omega ^{2}\cdot 2+1=\omega ^ {\omega +1}+\omega ^{2}\cdot 2+1}. Each term P(m)(n) of the sequence P(m) is then defined as f(G(m)(n), n+1). For example, G(3)(1) = 3 = 2^1 + 2^0 and P(3)(1) = f(2^1 + 2^ 0,2) = o^1 + o^0 = o + 1. Addition, multiplication and exponentiation of ordinal numbers are well defined. We claim that f ( G ( m ) ( n ) , n + 1 ) > f ( G ( m ) ( n + 1 ) , n + 2 ) {\displaystyle f(G(m)(n),n+1)>f(G(m)(n+1),n+2)} {\displaystyle f(G(m)(n),n+1)>f(G(m)(n+1),n+2)}: Let G ' ( m ) ( n ) {\displaystyle G'(m)(n)} {\displaystyle G'(m)(n)} be G(m)(n) after applying the first, base-changing operation in generating the next element of the Goodstein sequence, but before the second minus 1 operation in this generation. Observe that G ( m ) ( n + 1 ) = G ' ( m ) ( n ) - 1 {\displaystyle G(m)(n+1)=G'(m)(n)-1} {\ displaystyle G(m)(n+1)=G'(m)(n)-1}. Then f ( G ( m ) ( n ) , n + 1 ) = f ( G ' ( m ) ( n ) , n + 2 ) {\ displaystyle f(G(m)(n),n+1)=f(G'(m)(n),n+2)} {\displaystyle f(G(m) (n),n+1)=f(G'(m)(n),n+2)}. Now we apply the minus 1 operation, and f ( G ' ( m ) ( n ) , n + 2 ) > f ( G ( m ) ( n + 1 ) , n + 2 ) {\ displaystyle f(G'(m)(n),n+2)>f(G(m)(n+1),n+2)} {\displaystyle f(G'(m) (n),n+2)>f(G(m)(n+1),n+2)}, as G ' ( m ) ( n ) = G ( m ) ( n + 1 ) + 1 {\displaystyle G'(m)(n)=G(m)(n+1)+1} {\displaystyle G'(m)(n)=G(m) (n+1)+1}. For example, G ( 4 ) ( 1 ) = 2 2 {\displaystyle G(4)(1)=2^ {2}} {\displaystyle G(4)(1)=2^{2}} and G ( 4 ) ( 2 ) = 2 [?] 3 2 + 2 [?] 3 + 2 {\displaystyle G(4)(2)=2\cdot 3^{2}+2\cdot 3+2} {\displaystyle G(4)(2)=2\cdot 3^{2}+2\cdot 3+2}, so f ( 2 2 , 2 ) = o o {\ displaystyle f(2^{2},2)=\omega ^{\omega }} {\displaystyle f(2^{2},2)= \omega ^{\omega }} and f ( 2 [?] 3 2 + 2 [?] 3 + 2 , 3 ) = o 2 [?] 2 + o [?] 2 + 2 {\displaystyle f(2\cdot 3^{2}+2\cdot 3+2,3)=\omega ^{2}\cdot 2+ \omega \cdot 2+2} {\displaystyle f(2\cdot 3^{2}+2\cdot 3+2,3)=\omega ^{2}\cdot 2+\omega \cdot 2+2}, which is strictly smaller. Note that in order to calculate f(G(m)(n),n+1), we first need to write G(m)(n) in hereditary base n+1 notation, as for instance the expression o o - 1 {\displaystyle \omega ^{\omega }-1} {\displaystyle \omega ^{\omega }-1} is not an ordinal. Thus the sequence P(m) is strictly decreasing. As the standard order < on ordinals is well-founded, an infinite strictly decreasing sequence cannot exist, or equivalently, every strictly decreasing sequence of ordinals terminates (and cannot be infinite). But P(m)(n) is calculated directly from G(m)(n). Hence the sequence G(m) must terminate as well, meaning that it must reach 0. While this proof of Goodstein's theorem is fairly easy, the Kirby-Paris theorem,^[1] which shows that Goodstein's theorem is not a theorem of Peano arithmetic, is technical and considerably more difficult. It makes use of countable nonstandard models of Peano arithmetic. Extended Goodstein's theorem[edit] Suppose the definition of the Goodstein sequence is changed so that instead of replacing each occurrence of the base b with b + 1 it replaces it with b + 2. Would the sequence still terminate? More generally, let b[1], b[2], b[3], ... be any sequences of integers. Then let the (n + 1)-st term G(m)(n + 1) of the extended Goodstein sequence of m be as follows: take the hereditary base b[n] representation of G(m)(n) and replace each occurrence of the base b [n] with b[n+1] and then subtract one. The claim is that this sequence still terminates. The extended proof defines P(m)(n) = f(G(m )(n), n) as follows: take the hereditary base b[n] representation of G(m)(n), and replace each occurrence of the base b[n] with the first infinite ordinal number o. The base-changing operation of the Goodstein sequence when going from G(m)(n) to G(m)(n + 1) still does not change the value of f. For example, if b[n] = 4 and if b[n+1] = 9 , then f ( 3 [?] 4 4 4 + 4 , 4 ) = 3 o o o + o = f ( 3 [?] 9 9 9 + 9 , 9 ) {\displaystyle f(3\cdot 4^{4^{4}}+4,4)=3\omega ^{\omega ^{\omega }} +\omega =f(3\cdot 9^{9^{9}}+9,9)} {\displaystyle f(3\cdot 4^{4^{4}} +4,4)=3\omega ^{\omega ^{\omega }}+\omega =f(3\cdot 9^{9^{9}}+9,9)}, hence the ordinal f ( 3 [?] 4 4 4 + 4 , 4 ) {\displaystyle f(3\cdot 4^ {4^{4}}+4,4)} {\displaystyle f(3\cdot 4^{4^{4}}+4,4)} is strictly greater than the ordinal f ( ( 3 [?] 9 9 9 + 9 ) - 1 , 9 ) . {\ displaystyle f{\big (}(3\cdot 9^{9^{9}}+9)-1,9{\big )}.} {\ displaystyle f{\big (}(3\cdot 9^{9^{9}}+9)-1,9{\big )}.} Sequence length as a function of the starting value[edit] The Goodstein function, G : N - N {\displaystyle {\mathcal {G}}:\ mathbb {N} \to \mathbb {N} } {\displaystyle {\mathcal {G}}:\mathbb {N} \to \mathbb {N} }, is defined such that G ( n ) {\displaystyle {\ mathcal {G}}(n)} {\mathcal {G}}(n) is the length of the Goodstein sequence that starts with n. (This is a total function since every Goodstein sequence terminates.) The extremely high growth rate of G {\displaystyle {\mathcal {G}}} {\mathcal {G}} can be calibrated by relating it to various standard ordinal-indexed hierarchies of functions, such as the functions H a {\displaystyle H_{\alpha }} H_{\ alpha } in the Hardy hierarchy, and the functions f a {\displaystyle f_{\alpha }} f_\alpha in the fast-growing hierarchy of Lob and Wainer: * Kirby and Paris (1982) proved that G {\displaystyle {\mathcal {G}}} {\mathcal {G}} has approximately the same growth-rate as H [?] 0 {\displaystyle H_{\epsilon _{0}}} {\displaystyle H_{\epsilon _{0}}} (which is the same as that of f [?] 0 {\displaystyle f_{\epsilon _{0}}} {\displaystyle f_{\epsilon _{0}}}); more precisely, G {\displaystyle {\mathcal {G}}} {\ mathcal {G}} dominates H a {\displaystyle H_{\alpha }} H_{\alpha } for every a < [?] 0 {\displaystyle \alpha <\epsilon _{0}} {\ displaystyle \alpha <\epsilon _{0}}, and H [?] 0 {\displaystyle H_ {\epsilon _{0}}} {\displaystyle H_{\epsilon _{0}}} dominates G . {\displaystyle {\mathcal {G}}\,\!.} {\mathcal {G}}\,\!. (For any two functions f , g : N - N {\displaystyle f,g:\mathbb {N} \to \mathbb {N} } {\displaystyle f,g:\mathbb {N} \to \mathbb {N} }, f {\displaystyle f} f is said to dominate g {\displaystyle g} g if f ( n ) > g ( n ) {\displaystyle f(n)>g(n)} {\ displaystyle f(n)>g(n)} for all sufficiently large n {\ displaystyle n} n.) * Cichon (1983) showed that G ( n ) = H R 2 o ( n + 1 ) ( 1 ) - 1 , {\displaystyle {\mathcal {G}}(n)=H_{R_{2}^{\omega }(n+1)}(1)-1,} {\mathcal {G}}(n)=H_{R_ {2}^{\omega }(n+1)}(1)-1, where R 2 o ( n ) {\displaystyle R_{2}^{\omega }(n)} R_{2}^{\ omega }(n) is the result of putting n in hereditary base-2 notation and then replacing all 2s with o (as was done in the proof of Goodstein's theorem). * Caicedo (2007) showed that if n = 2 m 1 + 2 m 2 + [?] + 2 m k {\ displaystyle n=2^{m_{1}}+2^{m_{2}}+\cdots +2^{m_{k}}} n=2^{m_{1}} +2^{m_{2}}+\cdots +2^{m_{k}} with m 1 > m 2 > [?] > m k , {\ displaystyle m_{1}>m_{2}>\cdots >m_{k},} m_{1}>m_{2}>\cdots >m_ {k}, then G ( n ) = f R 2 o ( m 1 ) ( f R 2 o ( m 2 ) ( [?] ( f R 2 o ( m k ) ( 3 ) ) [?] ) ) - 2 {\displaystyle {\mathcal {G}}(n)=f_{R_{2}^{\ omega }(m_{1})}(f_{R_{2}^{\omega }(m_{2})}(\cdots (f_{R_{2}^{\ omega }(m_{k})}(3))\cdots ))-2} {\mathcal {G}}(n)=f_{R_{2}^{\ omega }(m_{1})}(f_{R_{2}^{\omega }(m_{2})}(\cdots (f_{R_{2}^{\ omega }(m_{k})}(3))\cdots ))-2. Some examples: +------------------------------------------------------------------------------+ | n | G ( n ) {\displaystyle {\mathcal {G}}(n)} {\ | | | mathcal {G}}(n) | |----------------------------+-------------------------------------------------| | | | |H o ( 1 ) - |f 0 ( 3 ) - | | | |2 0 {\ |2 - 1 {\ |1 {\ |2 {\ | | |1 |displaystyle|displaystyle|displaystyle|displaystyle|2 | | |2^{0}} 2^{0}|2-1} 2-1 |H_{\omega } |f_{0}(3)-2} | | | | | |(1)-1} H_{\ |f_{0}(3)-2 | | | | | |omega }(1)-1| | | |--+------------+------------+------------+------------+-----------------------| | | | |H o + 1 ( 1 | | | | | |2 1 + 1 - 1 |) - 1 {\ |f 1 ( 3 ) - | | | |2 1 {\ |{\ |displaystyle|2 {\ | | |2 |displaystyle|displaystyle|H_{\omega |displaystyle|4 | | |2^{1}} 2^{1}|2^{1}+1-1} 2|+1}(1)-1} H_|f_{1}(3)-2} | | | | |^{1}+1-1 |{\omega +1} |f_{1}(3)-2 | | | | | |(1)-1 | | | |--+------------+------------+------------+------------+-----------------------| | | | |H o o ( 1 ) | | | | | | |- 1 {\ |f 1 ( f 0 ( | | | |2 1 + 2 0 {\|2 2 - 1 {\ |displaystyle|3 ) ) - 2 {\| | | |displaystyle|displaystyle|H_{\omega ^ |displaystyle| | |3 |2^{1}+2^{0}}|2^{2}-1} 2^ |{\omega }} |f_{1}(f_{0} |6 | | |2^{1}+2^{0} |{2}-1 |(1)-1} H_{\ |(3))-2} f_ | | | | | |omega ^{\ |{1}(f_{0} | | | | | |omega }}(1) |(3))-2 | | | | | |-1 | | | |--+------------+------------+------------+------------+-----------------------| | | | |H o o + 1 ( | | | | | | |1 ) - 1 {\ |f o ( 3 ) - | | | | |2 2 + 1 - 1 |displaystyle|2 {\ | | | |2 2 {\ |{\ |H_{\omega ^ |displaystyle|3*2^402653211 - 2 [?] | |4 |displaystyle|displaystyle|{\omega }+1}|f_{\omega } |6.895080803x10^ | | |2^{2}} 2^{2}|2^{2}+1-1} 2|(1)-1} H_{\ |(3)-2} f_{\ |121210694 | | | |^{2}+1-1 |omega ^{\ |omega }(3)-2| | | | | |omega }+1} | | | | | | |(1)-1 | | | |--+------------+------------+------------+------------+-----------------------| | | | |H o o + o ( | | | | | | |1 ) - 1 {\ |f o ( f 0 ( | | | | |2 2 + 2 - 1 |displaystyle|3 ) ) - 2 {\| | | |2 2 + 2 0 {\|{\ |H_{\omega ^ |displaystyle| | |5 |displaystyle|displaystyle|{\omega }+\ |f_{\omega } |> A(4,4) > 10^10^10^ | | |2^{2}+2^{0}}|2^{2}+2-1} 2|omega }(1) |(f_{0}(3)) |19727 | | |2^{2}+2^{0} |^{2}+2-1 |-1} H_{\ |-2} f_{\ | | | | | |omega ^{\ |omega }(f_ | | | | | |omega }+\ |{0}(3))-2 | | | | | |omega }(1)-1| | | |--+------------+------------+------------+------------+-----------------------| | | | |H o o + o + | | | | | | |1 ( 1 ) - 1 | | | | | | |{\ |f o ( f 1 ( | | | | |2 2 + 2 + 1 |displaystyle|3 ) ) - 2 {\| | | |2 2 + 2 1 {\|- 1 {\ |H_{\omega ^ |displaystyle| | |6 |displaystyle|displaystyle|{\omega }+\ |f_{\omega } |> A(6,6) | | |2^{2}+2^{1}}|2^{2}+2+1-1}|omega +1}(1)|(f_{1}(3)) | | | |2^{2}+2^{1} |2^{2}+2+1-1 |-1} H_{\ |-2} f_{\ | | | | | |omega ^{\ |omega }(f_ | | | | | |omega }+\ |{1}(3))-2 | | | | | |omega +1}(1)| | | | | | |-1 | | | |--+------------+------------+------------+------------+-----------------------| | | | |H o o + 1 ( |f o ( f 1 ( | | | |2 2 + 2 1 + | |1 ) - 1 {\ |f 0 ( 3 ) ) | | | |2 0 {\ |2 2 + 1 - 1 |displaystyle|) - 2 {\ | | | |displaystyle|{\ |H_{\omega ^ |displaystyle| | |7 |2^{2}+2^{1} |displaystyle|{\omega +1}}|f_{\omega } |> A(8,8) | | |+2^{0}} 2^ |2^{2+1}-1} 2|(1)-1} H_{\ |(f_{1}(f_{0}| | | |{2}+2^{1}+2^|^{2+1}-1 |omega ^{\ |(3)))-2} f_ | | | |{0} | |omega +1}} |{\omega }(f_| | | | | |(1)-1 |{1}(f_{0} | | | | | | |(3)))-2 | | |--+------------+------------+------------+------------+-----------------------| | | | |H o o + 1 + | | | | | | |1 ( 1 ) - 1 |f o + 1 ( 3 | | | | |2 2 + 1 + 1 |{\ |) - 2 {\ | | | |2 2 + 1 {\ |- 1 {\ |displaystyle|displaystyle| | |8 |displaystyle|displaystyle|H_{\omega ^ |f_{\omega |> A^3(3,3) = A(A(61, | | |2^{2+1}} 2^ |2^{2+1}+1-1}|{\omega +1} |+1}(3)-2} f_|61), A(61, 61)) | | |{2+1} |2^{2+1}+1-1 |+1}(1)-1} H_|{\omega +1} | | | | | |{\omega ^{\ |(3)-2 | | | | | |omega +1}+1}| | | | | | |(1)-1 | | | |------------------------------------------------------------------------------| | [?] {\displaystyle \vdots } \vdots | |------------------------------------------------------------------------------| | | | |H o o + 1 + | | | | | | |o o + 1 ( 1 |f o + 1 ( f | | | | | |) - 1 {\ |o ( 3 ) ) - | | | | |2 2 + 1 + 2 |displaystyle|2 {\ | | | |2 2 + 1 + 2 |2 + 1 - 1 {\|H_{\omega ^ |displaystyle| | | |2 {\ |displaystyle|{\omega +1}+|f_{\omega | | |12|displaystyle|2^{2+1}+2^ |\omega ^{\ |+1}(f_{\ |> f[o+1](64) > Graham's| | |2^{2+1}+2^ |{2}+1-1} 2^ |omega }+1} |omega }(3)) |number | | |{2}} 2^{2+1}|{2+1}+2^{2} |(1)-1} H_{\ |-2} f_{\ | | | |+2^{2} |+1-1 |omega ^{\ |omega +1}(f_| | | | | |omega +1}+\ |{\omega } | | | | | |omega ^{\ |(3))-2 | | | | | |omega }+1} | | | | | | |(1)-1 | | | |------------------------------------------------------------------------------| | [?] {\displaystyle \vdots } \vdots | |------------------------------------------------------------------------------| | | | |H o o o + o | | | | | | |o ( 1 ) - 1 | | | | | | |{\ |f o o ( f 1 | | | | | |displaystyle|( f 0 ( 3 ) | | | |2 2 2 + 2 1 | |H_{\omega ^ |) ) - 2 {\ | | | |+ 2 0 {\ |2 2 2 + 2 2 |{\omega ^{\ |displaystyle| | | |displaystyle|- 1 {\ |omega }}+\ |f_{\omega ^ | | |19|2^{2^{2}}+2^|displaystyle|omega ^{\ |{\omega }} | | | |{1}+2^{0}} 2|2^{2^{2}}+2^|omega }}(1) |(f_{1}(f_{0}| | | |^{2^{2}}+2^ |{2}-1} 2^{2^|-1} H_{\ |(3)))-2} f_ | | | |{1}+2^{0} |{2}}+2^{2}-1|omega ^{\ |{\omega ^{\ | | | | | |omega ^{\ |omega }}(f_ | | | | | |omega }}+\ |{1}(f_{0} | | | | | |omega ^{\ |(3)))-2 | | | | | |omega }}(1) | | | | | | |-1 | | | +------------------------------------------------------------------------------+ (For Ackermann function and Graham's number bounds see fast-growing hierarchy#Functions in fast-growing hierarchies.) Application to computable functions[edit] Goodstein's theorem can be used to construct a total computable function that Peano arithmetic cannot prove to be total. The Goodstein sequence of a number can be effectively enumerated by a Turing machine; thus the function which maps n to the number of steps required for the Goodstein sequence of n to terminate is computable by a particular Turing machine. This machine merely enumerates the Goodstein sequence of n and, when the sequence reaches 0, returns the length of the sequence. Because every Goodstein sequence eventually terminates, this function is total. But because Peano arithmetic does not prove that every Goodstein sequence terminates, Peano arithmetic does not prove that this Turing machine computes a total function. See also[edit] * Non-standard model of arithmetic * Fast-growing hierarchy * Paris-Harrington theorem * Kanamori-McAloon theorem * Kruskal's tree theorem References[edit] 1. ^ ^a ^b ^c Kirby, L.; Paris, J. (1982). "Accessible Independence Results for Peano Arithmetic" (PDF). Bulletin of the London Mathematical Society. 14 (4): 285. CiteSeerX 10.1.1.107.3303. doi :10.1112/blms/14.4.285. 2. ^ M. Rathjen, Goodstein's theorem revisited (lemma 2.2). Accessed 14 August 2022. Bibliography[edit] * Goodstein, R. (1944), "On the restricted ordinal theorem", Journal of Symbolic Logic, 9 (2): 33-41, doi:10.2307/2268019, JSTOR 2268019, S2CID 235597. * Cichon, E. (1983), "A Short Proof of Two Recently Discovered Independence Results Using Recursive Theoretic Methods", Proceedings of the American Mathematical Society, 87 (4): 704-706, doi:10.2307/2043364, JSTOR 2043364. * Caicedo, A. (2007), "Goodstein's function" (PDF), Revista Colombiana de Matematicas, 41 (2): 381-391. External links[edit] * Weisstein, Eric W. "Goodstein Sequence". MathWorld. * Some elements of a proof that Goodstein's theorem is not a theorem of PA, from an undergraduate thesis by Justin T Miller * A Classification of non standard models of Peano Arithmetic by Goodstein's theorem - Thesis by Dan Kaplan, Franklan and Marshall College Library * Definition of Goodstein sequences in Haskell and the lambda calculus * The Hydra game implemented as a Java applet * Javascript implementation of a variant of the Hydra game * Goodstein Sequences: The Power of a Detour via Infinity - good exposition with illustrations of Goodstein Sequences and the hydra game. * Goodstein Calculator * Retrieved from "https://en.wikipedia.org/w/index.php?title= Goodstein%27s_theorem&oldid=1191913794" Categories: * Independence results * Set theory * Theorems in the foundations of mathematics * Large numbers * Integer sequences * Numeral systems Hidden categories: * Articles with short description * Short description is different from Wikidata * Articles containing proofs * This page was last edited on 26 December 2023, at 15:32 (UTC). * Text is available under the Creative Commons Attribution-ShareAlike License 4.0 ; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia(r) is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization. * Privacy policy * About Wikipedia * Disclaimers * Contact Wikipedia * Code of Conduct * Developers * Statistics * Cookie statement * Mobile view * Wikimedia Foundation * Powered by MediaWiki * Toggle limited content width