Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] UIP and decidable equality


Chronological Thread 
  • From: Thorsten Altenkirch <Thorsten.Altenkirch AT nottingham.ac.uk>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] UIP and decidable equality
  • Date: Mon, 12 Sep 2016 22:51:53 +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 uidappmx05.nottingham.ac.uk
  • Ironport-phdr: 9a23:M12a9RQMLRNXdHTsJETdaNciSNpsv+yvbD5Q0YIujvd0So/mwa64bR2N2/xhgRfzUJnB7Loc0qyN4vmmBz1LuMnJ8ChbNscdD1ld0YRetjdjKfbNMVf8Iv/uYn5yN+V5f3ghwUuGN1NIEt31fVzYry76xzcTHhLiKVg9fbytScbshsi6n9q/54fUK10RwmHsOPUsfV7v8k2R7pBQ2to6bP5pi1PgmThhQ6xu32RmJFaezV7Xx/yb29pdyRlWoO8r7MVaUK/3LOwSRL1cCyk6YShuvJW4/UqLcQzarHAbSyAdlgdCKwnD9hDzGJnr+GOuve1knSKeIMfeTLYuWD3k4b09GzHyjyJSCz4+6nrLh8o4paZHrRSipgZ0w8aAXIGSLuFic6WbVNcGSGxCX9xaVwRHBZ+gbo0AD+MEe+9T6ZT+8Qhd5SCiDBWhUbu8ggRDgWX7iPU3
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Hi Jonathan,

>
>On 09/12/2016 01:57 PM, Thorsten Altenkirch wrote:
>> The proof by Hedberg only requires that there is a constant endofunction
>>
>> Pi x,y:A. x=y -> x=y
>>
>> However, this already follows from stability
>>
>> Pi x,y:A ~~(x = y) -> x=y
>>
>> by composing with x=y -> ~~(x = y) [see lemma 3.5 in our paper
>> http://www.cs.nott.ac.uk/~psztxa/publ/jhedberg.pdf)
>
>But, in Coq, is this true?: "There is, for any x, y : X, a canonical
>map x=y -> ~~(x = y) ."

I think you got confused: actually for any P we have P -> ~~P.

>
>which, if I understand this correctly, means:
>
>Goal forall X (x y:X) (e1 e2 : ~~(x = y)), e1=e2.
>
>which I don't see how to prove in Coq for arbitrary X.

I never said anything like this.

>
>-- Jonathan
>





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 send it back to me, and immediately delete it.

Please do not use, copy or disclose the information contained in this
message or in any attachment. Any views or opinions expressed by the
author of this email do not necessarily reflect the views of the
University of Nottingham.

This message has been checked for viruses but the contents of an
attachment may still contain software viruses which could damage your
computer system, you are advised to perform your own checks. Email
communications with the University of Nottingham may be monitored as
permitted by UK legislation.




Archive powered by MHonArc 2.6.18.

Top of Page