tactic.chain_single

chain_many tac recursively tries tac on all goals, working depth-first on generated subgoals, until it no longer succeeds on any goal. chain_many automatically makes auxiliary definitions.

tactic.chain_many

chain_many tac recursively tries tac on all goals, working depth-first on generated subgoals, until it no longer succeeds on any goal. chain_many automatically makes auxiliary definitions.

tactic.chain_iter

chain_many tac recursively tries tac on all goals, working depth-first on generated subgoals, until it no longer succeeds on any goal. chain_many automatically makes auxiliary definitions.