Open yutakang opened 1 year ago
induct
induction_hypothesis ==> conclusion
conclusion
clarsimp to the
conclusion1
clarsimp
induction_hypothesis2 ==> conclusion2
conclusion2
If at least one subgoal is "was not bad", then the induction was "useful".
I need a concrete example for this.
induct
tactic.induction_hypothesis ==> conclusion
.conclusion
from this step case.clarsimp to the
conclusion`.conclusion1
, else decide that the induction was not bad.clarsimp
to the entire step caseinduction_hypothesis ==> conclusion
.induction_hypothesis2 ==> conclusion2
, then takeconclusion2
, else decide that the induction was not bad.conclusion1
againstconclusion2
.If at least one subgoal is "was not bad", then the induction was "useful".