The tactic
INDUCT_THEN numTheory.INDUCTION THENL [ALL_TAC, tac]
applied to a goal g, applies INDUCT_THEN numTheory.INDUCTION
to g to give a basis and step subgoal; it then returns the
basis unchanged, along with the subgoals produced by applying tac to the
step.