Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Folklore ?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Folklore ?


Chronological Thread 
  • From: Guillaume Melquiond <guillaume.melquiond AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Folklore ?
  • Date: Tue, 2 Oct 2018 19:08:53 +0200

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



Archive powered by MHonArc 2.6.18.

Top of Page