coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Thorsten Altenkirch <Thorsten.Altenkirch AT nottingham.ac.uk>
- To: "coq-club AT inria.fr" <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] injectivity of inductive type implies False
- Date: Fri, 3 Mar 2017 10:46:18 +0000
- Accept-language: en-US
- Authentication-results: mail2-smtp-roc.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 uidappmx01.nottingham.ac.uk
- Ironport-phdr: 9a23:DMTX0RFgd1v5wRvEVqpjUJ1GYnF86YWxBRYc798ds5kLTJ75psqwAkXT6L1XgUPTWs2DsrQf2reQ6PyrADNIoc7Y9itdINoUD15NoP5VtjJjKfbNMVf8Iv/uYn5yN+V5f3ghwUuGN1NIEt31fVzYry76xzcTHhLiKVg9fbytScaBx/iwgqq5/ISWaAFVjhK8Z6lzJVO4t0+Z4sIRmM5pLrs74hrPuHpBPepMkzBGP1WWyir84d2r4JNluw1Up/8n9M9aWqWyK5g4SqZDEDkgdUkx+MDtthjZRgun4HwATmQQnRpBBk7M51fnXcGi4WPBquNh1XzCboXNRrcuVGH64g==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Reply-To: "coq-club AT inria.fr" <coq-club AT inria.fr>
Date: Thursday, 2 March 2017 at 08:33
To: "coq-club AT inria.fr" <coq-club AT inria.fr>
Subject: Re: [Coq-Club] injectivity of inductive type implies False
I know very little of the univalence axiom, mainly it implies extensionality (both propositional and functional, I think). Up to which understand it is not a commonly accepted axiom. Does it implies that all non-inhabited types are equal? I suppose it has some sense mathematically, but no so much in programming, where you can use empty classes with different names as identifiers. I have search a little and I haven't found a simple Coq file declaring the univalence axiom.
I got the array example from a library that I made some time ago working with dependent types (using a lot of JMeq, which I denoted by ==).
http://personales.unican.es/camareroc/coq/Array.html
Axiomarray_typeequality_down:forall(A:Type)(mn:nat),
arrayAm=arrayAn->m=n.
I suppose it is not actually necessary and that results like the following could be fixed by adding the hypothesis
(m=n).
(a:array A m) (b:array A n)
(f:forall n:nat,array A n->B), a==b-> f m a=f n b.
Best regards
--Cristóbal Camarero
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.
- Re: [Coq-Club] injectivity of inductive type implies False, Cristóbal Camarero Coterillo, 02/28/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Abhishek Anand, 03/01/2017
- <Possible follow-up(s)>
- Re: [Coq-Club] injectivity of inductive type implies False, Cristóbal Camarero Coterillo, 03/02/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Thorsten Altenkirch, 03/03/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Marco Servetto, 03/03/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Greg Morrisett, 03/03/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Thorsten Altenkirch, 03/17/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Marco Servetto, 03/20/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Thorsten Altenkirch, 03/17/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Greg Morrisett, 03/03/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Marco Servetto, 03/03/2017
- Re: [Coq-Club] injectivity of inductive type implies False, Thorsten Altenkirch, 03/03/2017
Archive powered by MHonArc 2.6.18.