Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Inductive family of finite types

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Inductive family of finite types


chronological Thread 
  • From: ahrens <Benedikt.Ahrens AT unice.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Inductive family of finite types
  • Date: Tue, 28 Jun 2011 18:44:46 +0200


Hi,

On 06/28/2011 03:25 PM, Gert Smolka wrote:
[...]
> Inductive Fin : nat -> Type :=
> | FinO : forall n, Fin (S n)
> | FinS : forall n, Fin n -> Fin (S n).
> 
> Unfortunately, I cannot prove
> 
> Lemma Fin1 (k : Fin 1) :
> k = FinO 0.
> 
> Help would be appreciated.

you might be interested in the blog post [1], which explains the
theoretical issues and mentions precisely your example of finite sets.

Greetings,
benedikt

[1]
http://homotopytypetheory.org/2011/04/10/just-kidding-understanding-identity-elimination-in-homotopy-type-theory/



Archive powered by MhonArc 2.6.16.

Top of Page