Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Simple Transformation

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Simple Transformation


chronological Thread 
  • From: Adam Chlipala <adamc AT hcoop.net>
  • To: Jeff Terrell <jeff AT kc.com>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Simple Transformation
  • Date: Sun, 22 Feb 2009 09:06:21 -0500
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Jeff Terrell wrote:
Is it possible to specify the name 'a' above (which appears to have come from the induction step at the beginning of the proof) and the name 'x' below (which is a witness of the existential quantification above)?

Read about elimination patterns in the manual. (You'll probably see them mentioned in the entries for [induction] and [destruct].)

Could you explain the difference between simpl and (a possible alternative) unfold In in this context. Both appear to do a similar sort of thing (although one is more concise than the other), and both work.

Have you read the manual entries on those tactics?





Archive powered by MhonArc 2.6.16.

Top of Page