Subsystems of Peano arithmetic and incompleteness theorem - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-21T18:35:15Z http://mathoverflow.net/feeds/question/55311 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/55311/subsystems-of-peano-arithmetic-and-incompleteness-theorem Subsystems of Peano arithmetic and incompleteness theorem Najdorf 2011-02-13T12:43:05Z 2012-02-20T12:19:25Z <p>I think everyone is familiar with Goedel's incompleteness theorems. In particular they imply that PA (Peano arithmetic) can not prove its own consistency. Now my question is what is the largest subsystem of PA that "can" prove its own consistency? You definitely can't have the induction axiom but is that enough? </p> http://mathoverflow.net/questions/55311/subsystems-of-peano-arithmetic-and-incompleteness-theorem/55313#55313 Answer by none for Subsystems of Peano arithmetic and incompleteness theorem none 2011-02-13T12:59:00Z 2011-02-13T12:59:00Z <p>See refs at: <a href="http://en.wikipedia.org/wiki/Self-verifying_theories" rel="nofollow">http://en.wikipedia.org/wiki/Self-verifying_theories</a></p> http://mathoverflow.net/questions/55311/subsystems-of-peano-arithmetic-and-incompleteness-theorem/68124#68124 Answer by PA for Subsystems of Peano arithmetic and incompleteness theorem PA 2011-06-18T08:31:52Z 2011-06-18T08:31:52Z <p>This answers to this question may be of use - <a href="http://mathoverflow.net/questions/65626/can-any-formal-system-prove-its-own-consistency" rel="nofollow">http://mathoverflow.net/questions/65626/can-any-formal-system-prove-its-own-consistency</a></p> <p>In short, it states that $PA$ is too strong to prove its own consistency, Presburger arithmetic (see Neel Krishnaswami's answer in the link) is too weak (although it is consistent). Other sub-systems like $I\Sigma_1$ can't prove their own consistency. $PA^-$ (PA without induction) I'm not sure about, but I wouldn't expect it to prove its own consistency.</p> <p>But Paseman's comment is probably most accurate!</p> <p>An inconsistent sub-system could, but I don't think that's what you're after... ;)</p> <p><a href="http://mathoverflow.net/questions/9864/presburger-arithmetic" rel="nofollow">http://mathoverflow.net/questions/9864/presburger-arithmetic</a> http://www.cs.albany.edu/~dew/m/jsl1.pdf <a href="http://en.wikipedia.org/wiki/Presburger_arithmetic" rel="nofollow">http://en.wikipedia.org/wiki/Presburger_arithmetic</a></p> http://mathoverflow.net/questions/55311/subsystems-of-peano-arithmetic-and-incompleteness-theorem/68138#68138 Answer by Emil Jeřábek for Subsystems of Peano arithmetic and incompleteness theorem Emil Jeřábek 2011-06-18T11:48:41Z 2012-02-20T12:19:25Z <p>As proved by <a href="http://www.jstor.org/stable/2274231" rel="nofollow">Pudlák</a>, Gödel's theorem holds in the strong form that no consistent r.e. extension of Robinson's arithmetic $Q$ can prove its own consistency. (Moreover, as shown by <a href="http://dx.doi.org/10.1016/0168-0072%2887%2990066-2" rel="nofollow">Paris and Wilkie</a>, the consistency of $Q$ is not provable even in $I\Delta_0+\exp$.) </p> http://mathoverflow.net/questions/55311/subsystems-of-peano-arithmetic-and-incompleteness-theorem/88275#88275 Answer by abo for Subsystems of Peano arithmetic and incompleteness theorem abo 2012-02-12T12:59:04Z 2012-02-12T12:59:04Z <p>First, it's not clear whether you are talking about first-order PA or second-order PA. It seems, because you are mentioning induction as an axiom rather than a schema, that you are talking about second-order PA, but I will answer for a special form of first-order Peano Arithmetic, denoted PA1. The answer for PA2 is similar.</p> <p>Secondly, it is incorrect to ask what is "the" largest. The answer to your question is: there exists sub-systems of PA which prove their own consistency but there is no largest such sub-system.</p> <p>Let PA have the language with a constant 0, a one-place predicate N, and a 2-place predicate Sx,y. Usually the axioms of PA1 include axioms for addition and multiplication. I will present a system which has axioms for sequences rather than addition and multiplication; addition and multiplication can then be defined using the notion of sequences. The axioms of PA1 are:</p> <p>(1) N0</p> <p>(2) (n)(m)(Nn &amp; Sn,m => Nm)</p> <p>(3) (n)(Nn => (there exists m) Sn,m)</p> <p>(4) (n)(m)(m')(Nn &amp; Sn,m &amp; Sn,m' => m = m')</p> <p>(5) (n)(m)(n')(Nn &amp; Nn' &amp; Sn,m &amp; Sn',m => n = n')</p> <p>(6) (n)(Nn => not Sn,0)</p> <p>(7) Induction schema, phi[0\n] &amp; (n)(m)(Nn &amp; Sn,m &amp; phi => phi[m\n]) => (n)(Nn => phi)</p> <p>(8) For every natural number x, there exists a sequence &lt;(0,x)></p> <p>(9) For every sequence f, if Nn &amp; Sn,m &amp; &lt;(m,x)> belongs to f, then &lt;(n,y)> belongs to f for some y</p> <p>(10) For every sequence f, if Nn &amp; Nm &amp; Ny &amp; Sn,m &amp; &lt;(n,x)> belongs to f, there there exists a sequence g exactly like f except that it may differ at the mth place where &lt;(m,y)> belongs to g</p> <p>Apologies for the imprecision of (8), (9), and (10), but it's the quickest way for me to write them down here. </p> <p>Call fpa the system made up of axioms (4) through (10). Then fpa proves its own consistency. It also proves the consistency of fpa + (1) (call this X). So a fortiori X proves its own consistency. fpa also proves the consistency of fpa + (N0 => (2) &amp; (3)), so this latter (call it Y) also proves its own consistency. But any system stronger than both X and Y contains PA1, which can't prove its own consistency. Hence there is no strongest sub-system of PA1 which proves its own consistency. </p> <p>Please see <a href="http://www.andrewboucher.com/papers/fpa.pdf" rel="nofollow">http://www.andrewboucher.com/papers/fpa.pdf</a> for details.</p>