Emmy Noether: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Monkbot
en>Myasuda
Line 1: Line 1:
In [[mathematical logic]], '''Goodstein's theorem''' is a statement about the [[natural number]]s, proved by [[Reuben Goodstein]] in 1944, which states that every ''Goodstein sequence'' eventually terminates at 0. {{harvnb|Kirby|Paris|1982}} showed that it is [[independence (mathematical logic)|unprovable]] in [[Peano axioms|Peano arithmetic]] (but it can be proven in stronger systems, such as [[second order arithmetic]]). This was the third "natural" example of a true statement that is unprovable in Peano arithmetic (after [[Gerhard Gentzen]]'s 1943 direct proof of the unprovability of ε<sub>0</sub>-induction in Peano arithmetic and the [[Paris–Harrington theorem]]). Earlier statements of this type had either been, except for Gentzen, extremely complicated, ad-hoc constructions (such as the statements generated by the construction given in [[Gödel's incompleteness theorem]]) or concerned metamathematics or combinatorial results {{harv|Kirby|Paris|1982}}.
His idea for fat reduction was that we should be worried with the carbohydrates we eat, not the fat. Many people have had success utilizing the Atkins diet. me included until I ran into several issues with my health. However, these diet plans are not for everyone. Before we start the Atkins diet, or better yet any diet, talk to a doctor to make sure it is a wise decision for we.<br><br>Some experts could state "never". However the reality is the fact that countless females have employed them and have been successful in the brief expression. The key matter to look at is whether or not you may be healthy enough to partake inside the diet. For example, in the event you are diabetic or have alternative healthcare conditions, this could not become the best answer for you. Speaking to the doctor will be the ideal bet. If you are inside wise wellness than fad [http://safedietsthatwork.webs.com diet plans] quick may be OK for we.<br><br>How numerous occasions have you heard a friend or personally experienced the breaking of a diet. Many people frequently give up on traditional diet plans because it takes too lengthy to experience the results they are searching for. Partial meal replacements usually help you to get rid of weight faster incredibly if it is actually used inside addition to normal exercise.<br><br>The right fat reduction originates from a balanced diet, exercise plus water is always good. The key to weight loss is burning more calories then you take in, but it should be completed in a method that is healthy plus long term.<br><br>diets are rigid and boring! So what arises when someone falls off the wagon? They commonly really throw in the towel plus chalk it as much as another diet which didnt functionOr worse then which they beat themselves up and consider themselves failuresThis continues till the upcoming magic diet comes along.<br><br>Breakfast is essential. There have been numerous research that have shown that when kids eat a healthy breakfast, they are capable to concentrate better inside school. Additionally, they usually have more power throughout the day. It can be easy to skip breakfast whenever you're inside a rush, however if you need to make sure a kids are practicing healthy eating, you have to supply them with breakfast.<br><br>One that has severe restrictions on what you are able to eat, or one that knows that you're human plus reside inside the real globe, and consequently, allows we to cheat a little?
 
[[Laurie Kirby]] and [[Jeff Paris]] gave an interpretation of the Goodstein's theorem as a '''hydra game''': the "[[Lernaean Hydra|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. The Kirby–Paris interpretation of the theorem says 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, very long time.
 
== 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'':
:<math>m = a_k n^k + a_{k-1} n^{k-1} + \cdots + a_0,</math>
where each coefficient <math>a_i</math> satisfies <math> 0 \le a_i < n </math>, and <math>a_k\not=0</math>. For example, in base 2,
:<math>35 = 32 + 2 + 1 = 2^5 + 2^1 + 2^0.</math>
Thus the base 2 representation of 35 is <math> 2^5 + 2^1 + 2^0</math>. (This expression could be written in binary notation as 100011.) Similarly, one can write 100 in base 3:
:<math>100 = 81 + 18 + 1 = 3^4 + 2\cdot 3^2 + 1.</math>
Note that the exponents themselves are not written in base-''n'' notation. For example, the expressions above include <math>2^5</math> and <math>3^4</math>.
 
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 digit appearing in the expression is ''n'' or less.
 
For example, while 35 in ordinary base-2 notation is <math>2^5 + 2 + 1</math>, it is written in hereditary base-2 notation as
:<math>35 = 2^{2^2+1}+2+1, </math>
using the fact that <math>5 = 2^2 + 1.</math> Similarly, 100 in hereditary base 3 notation is
:<math>100 = 3^{3+1} + 2\cdot 3^2 + 1.</math>
 
== 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 next element {{OEIS2C|id=A056004}}, write ''m'' in hereditary base 2 notation, change all the 2s to 3s, and then subtract 1 from the result; this is the second element of ''G''(''m''). To get the third element of ''G''(''m'') {{OEIS2C|id=A057650}}, write the second element in hereditary base 3 notation, change all 3s to 4s, and subtract 1 again.  Continue until the result is zero, at which point the sequence terminates.
 
Early Goodstein sequences terminate quickly. For example, ''G''(3) {{OEIS2C|id=A215409}} terminates at the sixth step:
 
{| class="wikitable" border="1"
|-
! Base !! Hereditary notation !! Value !! Notes
|-
|    2 || <math> 2^1 + 1 </math>          || 3 || Write 3 in base 2 notation
|-
|    3 || <math> 3^1 + 1 - 1 = 3^1 </math> || 3 || Switch the 2 to a 3, then subtract 1
|-
|    4 || <math> 4^1 - 1 = 3 </math>      || 3 || Switch the 3 to a 4, then subtract 1. Now there are no more 4s left
|-
|    5 || <math> 3 - 1 = 2 </math>        || 2 || No 4s left to switch to 5s. Just subtract 1
|-
|    6 || <math> 2 - 1 = 1 </math>        || 1 ||
|-
|    7 || <math> 1 - 1 = 0 </math>        || 0 ||
|}
 
Later Goodstein sequences increase for a very large number of steps. For example, ''G''(4) {{OEIS2C|id=A056193}} starts as follows:
 
{| class="wikitable" border="1"
|-
! Hereditary notation !! Value
|-
| <math> 2^2 </math>                                                || 4
|-
| <math> 3^3 - 1 = 2 \cdot 3^2 + 2 \cdot 3 + 2 </math>              || 26
|-
| <math> 2 \cdot 4^2 + 2 \cdot 4 + 1 </math>                        || 41
|-
| <math> 2 \cdot 5^2 + 2 \cdot 5 </math>                            || 60
|-
| <math> 2 \cdot 6^2 + 2 \cdot 6 - 1 = 2 \cdot 6^2 + 6 + 5 </math>  || 83
|-
| <math> 2 \cdot 7^2 + 7 + 4 </math>                                || 109
|- align=center
| <math> \vdots </math>                                            || <math> \vdots </math>
|-
| <math> 2 \cdot 11^2 + 11 </math>                                  || 253
|-
| <math> 2 \cdot 12^2 + 12 - 1 = 2 \cdot 12^2 + 11 </math>          || 299
|- align=center
| <math> \vdots </math>                                            || <math> \vdots </math>
|}
 
Elements of ''G''(4) continue to increase for a while, but at base <math>3 \cdot 2^{402653209}</math>,
they reach the maximum of <math>3 \cdot 2^{402653210} - 1</math>, stay there for the next <math>3 \cdot 2^{402653209}</math> steps, and then begin their first and final descent.
 
The value 0 is reached at base <math>3 \cdot 2^{402653211} - 1</math> (curiously, this is a generalized [[Woodall number]]: <math>3 \cdot 2^{402653211} - 1 = 402653184 \cdot 2^{402653184} - 1</math>. 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:
 
{| class="wikitable" border="1"
|-
! Hereditary notation !! Value
|-
| <math> 2^{2^2} + 2 + 1 </math>   || 19
|-
| <math> 3^{3^3} + 3 </math>      || 7,625,597,484,990
|-
| <math> 4^{4^4} + 3 </math>      || <math> \approx 1.3 \times 10^{154} </math>
|-
| <math> 5^{5^5} + 2 </math>      || <math> \approx 1.8 \times 10^{2184} </math>
|-
| <math> 6^{6^6} + 1 </math>      || <math> \approx 2.6 \times 10^{36,305} </math>
|-
| <math> 7^{7^7} </math>          || <math> \approx 3.8 \times 10^{695,974} </math>
|-
|
<math> 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)}</math>
<math>+ 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 + 6)} + \cdots</math>
<math>+ 7 \cdot 8^{(8+2)} + 7 \cdot 8^{(8+1)} + 7 \cdot 8^8 </math>
<math>+ 7 \cdot 8^7 + 7 \cdot 8^6 + 7 \cdot 8^5 + 7 \cdot 8^4 </math>
<math>+ 7 \cdot 8^3 + 7 \cdot 8^2 + 7 \cdot 8 + 7</math>
| <math> \approx 6 \times 10^{15,151,335} </math>
|-
|
<math>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)}</math>
<math>+ 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 + 6)} + \cdots</math>
<math>+ 7 \cdot 9^{(9+2)} + 7 \cdot 9^{(9+1)}+ 7 \cdot 9^9 </math>
<math>+ 7 \cdot 9^7 + 7 \cdot 9^6 + 7 \cdot 9^5 + 7 \cdot 9^4 </math>
<math>+ 7 \cdot 9^3 + 7 \cdot 9^2 + 7 \cdot 9 + 6</math>
| <math> \approx 4.3 \times 10^{369,693,099} </math>
|- align=center
| <math> \vdots </math>  || <math> \vdots </math>
|}
 
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 will construct a parallel sequence of [[ordinal number]]s whose elements are no smaller than those in the given sequence.  If the elements of the parallel sequence go to 0, the elements of the Goodstein sequence must also go to 0.
 
To construct the parallel sequence, take the hereditary base ''n'' representation of the (''n'' &minus; 1)-th element of the Goodstein sequence, and replace every instance of ''n'' with the first infinite [[ordinal number]] ω. Addition, multiplication and exponentiation of ordinal numbers is well defined, and the resulting ordinal number clearly cannot be smaller than the original element.
 
The 'base-changing' operation of the Goodstein sequence does not change the element of the parallel sequence: replacing all the 4s in <math>4^{4^4} + 4</math> with ω is the same as replacing all the 4s with 5s and then replacing all the 5s with ω. The 'subtracting 1' operation, however, corresponds to decreasing the infinite ordinal number in the parallel sequence; for example,
<math>\omega^{\omega^\omega} + \omega</math> decreases to <math>\omega^{\omega^\omega} + 4</math> if the step above is performedBecause the ordinals are [[well-ordering principle|well-ordered]], there are no infinite strictly decreasing sequences of ordinalsThus the parallel sequence must terminate at 0 after a finite number of steps.  The Goodstein sequence, which is bounded above by the parallel sequence, must terminate at 0 also.
 
While this proof of Goodstein's theorem is fairly easy, the ''Kirby–Paris theorem'' which says 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. What Kirby showed is that Goodstein's theorem leads to [[Gentzen's consistency proof|Gentzen's theorem]], i.e. it can substitute for induction up to ε<sub>0</sub>.
 
== Sequence length as a function of the starting value ==
 
The '''Goodstein function''', <math>\mathcal{G}: \mathbb{N} \to \mathbb{N} \,\!</math>, is defined such that <math>\mathcal{G}(n)</math> 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 <math>\mathcal{G}\,\!</math> can be calibrated by relating it to various standard ordinal-indexed hierarchies of functions, such as the functions <math>H_\alpha\,\!</math> in the [[Hardy hierarchy]], and the functions <math>f_\alpha\,\!</math> in the [[fast-growing hierarchy]] of Löb and Wainer:
 
* Kirby and Paris (1982) proved that
:<math>\mathcal{G}\,\!</math> has approximately the same growth-rate as <math>H_{\epsilon_0}\,\!</math> (which is the same as that of <math>f_{\epsilon_0}\,\!</math>); more precisely, <math>\mathcal{G}\,\!</math> dominates <math>H_\alpha\,\!</math> for every <math>\alpha < \epsilon_0\,\!</math>, and <math>H_{\epsilon_0}\,\!</math> dominates <math>\mathcal{G}\,\!.</math>
:(For any two functions <math>f, g: \mathbb{N} \to \mathbb{N} \,\!</math>, <math>f\,\!</math> is said to '''dominate''' <math>g\,\!</math> if <math>f(n) > g(n)\,\!</math> for all sufficiently large <math>n\,\!</math>.)
 
* Cichon (1983) showed that
:<math> \mathcal{G}(n) = H_{R_2^\omega(n+1)}(1) - 1, </math>
:where <math>R_2^\omega(n)</math> 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 <math> n = 2^{m_1} + 2^{m_2} + \cdots + 2^{m_k} </math> with <math> m_1 > m_2 > \cdots > m_k, </math> then
:<math> \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</math>.
 
Some examples:
 
{| class="wikitable" border="1"
|-
! colspan=3 | n
! colspan=3 | <math>\mathcal{G}(n)</math>
|-
| 1
| <math>2^0</math>
| <math>2 - 1</math>
| <math>H_\omega(1) - 1</math>
| <math>f_0(3) - 2</math>
| 2
|-
| 2
| <math>2^1</math>
| <math>2^1 + 1 - 1</math>
| <math>H_{\omega + 1}(1) - 1</math>
| <math>f_1(3) - 2</math>
| 4
|-
| 3
| <math>2^1 + 2^0</math>
| <math>2^2 - 1</math>
| <math>H_{\omega^\omega}(1) - 1</math>
| <math>f_1(f_0(3)) - 2</math>
| 6
|-
| 4
| <math>2^2</math>
| <math>2^2 + 1 - 1</math>
| <math>H_{\omega^\omega + 1}(1) - 1</math>
| <math>f_\omega(3) - 2</math>
| 3·2<sup>402653211</sup> − 2
|-
| 5
| <math>2^2 + 2^0</math>
| <math>2^2 + 2 - 1</math>
| <math>H_{\omega^\omega + \omega}(1) - 1</math>
| <math>f_\omega(f_0(3)) - 2</math>
| > [[Ackermann function|''A'']](4,4)
|-
| 6
| <math>2^2 + 2^1</math>
| <math>2^2 + 2 + 1 - 1</math>
| <math>H_{\omega^\omega + \omega + 1}(1) - 1</math>
| <math>f_\omega(f_1(3)) - 2</math>
|  > ''A''(6,6)
|-
| 7
| <math>2^2 + 2^1 + 2^0</math>
| <math>2^{2 + 1} - 1</math>
| <math>H_{\omega^{\omega + 1}}(1) - 1</math>
| <math>f_\omega(f_1(f_0(3))) - 2</math>
|  > ''A''(8,8)
|-
| 8
| <math>2^{2 + 1}</math>
| <math>2^{2 + 1} + 1 - 1</math>
| <math>H_{\omega^{\omega + 1} + 1}(1) - 1</math>
| <math>f_{\omega + 1}(3) - 2</math>
|  > ''A''<sup>3</sup>(3,3) = ''A''(''A''(61, 61), ''A''(61, 61))
|-
| colspan=6 align=center | <math>\vdots</math>
|-
| 12
| <math>2^{2 + 1} + 2^2</math>
| <math>2^{2 + 1} + 2^2 + 1 - 1</math>
| <math>H_{\omega^{\omega + 1} + \omega^\omega + 1}(1) - 1</math>
| <math>f_{\omega + 1}(f_\omega(3)) - 2</math>
|  >  ''f''<sub>ω+1</sub>(64) > [[Graham's number]]
|-
| colspan=6 align=center | <math>\vdots</math>
|-
| 19
| <math>2^{2^2} + 2^1 + 2^0</math>
| <math>2^{2^2} + 2^2 - 1</math>
| <math>H_{\omega^{\omega^\omega} + \omega^\omega}(1) - 1</math>
| <math>f_{\omega^\omega}(f_1(f_0(3))) - 2</math>
|
|-
|}
(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==
* {{Citation |last=Goodstein |first=R. |authorlink=Reuben Goodstein |jstor=2268019 |title=
On the restricted ordinal theorem |journal=[[Journal of Symbolic Logic]] |volume=9 |year=1944 |pages=33–41 }}.
* {{Citation |last=Kirby |first=L. |authorlink=Laurie Kirby |last2=Paris |first2=J. |authorlink2=Jeff Paris |url=http://reference.kfupm.edu.sa/content/a/c/accessible_independence_results_for_pean_59864.pdf |title=Accessible independence results for Peano arithmetic |journal=[[Bulletin of the London Mathematical Society]] |volume=14 |year=1982 |pages=285–293 }}.
* {{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 |year=1983 |pages=704–706 }}.
* {{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}}
*[http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.22.3296 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
*[http://www.cwi.nl/~tromp/pearls.html#goodstein Definitions of Goodstein sequences in the programming languages Ruby and Haskell, as well as a large-scale plot]
* [http://math.andrej.com/2008/02/02/the-hydra-game/ The Hydra game implemented as a Java applet]
* [http://blog.kleinproject.org/?p=674 Goodstein Sequences: The Power of a Detour via Infinity] - good exposition with illustrations of Goodstein Sequences and the hydra game.
 
[[Category:Independence results]]
[[Category:Articles containing proofs]]
[[Category:Set theory]]
[[Category:Theorems in the foundations of mathematics]]
[[Category:Large numbers]]

Revision as of 04:09, 4 March 2014

His idea for fat reduction was that we should be worried with the carbohydrates we eat, not the fat. Many people have had success utilizing the Atkins diet. me included until I ran into several issues with my health. However, these diet plans are not for everyone. Before we start the Atkins diet, or better yet any diet, talk to a doctor to make sure it is a wise decision for we.

Some experts could state "never". However the reality is the fact that countless females have employed them and have been successful in the brief expression. The key matter to look at is whether or not you may be healthy enough to partake inside the diet. For example, in the event you are diabetic or have alternative healthcare conditions, this could not become the best answer for you. Speaking to the doctor will be the ideal bet. If you are inside wise wellness than fad diet plans quick may be OK for we.

How numerous occasions have you heard a friend or personally experienced the breaking of a diet. Many people frequently give up on traditional diet plans because it takes too lengthy to experience the results they are searching for. Partial meal replacements usually help you to get rid of weight faster incredibly if it is actually used inside addition to normal exercise.

The right fat reduction originates from a balanced diet, exercise plus water is always good. The key to weight loss is burning more calories then you take in, but it should be completed in a method that is healthy plus long term.

diets are rigid and boring! So what arises when someone falls off the wagon? They commonly really throw in the towel plus chalk it as much as another diet which didnt function. Or worse then which they beat themselves up and consider themselves failures. This continues till the upcoming magic diet comes along.

Breakfast is essential. There have been numerous research that have shown that when kids eat a healthy breakfast, they are capable to concentrate better inside school. Additionally, they usually have more power throughout the day. It can be easy to skip breakfast whenever you're inside a rush, however if you need to make sure a kids are practicing healthy eating, you have to supply them with breakfast.

One that has severe restrictions on what you are able to eat, or one that knows that you're human plus reside inside the real globe, and consequently, allows we to cheat a little?