Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

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


chronological Thread 
  • From: "Harley D. Eades III" <harley.eades AT gmail.com>
  • To: Saint Wesonga <saintwesonga AT gmail.com>
  • Cc: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] How to Repeatedly Apply of a Tactic
  • Date: Wed, 25 Apr 2012 12:40:11 -0500

Hi. So use sequencing. 

If all the subgoals are generated from[tactic] then use [tactic;try 
congruence]. That will discharge all subgoals solvable by congruence leaving 
the remaining.

Harley



On Apr 25, 2012, at 12:34 PM, 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