Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] [LTac] Iteration on all hypothesis

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] [LTac] Iteration on all hypothesis


chronological Thread 
  • From: Alexandre Pilkiewicz <alexandre.pilkiewicz AT polytechnique.org>
  • To: Adam Chlipala <adam AT chlipala.net>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] [LTac] Iteration on all hypothesis
  • Date: Wed, 11 Aug 2010 14:46:47 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=n1MWYgMg0sdCMWDBhQe90zdbmCiDBzJxGtUYwzBIbDTMAN5CjoKsECIxLDn6kKdlGt Od9NxJOGiJkPWwsnUowc7XrZPGlsg5jv8IPopWPbflQyaD4+akjHZRnI45T47W6E4Jub 0A6weAr5WIVisQyouVCNxd3v7p9gmW74aspYU=

> You can build a list of candidate hypotheses by getting each hypothesis out
> of the way as you first select it.  For instance, run [generalize dependent
> H] inside your loop, and then [intros] all the hypotheses back into place
> afterward, once you've built a list of hypotheses (say, as a tuple).

I don't understand how to build a list of hypotheses, but the
generalize dependent does the trick!

Thanks

- Alexandre Pilkiewicz




Archive powered by MhonArc 2.6.16.

Top of Page