Skip to Content.
Sympa Menu

coq-club - [Coq-Club]a type equality question

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club]a type equality question


chronological Thread 
  • From: Vladimir Voevodsky <vladimir AT ias.edu>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club]a type equality question
  • Date: Fri, 14 Apr 2006 13:06:31 -0400
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Are any one of the following two opposite statements provable in Coq (with or without the boolean assumption):

1. there exist types A, B, C such that A->(B->C) is not equal to B-> (A->C)
2. for all A, B, C one has A->(B->C) = B->(A->C)

If neither one is provable can one prove (outside of coq) that both are not provable?

Vladimir.





Archive powered by MhonArc 2.6.16.

Top of Page