Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Second order logic library?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Second order logic library?


Chronological Thread 
  • From: Caitlin McGregor <caitlin.mcgregor AT anu.edu.au>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Second order logic library?
  • Date: Thu, 23 Mar 2017 00:21:20 +0000
  • Accept-language: en-AU, en-US
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=caitlin.mcgregor AT anu.edu.au; spf=Pass smtp.mailfrom=caitlin.mcgregor AT anu.edu.au; spf=Pass smtp.helo=postmaster AT AUS01-ME1-obe.outbound.protection.outlook.com
  • Ironport-phdr: 9a23:+3aMoR1HRorKKWSHsmDT+DRfVm0co7zxezQtwd8ZseIVLPad9pjvdHbS+e9qxAeQG96Kt7Qc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q89pDXbAhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmiDkJOSMl8G/ZicJwgqBUoBO9qBNw2IPbep2ZOOZkc6/BYd8WWGxMVdtRWSxbBYO8apMCAvQbMuZZs4n9o1oOrR2jDgerGOzhyyVIiWH53a09yeQqDAbL0xA6ENIPrHTUqNT1NKEIXeCw0KbIwi/DYO1Z2Tf68ojFaQouofeRXb5qb8Xe1FQvGxnfgVWNsIHoOS6e2OcVs2WD8uZsSe2ih3QopgxzuDSj29ogh4jTio4I1FzJ+j11zJg1KNGiVUJ2Y8OoHIFTui2AOIZ7RN4pTXtytyYg0LIGvIa2fCgUx5QjwB7Sc+CKfIaV7B7/SeqdODB2in14dL6mgBa96lavxvf7VsmpzFZFtS1FksTKtn8QzRDT8tKHSvxh/ki/xTmPywHT6uZCIUwukqrbNoIhwro3lpoUskTPBDP5mELzjKOOd0Uk/Pan6/j/b7n7upOROJV4hw78P6g0h8CzHOU1PhITU2SF9umwzLjj8lf4QLVOgP02iK7ZsJXCKMsHvKG5AhNV0oIi6xa5FTum1cgXnXYdLF1bdxKHiJLpNkrUL/D+EPezmUqjnyp2x/zcJLLhH43BLmLfn7f5YbZ990lcxRIvwtBY/pJYE60OIPbuWkDqr9HYFR84Mwmsw+n9Etl914UeWXiOAqCDKq/Sv0WItaoTJLzGb4gM/T35NvIN5vj0jHZ/l0VXNf2i2oJSY3SlFNxnJV+YaDzimIFSP30Nu18VRe32jFyEGRtYSGy/UKUmrmUwAYO6CYbFAIWmj6aM0yChNpRQeyZLBk3KGGq+JNbMYOsFdC/HepwpqTcDT7X0E4I=
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Thanks for your response. (Apologies for the first order part of the question - that was silly!)


The context is that if I wish to formalise some problem that involves second order formulas, I would like a library that defines such a type and proves a collection of lemmas that are in some sense "obvious" to the mathematician and require no explanation.


One idea is to define the type myself and then define functions between my own second order formulas and some set theoretic notions, and then prove inside set theory. But I was wondering if there was a library that was explicitly working with second order formulas.


Please bear with any misunderstandings that I have. Any help that you could provide would be greatly appreciated.


Kind regards,
Caitlin



From: coq-club-request AT inria.fr <coq-club-request AT inria.fr> on behalf of Adam Chlipala <adamc AT csail.mit.edu>
Sent: Thursday, 23 March 2017 11:06:44 AM
To: coq-club AT inria.fr
Subject: Re: [Coq-Club] Second order logic library?
 
What exactly would be in such a library, considering that, in a reasonable sense, second-order logic is a subset of Coq's full logic?

On 03/22/2017 08:03 PM, Caitlin McGregor wrote:

Hi all,


I am looking for a second order logic library in Coq, or even a first order library. Does anyone know if these are available?


Thanks in advance,

Caitlin





Archive powered by MHonArc 2.6.18.

Top of Page