TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Goodsteins theorem

83 pointsby dedalusover 1 year ago

5 comments

trompover 1 year ago
Another sequence that&#x27;s about as simple to define as Goodstein&#x27;s is the following: Start with any binary tree, which is either 0, or a pair [s,t] of binary trees. Then while it&#x27;s not 0, repeatedly apply the following predecessor operation P on binary trees:<p><pre><code> P([0,t]) = t P([s,t]) = [P(s),t] but with all instances of t replaced by [P(s),t] </code></pre> For example, starting from [[0,0],0], we have the sequence of predecessor trees<p><pre><code> [[0,0],0] [[0,0],[0,0]] [0,[0,[0,0]]] [0,[0,0]] [0,0] 0 </code></pre> This sequence grows unbelievably faster than Goodstein&#x27;s, and even faster than the infamous TREE() function [1], while having an almost trivial definition. The number of predecessors to reach 0 is sequence A367433 in the Online Encyclopedia of Integer Sequences [2].<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Kruskal%27s_tree_theorem#TREE_function" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Kruskal%27s_tree_theorem#TREE_...</a><p>[2] <a href="https:&#x2F;&#x2F;oeis.org&#x2F;A367433" rel="nofollow noreferrer">https:&#x2F;&#x2F;oeis.org&#x2F;A367433</a>
评论 #38771071 未加载
评论 #38771723 未加载
评论 #38772015 未加载
Tazerenixover 1 year ago
A theorem which is true in every model is provable by Godel&#x27;s completeness theorem. Since this theorem is true for the standard model of the natural numbers but not provable, it follows there are nonstandard models of the natural numbers for which it is false.<p>That is, there are models of Peano arithmetic which contain all of the natural numbers we know and love, and some other ones on top of that and there are some Goodstein sequences using those extra &quot;non-standard&quot; natural numbers which do not terminate at zero.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Non-standard_model_of_arithmetic" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Non-standard_model_of_arithmet...</a>
评论 #38774767 未加载
评论 #38770135 未加载
评论 #38774842 未加载
DeathArrowover 1 year ago
&gt;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 Gödel&#x27;s incompleteness theorem and Gerhard Gentzen&#x27;s 1943 direct proof of the unprovability of ε0-induction in Peano arithmetic.<p>It seems math is never perfect but always perfectible. A perfect system wouldn&#x27;t have paradoxes. One common example is Russel paradox.<p>We arrive at different conclusions by choosing a different set of axioms and constructing everything else based on that set. We can have parallels that intersect and parallels that don&#x27;t.
评论 #38769834 未加载
ConnorMooneyhanover 1 year ago
I remember this being shown on PBS Infinite Series. God I miss that show.
评论 #38773951 未加载
cubefoxover 1 year ago
The author of this article writes that the theorem cannot be proven in &quot;Peano arithmetic&quot;. But that&#x27;s only true if by that he means &quot;first-order Peano arithmetic&quot;, a system which allows for absurd &quot;non-standard numbers&quot;. When ordinary mathematicians talk about &quot;Peano arithmetic&quot;, they arguably have the second-order induction axiom in mind, not the first-order infinite induction axiom scheme. And they most certainly have the natural numbers in mind, not some possibly absurd &quot;numbers&quot; with infinitely many predecessors. And in this normal version of Peano arithmetic, the theorem can be proven.
评论 #38770568 未加载
评论 #38770853 未加载
评论 #38771329 未加载
评论 #38772082 未加载
评论 #38773840 未加载