Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Consistency of axiom about dynamic packages?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Consistency of axiom about dynamic packages?


chronological Thread 
  • From: Adam Chlipala <adamc AT hcoop.net>
  • To: Andrew McCreight <continuation AT gmail.com>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Consistency of axiom about dynamic packages?
  • Date: Mon, 09 Jun 2008 19:44:20 -0400
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Andrew McCreight wrote:
I could be wrong, but this looks very similar to a question that was asked a few years ago:

http://coq.inria.fr/mailing-lists/coqclub/200201/msg00001.html

In short, the answer was no.

I think that post only says definitively that injectivity isn't a theorem. I'm interested in whether CIC + injectivity for Dyn is consistent, which is a different question. It looks like the poster in the message you referenced wasn't sure of the answer to that question.

On Mon, Jun 9, 2008 at 3:37 PM, Adam Chlipala <adamc AT hcoop.net <mailto:adamc AT hcoop.net>> wrote:

    Does anyone know if it would be consistent with (impredicative
    Set) CIC to assert the injectivity of the [Dyn] constructor below
    as an axiom?

    Inductive dynamic : Set :=
     | Dyn : forall T, T -> dynamic.






Archive powered by MhonArc 2.6.16.

Top of Page