Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Excluded middle and decidable equality

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Excluded middle and decidable equality


Chronological Thread 
  • From: Cedric Auger <sedrikov AT gmail.com>
  • To: Alan Schmitt <alan.schmitt AT polytechnique.org>
  • Cc: "N. Raghavendra" <raghu AT hri.res.in>, "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Excluded middle and decidable equality
  • Date: Wed, 2 Oct 2013 14:36:05 +0200




2013/10/2 Alan Schmitt <alan.schmitt AT polytechnique.org>
raghu AT hri.res.in writes:

> I am a bit confused now, because I've proved in Coq, without invoking
> any libraries other than Init, that
>
> exmid_eq X -> exmid_appears_in X -> pigeonhole_principle X ->
> exmid_eq X

I may be missing something here but this look like a tautology.

Alan


I guess he meant "(exmid_eq X → exmid_appears_in X) ∧ (exmid_appears_in X → pingeonhole_principle X) ∧ (pigeonhole_principle X → exmid_eq X)"


--
.../Sedrikov\...



Archive powered by MHonArc 2.6.18.

Top of Page