Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Re: How to Repeatedly Apply of a Tactic

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Re: How to Repeatedly Apply of a Tactic


chronological Thread 
  • From: Saint Wesonga <saintwesonga AT gmail.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: [Coq-Club] Re: How to Repeatedly Apply of a Tactic
  • Date: Wed, 25 Apr 2012 12:15:52 -0600

Just for curiosity's sake. Is there a way of repeatedly applying a tactic that solves all goals without using the semi-colon method like "inversion; congruence." If I just wanted to say apply the congruence tactic repeatedly until it doesn't solve a goal. Is this doable?

On Wed, Apr 25, 2012 at 11:34 AM, Saint Wesonga <saintwesonga AT gmail.com> wrote:
Hello All,

I have a proof with 50 subgoals. Most of them can be dispatched with the "congruence" tactic, but I don't want to have 50 separate congruence commands. I have tried using "do" and "repeat" but those only seem to solve 1 goal. Is there a better way to do this?

Saint.




Archive powered by MhonArc 2.6.16.

Top of Page