Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Question about a lemma concerning vectors

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Question about a lemma concerning vectors


Chronological Thread 
  • From: Cedric Auger <sedrikov AT gmail.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Question about a lemma concerning vectors
  • Date: Mon, 10 Nov 2014 20:29:34 +0100


​Sorry, I was too fast in telling that "fin n" should be replaced with "vector unit n".
What I thought was redefining "fin n" with:

Fixpoint fin (n : nat) : Type :=
  match n with O => Empty_set | S n => option (fin n) end.

"vector unit n" is isomorphic to "unit", thus it would have been plain stupid to replace "fin n" with it.​



--
.../Sedrikov\...



Archive powered by MHonArc 2.6.18.

Top of Page