Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club]Inductive definitions in the Calculus of Constructions

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club]Inductive definitions in the Calculus of Constructions


chronological Thread 
  • From: Frederic Blanqui <Frederic.Blanqui AT loria.fr>
  • To: Adam Chlipala <adamc AT cs.berkeley.edu>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club]Inductive definitions in the Calculus of Constructions
  • Date: Tue, 17 Jan 2006 17:28:57 +0100 (CET)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On Tue, 17 Jan 2006, Adam Chlipala wrote:

Is this really a problem? In my long journey towards understanding the metatheory of Coq, I've come to explain to myself the distinction among Set/Prop/Type as only being necessary to support extraction. Do you really need more than the different levels of Type if you're only interested in checking proofs in the simplest possible calculus?

the Type hierarchy is predicative while Prop is impredicative. this means that (forall P : Prop, P => P) is of type Prop, while (forall P : Type_i, P => P) is of type Type_i+1. i explicitly added the indexes which are not printed by coq.




Archive powered by MhonArc 2.6.16.

Top of Page