coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Dominik Kirst <dominik.kirst AT cs.uni-saarland.de>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] Non standard natural numbers
- Date: Fri, 4 Jun 2021 11:12:51 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=dominik.kirst AT cs.uni-saarland.de; spf=Pass smtp.mailfrom=dominik.kirst AT cs.uni-saarland.de; spf=None smtp.helo=postmaster AT theia.rz.uni-saarland.de
- Ironport-hdrordr: A9a23:rG4Nu6mrbtQYyeX+6GqmRIMl51PpDfIv3DAbv31ZSRFFG/Fw9vre/sjzuiWftN98YhwdcJW7VpVoIkmslqKdg7N/AV7KZmCP01dAbrsC0WKI+V3d8ljFh4hgPNBbAs9D4bPLYWSS9fyKhDVQROxQpeW6zA==
- Ironport-phdr: A9a23:RbXFNBSzVQGtxufJetd2mVjYUdpsoveYAWYlg6HPa5pwe6iut67vIFbYra00ygOQDMOAs6oP17qempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffgFFiCCzbL9uMBm6ogrcu8oLioZ+N6g9zQfErGFVcOpM32NoIlyTnxf45siu+ZNo7jpdtfE8+cNeSKv2Z6s3Q6BWAzQgKGA1+dbktQLfQguV53sTSXsZnxxVCAXY9h76X5Pxsizntuph3SSRIMP7QawoVTmk8qxmTgLjhiUaOD4j6GzZitB/g61GrhyvqRxx3YzbboKSOvdlZKzRYdYaSHBBXspNVSFMBJ63YYsVD+oGOOZVt4fzp1wLrRu/AwmsBeDvwSJNiH/3x606yPghGhzB0QM9GNIOtXXUrNP0NKcRS+y1z6jIzS/Yb/NKwjry9JPIfgo8ofGKXLJ8aNHRxlM1GAPfilWfs4rlMC6P2usQrWeW9uxtXv+ghGA7sQ9+uCSvxtsyhYnTgIIY0kzI+ypkzIspJdC1R092bMC6HJZTtSyUOYR4T8ItTW9opSs3170Lt5C7cSQU1JkqwxHRZfOHfYWV4x/tW+KcLCp+iXl4dry/gBOy/lKhyu36TsS0zVBKritcntnXrH8CzQbT6sydRft740itwyuA2B7L5uFAJkA0mqvbJIIkwrEqipoTrVrMHjXtmEnsiq+ZaFkk9vCq6+T8frXmoYWcO5VzigHkPaQjnNG0D+cgMgUWQmSW9+ux2Kfn8ED4WrlHjOc6n6fEvJzCJskWprS1Dg5I3oo56huyDy2q3dQWkHQBMVlLYgiIj5LzNFHLOP34Demwg1CrkDpz2/DGPqPuApTXIXTZirfgfKxx61NayAoy1Nxf/IhbBasbIPL3QEDxssHXAgUkPAOq2+rnCdN92Z0CWW+XH6OUPqzfvUWM6+8uOeWBZpUZtTjgJ/Q94v7hl345mVsTfamz2psXbWi1EelhI0WcYHrshNYBEWQQsgo9TezqkkaCUSJIanmuRKIw/Cw7CISnDYvaXYCimqaO3D2/HpJMYGBJF0qAHmr2eImcQfcDdDqSItN9kjwDTbWuV4gh1Qi3uADmz7pnM/Hb9zYDtZPj0dh1//fcmQsz9TxyFcSd0nuCQ3t6nmMSFHcK2/V0plU4wVOe24B5heZZHJpd/aBnSAA/YLLbyu18CtO6eQPbZcvBHFqhR9SgADJ3TdMr2MMmaF07BtOjywvK1jCuCrkZ0bCGUs9nupnA1mT8cp4ug03N07Ms2gFOqipnKW2rh6c57RqVGojI1l6QnryufKIQmiLApj/rJYWmt1oeTQhxFL7MVGobb03a69j0tBqqp1qGAq9hLw1AjNWLI7FOY9vly1lLFq+LBQ==
Hi everyone!
Incidentally, there are weak fragments of PA, such as Robinson's Q, which is finitely axiomatizable and yet allows suitable variants of Gödel's incompleteness theorems. I'm not up-to-date: did Robinson arithmetic appear in any relevant Coq formalization?
O’Connor’s Coq mechanisation of the incompleteness theorem (that has already been mentioned) works with a finite axiomatisation that is pretty close (but uncomparable) to Q. For an upcoming ITP paper, Marc Hermes and I mechanised the undecidability and incompleteness of an even weaker fragment than Q just containing the equations for addition and multiplication and showed that these results transport to all extensions still sound for the standard model [1].
Related to the initial question about non-standard numbers, Marc is currently working on a Coq mechanisation of Tennenbaum’s theorem in his ongoing master’s project [2]. Classically, this theorem states that there are no recursive non-standard models of PA [3] and interpreted in a constructive meta-theory, it even says that no non-standard models of HA exist at all [4]. So in Coq without additional assumptions, one cannot construct a model containing non-standard numbers for the natural definition of Tarski semantics (function symbol interpreted as functions). In fact, not even the standard model of PA can be shown to behave classically (i.e. to satisfy the first-order instances of LEM).
Best wishes,
Dominik
-----------------------------------------
- Re: [Coq-Club] Non standard natural numbers, (continued)
- Re: [Coq-Club] Non standard natural numbers, Eddy Westbrook, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, roux cody, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, Thorsten Altenkirch, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, roux cody, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, Ralf Jung, 06/04/2021
- Message not available
- Re: [Coq-Club] Non standard natural numbers, Ralf Jung, 06/04/2021
- Re: [Coq-Club] Non standard natural numbers, Tadeusz Litak, 06/04/2021
- Re: [Coq-Club] Non standard natural numbers, Dominik Kirst, 06/04/2021
- Re: [Coq-Club] Non standard natural numbers, Thorsten Altenkirch, 06/05/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/04/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/07/2021
- Re: [Coq-Club] Non standard natural numbers, Slavomir Kaslev, 06/08/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/08/2021
- Re: [Coq-Club] Non standard natural numbers, roux cody, 06/08/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/08/2021
- Re: [Coq-Club] Non standard natural numbers, Slavomir Kaslev, 06/08/2021
- RE: [Coq-Club] Non standard natural numbers, Marc Hermes, 06/07/2021
Archive powered by MHonArc 2.6.19+.