doc-src/Ref/tactic.tex
changeset 9568 20c410fb5104
parent 9523 232b09dba0fe
child 9695 ec7d7f877712
equal deleted inserted replaced
9567:48f63548af46 9568:20c410fb5104
   246   instantiates the {\it thm} with the instantiations {\it insts}, as
   246   instantiates the {\it thm} with the instantiations {\it insts}, as
   247   described in {\S}\ref{res_inst_tac}.  It adds the resulting theorem as a
   247   described in {\S}\ref{res_inst_tac}.  It adds the resulting theorem as a
   248   new assumption to subgoal~$i$. 
   248   new assumption to subgoal~$i$. 
   249 
   249 
   250 \item[\ttindexbold{subgoal_tac} {\it formula} {\it i}] 
   250 \item[\ttindexbold{subgoal_tac} {\it formula} {\it i}] 
   251 adds the {\it formula} as a assumption to subgoal~$i$, and inserts the same
   251 adds the {\it formula} as an assumption to subgoal~$i$, and inserts the same
   252 {\it formula} as a new subgoal, $i+1$.
   252 {\it formula} as a new subgoal, $i+1$.
   253 
   253 
   254 \item[\ttindexbold{subgoals_tac} {\it formulae} {\it i}] 
   254 \item[\ttindexbold{subgoals_tac} {\it formulae} {\it i}] 
   255   uses {\tt subgoal_tac} to add the members of the list of {\it
   255   uses {\tt subgoal_tac} to add the members of the list of {\it
   256     formulae} as assumptions to subgoal~$i$. 
   256     formulae} as assumptions to subgoal~$i$.