Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Indices in mutual inductives

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Indices in mutual inductives


Chronological Thread 
  • From: Arthur Azevedo de Amorim <arthur.aa AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Indices in mutual inductives
  • Date: Fri, 5 Oct 2012 10:42:20 -0400

Dear list,

Coq rejects the following definition

Inductive A : B -> Type :=
| AIntro : forall b, A b

with B : Type :=
| BIntro : forall b (a : A b), B.

Is there any metatheoretical reason for this? Does anyone have an
example showing that it would make the logic inconsistent?

Thanks

--
Arthur Azevedo de Amorim



Archive powered by MHonArc 2.6.18.

Top of Page