Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Proof irrelevance for Z.le

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Proof irrelevance for Z.le


Chronological Thread 
  • From: Thomas Braibant <thomas.braibant AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Proof irrelevance for Z.le
  • Date: Tue, 31 Jul 2012 14:33:11 -0400

Hi list,

I wonder if there is a way to prove proof-irrelevance for Z.le,
without using the proof-irrelevance axiom?

Lemma proof_irrelevance_Zle n m : forall (p q : Z.le n m), p = q.

Cheers,
Thomas



Archive powered by MHonArc 2.6.18.

Top of Page