请输入您要查询的百科知识:

 

词条 Goodstein's theorem
释义

  1. Hereditary base-n notation

  2. Goodstein sequences

  3. Proof of Goodstein's theorem

  4. Extended Goodstein's theorem

  5. Sequence length as a function of the starting value

  6. Application to computable functions

  7. See also

  8. References

  9. Bibliography

  10. External links

{{redirect|Hydra game|the game development kit|HYDRA Game Development Kit}}

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 eventually terminates at 0. Kirby and 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 that is unprovable in Peano arithmetic, after Gödel's incompleteness theorem and Gerhard Gentzen's 1943 direct proof of the unprovability of ε0-induction in Peano arithmetic. The Paris–Harrington theorem was a later example.

Laurence Kirby and Jeff Paris introduced a graph-theoretic hydra game with behavior similar to that of Goodstein sequences: the "Hydra" 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

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.

In 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:

where each coefficient ai satisfies {{nowrap|0 ≤ ai < n}}, and {{nowrap|ak ≠ 0}}. For example, in base 2,

Thus the base-2 representation of 35 is 100011, which means {{nowrap|25 + 2 + 1}}. Similarly, 100 represented in base 3 is 10201:

Note that the exponents themselves are not written in base-n notation. For example, the expressions above include 25 and 34, and 5>2, 4>3.

To convert a base-n representation to hereditary base-n notation, first rewrite all of the exponents in base-n notation. Then rewrite any exponents inside the exponents, and continue in this way until every number appearing in the expression has been converted to base-n notation.

For example, while 35 in ordinary base-2 notation is {{nowrap|25 + 2 + 1}}, it is written in hereditary base-2 notation as

using the fact that {{nowrap|1=5 = 22 + 1.}} Similarly, 100 in hereditary base-3 notation is

Goodstein sequences

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 {{nowrap|(n + 1)-st}} term {{nowrap|G(m)(n + 1)}} of the Goodstein sequence of m is as follows:

  • Take the hereditary base-{{nowrap|n + 1}} representation of G(m)(n).
  • Replace each occurrence of the base-{{nowrap|n + 1}} with {{nowrap|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 3 Write 3 in base-2 notation
3 3 Switch the 2 to a 3, then subtract 1
4 3 Switch the 3 to a 4, then subtract 1. Now there are no more 4s left
5 2 No 4s left to switch to 5s. Just subtract 1
6 1 No 5s left to switch to 6s. Just subtract 1
7 0 No 6s left to switch to 7s. Just subtract 1

Later Goodstein sequences increase for a very large number of steps. For example, G(4) {{OEIS2C|id=A056193}} starts as follows:

Hereditary notation Value
4
26
41
60
83
109
253
299
1151

Elements of G(4) continue to increase for a while, but at base ,

they reach the maximum of , stay there for the next steps, and then begin their first and final descent.

The value 0 is reached at base . (Curiously, this is a Woodall number: . This is also the case with all other final bases for starting values greater than 4.{{Citation needed|date=October 2009}})

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
19
7,625,597,484,990}}

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

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 which is strictly decreasing and terminates. Then G(m) must terminate too, and it can terminate only when it goes to 0. 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). Then if P(m) terminates, so does G(m). And G(m) can terminate only when it comes to 0.

We define a function f which takes the hereditary base {{nowrap|k}} representation of G(m)(n) and replaces each occurrence of the base {{nowrap|k}} with the first infinite ordinal number ω.

Each term P(m)(n) of the sequence P(m) is then defined as f(G(m)(n),n+1). For example, {{nowrap|1=G(3)(1) = 3 = 21 + 20}} and {{nowrap|1=P(3)(1) = f(21 + 20,2) = ω1 + ω0 = ω + 1}}. Addition, multiplication and exponentiation of ordinal numbers are well defined.

We claim that . Let be G(m)(n) after applying the base-changing operation of the Goodstein sequence. Then clearly, . Now we apply the minus 1 operation, and obviously , as .

For example, and , so and , 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 {{nowrap|n+1}} notation, as for instance the expression either makes no sense or is equal to .

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

Suppose the definition Goodstein sequence is changed so that instead of

replacing each occurrence of the base b with {{nowrap|b+1}}

it replaces it with {{nowrap|b+2}}. Would the sequence still terminate?

More generally, let b1, b2, b3, … be any sequences of integers.

Then let the {{nowrap|n+1st}}

term {{nowrap|G(m)(n+1)}} of the extended Goodstein sequence of m be as

follows: take the hereditary base bn representation of

G(m)(n), and replace each occurrence of the base bn

with {{nowrap|bn+1}} and then subtract one.

The claim is that this sequence still terminates.

The extended proof defines {{nowrap|1 = P(m)(n) = f(G(m)(n), n)}} as

follows: take the hereditary base bn representation of

G(m)(n), and replace each occurrence of the base

bn with the first infinite ordinal number ω.

The base-changing operation of the Goodstein sequence when going

from G(m)(n) to {{nowrap|G(m)(n+1)}} still does not change the value of f.

For example, if {{nowrap|1=bn = 4}} and if {{nowrap|1=bn+1 = 9}},

then

, hence the ordinal is strictly greater than the ordinal

Sequence length as a function of the starting value

The Goodstein function, , is defined such that is the length of the Goodstein sequence that starts with n. (This is a total function since every Goodstein sequence terminates.) The extreme growth-rate of can be calibrated by relating it to various standard ordinal-indexed hierarchies of functions, such as the functions in the Hardy hierarchy, and the functions in the fast-growing hierarchy of Löb and Wainer:

  • Kirby and Paris (1982) proved that

has approximately the same growth-rate as (which is the same as that of ); more precisely, dominates for every , and dominates

(For any two functions , is said to dominate if for all sufficiently large .)

  • Cichon (1983) showed that

where is the result of putting n in hereditary base-2 notation and then replacing all 2s with ω (as was done in the proof of Goodstein's theorem).

  • Caicedo (2007) showed that if with then

.

Some examples:

n
1 2
2 4
3 6
4 3·2402653211 − 2 ≈ 6.895080803×10121210694
5 > A(4,4)>
6 > A(6,6)
7 > A(8,8)
8 > A3(3,3) = A(A(61, 61), A(61, 61))
12 > fω+1(64) > Graham's number
19

(For Ackermann function and Graham's number bounds see fast-growing hierarchy#Functions in fast-growing hierarchies.)

Application to computable functions

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

  • Non-standard model of arithmetic
  • Fast-growing hierarchy
  • Paris–Harrington theorem
  • Kanamori–McAloon theorem
  • Kruskal's tree theorem

References

1. ^{{Cite journal | doi = 10.1112/blms/14.4.285| title = Accessible Independence Results for Peano Arithmetic| journal = Bulletin of the London Mathematical Society| volume = 14| issue = 4| pages = 285| year = 1982| url = http://www.cs.tau.ac.il/~nachumd/term/Kirbyparis.pdf| last1 = Kirby | first1 = L.| last2 = Paris | first2 = J.| authorlink2 = Jeff Paris (mathematician)| citeseerx = 10.1.1.107.3303}}

Bibliography

  • {{Citation |last=Goodstein |first=R. |authorlink=Reuben Goodstein |jstor=2268019 |title= On the restricted ordinal theorem |journal=Journal of Symbolic Logic |volume=9 |issue=2 |year=1944 |pages=33–41 |doi=10.2307/2268019}}.
  • {{Citation |last=Cichon |first=E. |title=A Short Proof of Two Recently Discovered Independence Results Using Recursive Theoretic Methods |jstor=2043364 |journal=Proceedings of the American Mathematical Society |volume=87 |issue=4 |year=1983 |pages=704–706 |doi=10.2307/2043364}}.
  • {{Citation |last=Caicedo |first=A. |title=Goodstein's function |url=http://andrescaicedo.files.wordpress.com/2008/04/goodstein.pdf |journal=Revista Colombiana de Matemáticas |volume=41 |issue=2 |year=2007 |pages=381–391 }}.

External links

  • {{mathworld|GoodsteinSequence|Goodstein Sequence}}
  • Some elements of a proof that Goodstein's theorem is not a theorem of PA, from an undergraduate thesis by Justin T Miller
  • [https://dspace.fandm.edu/bitstream/handle/11016/23900/Kaplan_S12_MATH_Thesis_Final_5-8-12.pdf?sequence=1 A Classification of non standard models of Peano Arithmetic by Goodstein's theorem] - Thesis by Dan Kaplan, Franklan and Marshall College Library
  • [https://tromp.github.io/pearls.html#goodstein Definitions of Goodstein sequences in the programming languages Ruby and Haskell, as well as a large-scale plot]
  • 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

5 : Independence results|Articles containing proofs|Set theory|Theorems in the foundations of mathematics|Large numbers

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/20 9:33:57