Skip to Content.
Sympa Menu

coq-club - [Coq-Club] JMeq_eq vs. UIP

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] JMeq_eq vs. UIP


chronological Thread 
  • From: Christian Doczkal <doczkal AT ps.uni-sb.de>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] JMeq_eq vs. UIP
  • Date: Fri, 19 Mar 2010 11:30:51 +0100

Hello

I have a question about the JMeq Library

It introduces the following axiom:

Axiom JMeq_eq : forall (A:Type) (x y:A), JMeq x y -> x = y.


In [1] McBride says that the elimination principles on can derive using
this axiom "give[s] exactly the same strength as Martin-Löfs equality
extended with Altenkirch and Streicher's 'uniqueness of identity proofs'
axiom."

So is JMeq_eq is provable in Coq using UIP? Does anyone have a proof?


-- 
Regards
Christian


[1] McBride, Elimination with a Motive, Proceedings of TYPES 2000, LNCS
2277, pp 197-216, 2002.






Archive powered by MhonArc 2.6.16.

Top of Page