Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Posting my first bigger stuff (for experience/training)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Posting my first bigger stuff (for experience/training)


Chronological Thread 
  • From: Ilmārs Cīrulis <ilmars.cirulis AT gmail.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Posting my first bigger stuff (for experience/training)
  • Date: Tue, 5 Nov 2013 23:24:02 +0200

Thanks to all for great hints. :) (And apologies for late answer.)

So I removed nz_type and made fin as this Definition fin l := {n | n <= l}, ignoring the idea of empty vectors.
Also I proved that Theorem fin_t1 {l} (n m: fin l): n = m <-> projT1 n = projT1 m. It made everything much easier (thanks to Cedric Auger).




Archive powered by MHonArc 2.6.18.

Top of Page