coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Jonathan <jonikelee AT gmail.com>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] simplifying implications with obvious hypotheses
- Date: Sun, 02 Nov 2014 12:03:42 -0500
On 11/02/2014 09:03 AM, Adam Chlipala
wrote:
The [intuition] tactic should have exactly that effect, for your particular example. If you only want the hypotheses cleaned up, and don't want the rest of intuition's behavior, and you're using a version of Coq with the "$(...)$" syntax, you can do this: Ltac simplify_hyps := repeat match goal with H:_ -> _ |- _ => specialize (H $(tauto)$) end.Or, if you aren't using a version of Coq with the "$(...)$" syntax: Ltac simplify_hyps :=-- Jonathan
|
- [Coq-Club] simplifying implications with obvious hypotheses, Éric Tanter, 11/02/2014
- Re: [Coq-Club] simplifying implications with obvious hypotheses, Adam Chlipala, 11/02/2014
- Re: [Coq-Club] simplifying implications with obvious hypotheses, Jonathan, 11/02/2014
- Re: [Coq-Club] simplifying implications with obvious hypotheses, Éric Tanter, 11/02/2014
- Re: [Coq-Club] simplifying implications with obvious hypotheses, Jonathan, 11/02/2014
- Re: [Coq-Club] simplifying implications with obvious hypotheses, Adam Chlipala, 11/02/2014
Archive powered by MHonArc 2.6.18.