coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: roux cody <cody.roux AT gmail.com>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] Non standard natural numbers
- Date: Wed, 2 Jun 2021 16:24:21 -0400
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=cody.roux AT gmail.com; spf=Pass smtp.mailfrom=cody.roux AT gmail.com; spf=None smtp.helo=postmaster AT mail-vs1-f51.google.com
- Ironport-hdrordr: A9a23:ki299q0D/BCUN0jKuFZi0QqjBIskLtp133Aq2lEZdPU1SL3gqynKpp4mPHDP+VMssR0b6LK90ey7MBDhHP1OgLX5X43SODUO0VHAROpfBMnZowEIcBeOkdK1u50QFZSWy+edMbG5t6vHCcWDfOrICePozJyV
- Ironport-phdr: A9a23:0uZoIBXMYNeF53zhmO1XQAQMX37V8KzMVTF92vMcY1JmTK2v8tzYMVDF4r011RmVBNSdsaMbwLWL+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxhMiTanf79/KBe7oQrTu8QWnIBvNrs/xhzVr3VSZu9Y33loJVWdnxb94se/4ptu+DlOtvwi6sBNT7z0c7w3QrJEAjsmNXs15NDwuhnYUQSP/HocXX4InRdOHgPI8Qv1Xpb1siv9q+p9xCyXNtD4QLwoRTiv6bpgRRn1gykFKjE56nnahcN+jK1ZoByvqR9xzZPKbo6JL/dxZL/RcMkASGZdQspcVSpMCZ68YYsVCOoBOP5Vr5P6p1sTohq1GBWjBOTyxT5Im3T72rE10+M8HgDGxgAgBdUOsGnbrdjuO6cSVPq6zKjMzTnZc/xW3jL95ZHOfxs8rv6CQah+ftDNyUkzCQzFlFOQpJThMj6U2eoAvHaW4/R8WO6zlmMqqw9/rySyy8kii4TEmIEYxkzF+Ct3wos4J8G0RFB4bNK4DpZduT+XOoRyT888RWxjpSU0yqUetJKlYCQHzI4ryh3fZvCdbYSE/xDuWPyRLDtlgn9uZaixiAyo8Ue6z+3xTsm030hOripCitTMs2oC1x3X6sSeVPt95Vqt1S+B1w3T9+1IO080la3cK54uxr4/iIAfvljEHi/zgEn2jamWeVs4+uWw9ejrfrHrqoWfOoJ0kA3yLLkil86lDek4LwQCR22b9v691L3n8035WrJKjvgun6bFt5DVOMQaqrSjAw9Sz4Yi5A2yDzij0NsCnHkHKEhJdw6Aj4jsI13OOuz3De+jg1Swlzdm3+zJPrr4ApnUMnfDlKrhcq1m5k5HyAszyMhf6IhOBrEAJvLzQE7xu8bCAh83KQzni9rgXd56z8YVXX+FKq6fKqLb91GStcw1JOzZfogIqH72LPQ0r6rlinMo30UaYLmB0p4eaXT+FfNjdRbKKUHwi8sMRD9Z9jE1S/bn3QXqudF7aHO7XqZ67TY+WtvO5WbrQ4mshPmfx37+EMAPIG9BDV+IHDHjcIDWA5/kjQqdJ8ZglnoPUr3zE+cc
Sure, I mean your notional proof that the axiom schema is consistent.
On Wed, Jun 2, 2021 at 4:10 PM Evan Marzion <emarzion AT gmail.com> wrote:
By induction, c is greater than n for all n. Thus, c > c, a contradiction.On Wed, Jun 2, 2021 at 2:53 PM Vincent Semeria <vincent.semeria AT gmail.com> wrote:Dear Coq club,Is it possible to axiomatize a term c : nat, such as c is greater than all standard natural numbers ? The first 2 lines are easy,Axiom c : nat.
Axiom c_gt0 : 0 < c.But then, could we consistently add this axiom ?Axiom c_non_standard : forall n:nat, n < c -> S n < c.If the last axiom is not consistent, we could modify Coq's type checker to interpret all names of the form c_gtSSSS...S0 as closed terms of the corresponding types SSSS...S0 < c. I am pretty sure that these terms are consistent, because if they introduced a proof of False, that proof would be a finite lambda-term with only a finite number of these c_gt terms. Then c could be replaced by the greatest of these terms, and we would obtain a proof of False in basic Coq.
- [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/02/2021
- Re: [Coq-Club] Non standard natural numbers, roux cody, 06/02/2021
- Re: [Coq-Club] Non standard natural numbers, Evan Marzion, 06/02/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/02/2021
- Re: [Coq-Club] Non standard natural numbers, roux cody, 06/02/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, Eddy Westbrook, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 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/03/2021
- 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
- Re: [Coq-Club] Non standard natural numbers, roux cody, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, Eddy Westbrook, 06/03/2021
- Re: [Coq-Club] Non standard natural numbers, Vincent Semeria, 06/03/2021
Archive powered by MHonArc 2.6.19+.