Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Deriving False from bool : Prop?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Deriving False from bool : Prop?


Chronological Thread 
  • From: Eddy Westbrook <westbrook AT kestrel.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Deriving False from bool : Prop?
  • Date: Wed, 27 Jan 2016 09:19:28 -0800
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=westbrook AT kestrel.edu; spf=None smtp.mailfrom=westbrook AT kestrel.edu; spf=None smtp.helo=postmaster AT mail.kestrel.edu
  • Ironport-phdr: 9a23:fbVuyhHoo/7xZGw1tJVa6Z1GYnF86YWxBRYc798ds5kLTJ75pMWwAkXT6L1XgUPTWs2DsrQf27WQ6/qrCDJIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/niKbqodaCPU1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdKMhCLdcET4OMmYv5cStuwOQYxGI4y4xXmkH2iVFGBTP9hb9Xd+lrSbhquBn3y6ZFc77VqwuVDDk4qt2Hky7wBwbPiI0pTmEwvd7i7hW9Uqs

No, afaik, the only proof of consistency of Coq with universes is Werner's reduction to ZFC with inaccessible cardinals (i.e., "types in sets, sets in types").

I am actually working on that problem, and I am in the middle of formalizing a model of Coq inside Coq. The formalization is actually inside Coq with informative excluded middle, which, if successful, would show that informative excluded middle has a high degree of proof-theoretic strength. However, again, I am still in the middle of it. I have an unpublished paper that describes some of my ideas, if you are really interested, but in doing the formalization I have realized that some points that I missed in the paper are actually a little more tricky than I had thought.

Eddy

Sent from my iPhone

On Jan 27, 2016, at 6:49 AM, roux cody <cody.roux AT gmail.com> wrote:

The consistency proof is quite tricky though, even without universes.  Impredicative set is quite brittle, being in particular anti-classical. On a related note, does anyone know of a proof of consistency *with* universes? The only proofs that I know of are Werner's proof of normalization and Altenkirch's Lambda-set model, which afaik haven't been generalized to systems with universes.

Thanks,
Cody

On Wed, Jan 27, 2016 at 4:26 AM, Arnaud Spiwack <aspiwack AT lix.polytechnique.fr> wrote:
It's consistent. Set with --impredicative-set is like that.

On 27 January 2016 at 08:44, Jason Gross <jasongross9 AT gmail.com> wrote:
Is it possible to derive [False] from the assumption that you have [T : Prop] with [a b : T] and [a <> b]?  (On the flip side, is it possible to show that it's consistent to assume this?)

Thanks,
Jason





Archive powered by MHonArc 2.6.18.

Top of Page