coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Benjamin Werner <benjamin.werner AT inria.fr>
- To: Edsko de Vries <devriese AT cs.tcd.ie>
- Cc: coq-club AT pauillac.inria.fr
- Subject: Re: [Coq-Club] Are proofs of inductive properties finite?
- Date: Tue, 15 May 2007 17:23:41 +0200
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer:sender; b=WKyzQbMzEgFVf6WDGH1rANUT282GJUtNOhAKdw40IsZqmHqlKhtSbUZ8zKBzKuSyCZTDZo2l3JycBvqXAcjzhOGjgAnBbFrtM2E7I8FUxAzFu93jBY5Y6CzLhTy+0NuiOfml4LwnKVP7l23THwy97yk3pX6C43fgTFaahePOpMM=
- List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
You need to formulate your induction hypothesis in a good way I'd say. This script proves your simplified example cut (forall x y z, Foo x y z -> z=2). intros h h'; generalize (h _ _ _ h'); discriminate. induction 1; trivial. Qed. So yes, proofs of inductive properties are finite (or to be precise, well-founded) and this is reflected in the associated induction principle (here Foo_ind). But to use it here, you need to re-quantify over the arguments of Foo. Hope this helps, Benjamin Le 15 mai 07 à 17:05, Edsko de Vries a écrit :
|
- [Coq-Club] Are proofs of inductive properties finite?, Edsko de Vries
- Re: [Coq-Club] Are proofs of inductive properties finite?,
Edsko de Vries
- Re: [Coq-Club] Are proofs of inductive properties finite?, Benjamin Werner
- Re: [Coq-Club] Are proofs of inductive properties finite?, jean-francois . monin
- Re: [Coq-Club] Are proofs of inductive properties finite?,
Eduardo Gimenez
- Re: [Coq-Club] Are proofs of inductive properties finite?, Randy Pollack
- Re: [Coq-Club] Are proofs of inductive properties finite?, Pierre Courtieu
- Re: [Coq-Club] Are proofs of inductive properties finite?, Gyesik Lee
- <Possible follow-ups>
- [Coq-Club] Are proofs of inductive properties finite?, Edsko de Vries
- Re: [Coq-Club] Are proofs of inductive properties finite?,
Edsko de Vries
Archive powered by MhonArc 2.6.16.