coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Valentin Blot <coq-club AT valentinblot.org>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] Folklore ?
- Date: Wed, 03 Oct 2018 09:37:14 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=coq-club AT valentinblot.org; spf=None smtp.mailfrom=coq-club AT valentinblot.org; spf=None smtp.helo=postmaster AT valentinblot.org
- Ironport-phdr: 9a23:LMmOzxYoKPpRqJqaKCAsc93/LSx+4OfEezUN459isYplN5qZr86zbnLW6fgltlLVR4KTs6sC17KJ9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCa/bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjA67W/ZitJ+gqxZrxKvuxNwzYHbbo6OOfpifa7QZ88WSXZbU8tTUSFKH4Oyb5EID+oEJetXoJPyp18Qohu4GQmsBeXvwSJVi3/y2q06z/kqHAba0wwnBtICqWjbrNHoNKgJSu210rPHzTHdYPNQxTf96Y7IfQslofGLQbJ8a83RyVMgFw7ciFibtILrPzSQ1usXsmib6fJtVOyui24kqgFxuiagydotiobTnI4VzUrE9Sp/zY0oJtO4UFZ2bN65HJdKuSyXNJF6Tt4gTmxpoio216AKtJyjcCQU0psr2wPTZvmbfIeT/h7uW+OcLil8iX9ger+wnAq+/VSlx+HiTMa531hHoy9LktbRrX8CyRne5dKcRftz+0qs3SqD2x7T5+xCPEs6j7DUK4Q7zb41jpcTsVrMHivxmEjukq+ZbEEk9fau6+T7Y7XmoISTN4tzigHiKKgunda/AesgPggPWWiU5/i82aXj8EHkWrlHgP47nrPEvJ3YJMkXvLO1DxJX34o77hawFTam0NAWnXkdK1JFfQqKgJTuO1HXOfz3EfO/g0m3nzpw2fDJJLnhDYvLLnjfkbfhe61y60pbyAov19xf4IhUCr4ZLPLpRkDxrMDYDgM+MwGs3+nnD8x92poCVmKLH6+WK7jfsUSI5+IqO+mDfpUZuDf7K/g/5v7hl2U1mVEHffrh4ZxCY3ehW/9iPk+xYHz2g95HH31ZkBA5SbnUgVmPVyJSYT6YW6UgrmUwD5vjBoPeTKizibiM2ju6GJdSYXwADUqDRyS7P76YUusBPXrBavRqlSYJAOD4Gt0RkCq2vQq/8IJJa+/d+ykWr5XmjYgn+eTXmBcu9Dp+C8OBlWaXQDMsxz9ad3oNxKl65HdF5BKby6Eh065GHNhe4e9IVA0+MoKayPZ1WYirB1DxO+yRQVPjee2IRDE8StVok40QakJwHcmjiBrH2DbsBKUaxeSG
One has to be careful when dealing with negative translation and first-
order logic. The same argument does not go through because there are
formulas that do not intuitionistically imply their negative
translation. From P -> False in classical logic you still get Pn ->
False in intuitionistic logic (where Pn is the negative translation of
P), but from there you cannot conclude P -> False because you may not
have P -> Pn intuitionistically.
Valentin
On mar., 2018-10-02 at 14:03 -0400, Shahab Tasharrofi wrote:
> In addition to what others said, you can also generalize it to first-
> order logic:
> https://en.wikipedia.org/wiki/Double-negation_translation
>
> On Tue, Oct 2, 2018 at 1:09 PM Guillaume Melquiond <
> guillaume.melquiond AT inria.fr>
> wrote:
> > Le 02/10/2018 à 18:53, Pierre Casteran a écrit :
> > > Hi,
> > >
> > > It's probably a folklore result, but I didn't find a good
> > reference
> > > in the litterature.
> > > Sorry if it is the case.
> > >
> > > The question is :
> > > Does there exists a sequent of propositional logic H1, H2, ...
> > , Hn
> > > |- False, which is provable in classical logic, but not in
> > > intuitionnistic logic ?
> > > All the examples I tried have been succesfully proved by
> > tauto.
> > >
> > > If it does not exists, is there a known (constructive ?) proof
> > of that ?
> >
> > Unless I am missing something, this is a corollary of the
> > double-negation translation (Glivenko). In other words, if P ->
> > False is
> > provable in classical logic, then ((P -> False) -> False) -> False
> > is
> > provable in intuitionistic logic, which intuitionistically implies
> > P ->
> > False.
> >
> > Best regards,
> >
> > Guillaume
- [Coq-Club] Folklore ?, Pierre Casteran, 10/02/2018
- Re: [Coq-Club] Folklore ?, Dan Frumin, 10/02/2018
- Re: [Coq-Club] Folklore ?, Guillaume Melquiond, 10/02/2018
- Re: [Coq-Club] Folklore ?, Shahab Tasharrofi, 10/02/2018
- Re: [Coq-Club] Folklore ?, Valentin Blot, 10/03/2018
- Re: [Coq-Club] Folklore ?, Thorsten Altenkirch, 10/03/2018
- Re: [Coq-Club] Folklore ?, Valentin Blot, 10/03/2018
- Re: [Coq-Club] Folklore ?, Daniel Schepler, 10/03/2018
- Re: [Coq-Club] Folklore ?, Shahab Tasharrofi, 10/02/2018
- Re: [Coq-Club] Folklore ?, sunil, 10/02/2018
Archive powered by MHonArc 2.6.18.