coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Thorsten Altenkirch <Thorsten.Altenkirch AT nottingham.ac.uk>
- To: "coq-club AT inria.fr" <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] Folklore ?
- Date: Wed, 3 Oct 2018 12:15:13 +0000
- Accept-language: en-US
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=Thorsten.Altenkirch AT nottingham.ac.uk; spf=Pass smtp.mailfrom=Thorsten.Altenkirch AT nottingham.ac.uk; spf=None smtp.helo=postmaster AT uidappmx06.nottingham.ac.uk
- Ironport-phdr: 9a23:IE27nxdZ1hiN5VD8krgzm7D8lGMj4u6mDksu8pMizoh2WeGdxcW8Zh7h7PlgxGXEQZ/co6odzbaO7Oa4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahY75+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM38H/ZhNFsjKxVoxyhqR5wzIDVYI6JO/RxcbjQfc8BSmpEQspdSzZMD4G6YoASD+QBJ+FYr4zlqlUQrRu+AhOsBPjzyjBWgH/9wLE30+A9EQ7Y2gwgHNMOsG7Io9X1KawfVv67zKnPzTXZdPNWxSny6I7Sfh09pfGMQax/cczSyUkuDQPKklWQpJfjPzOSyuQNr2mb7+xvVeKvkWEnrht9rSKzycs2l4nJhZsYx1bZ/it3x4Y1IMe3SE99YdO8HppQtiKaN4puQsw8Xm5ouTw1xqcBuZ6hcygHzoksyR3Ha/GfboSE/BHuWPyPLTp3in9pYr2yihio/US91OHxUtG43EtUoidGiNXAqH8A2hLJ5sSZVvdx5Fqt1DmT2wzL5OFLP0M5mbbeJpMkwLM9koQcvEDGEyL3l0j6kqGWe0Aq9+Ws9+jof7Drq5CfOoJ2kQ7zNLkllNalDuQiKAcOWnCW+eSi273n+k30WKhKjvwrnabDqJDaPcEbp6GlDwJUyIoj7RG/Dyu60NQZm3kHI1JFdwiCj4TzIV7BPOr0Deq8g1i0kTdrwe7JPqH5D5nQMHTOk63tcahy5kNS0gY+wt5S64hJBr0fJP//Qkrxu8bZDh89PQy02eHnCNBl240AWWKPBbWZMLjOsVCW4OIjOfWBZIsJuDnjLfgl5P/ujWUlll8dZqSp25wXaGykHvRnJUWZbnrsjc0EEWsQpAUxUPbmiECBUTJLfXa9Q7o85i0nCIKhFYrMWoetgKWY0CinGp1We3tJB0uXEXbocoWEQ+0DZDiTIs9niDwEVKKuR5Uv1RG050fGzO8tJe3NvyYcqJjL1d5v5uSVmwt4vWh/CN3Y2GWQRUl1mHkJTnk4xvYsj1Z6zwK/0a9imOBVE5R64+9EVAQ7L5Xch7hGC9foQR7MeJGgTEqrRNanGzoxZtQ238MPZUl9EtDkhxuFwin8UOxdrKCCGJFhqvGU5HP2Pcsoky+XhplktEEvR450DUPjg6d+8wbJAIuQwxefkLq2dKIT3CfIsm6Ii3eN7hgBDFxAFJ7dVHVaXXP46Mzj7xqSHbmpFagmNARBwMvEI6AMd9671QwbFsemA8zXZieKo0n1BRuMwendPpfrd2wFxCDNUBZClQcP4XeAOgg3A2GoqCTDD242GA==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Thank you, Valentin.
It is true that the double negation of PEM is provable intuitionistically,
that is ~~(P \/ ~P) for all P:Prop, but it is not true the double negation of
universally quantified PEM is provable, that is ~~(forall x:A.P x \/ ~ P x)
is not provable, and indeed if we accept Church's priniciple we may want that
~ forall n:Nat.Hold(n) \/ ~Hold(n) is provable (Here Hold(n) means that the
nth TM applied to n terminates).
Thorsten
On 03/10/2018, 08:38,
"coq-club-request AT inria.fr
on b
ehalf of Valentin Blot"
<coq-club-request AT inria.fr
on behalf of
coq-club AT valentinblot.org>
wrote:
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
This message and any attachment are intended solely for the addressee
and may contain confidential information. If you have received this
message in error, please contact the sender and delete the email and
attachment.
Any views or opinions expressed by the author of this email do not
necessarily reflect the views of the University of Nottingham. Email
communications with the University of Nottingham may be monitored
where permitted by law.
- [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.