Mutual induction #
A rudimentary mutual induction tactic. Written with Claude Sonnet 4 assistance.
Equations
- One or more equations did not get rendered due to their size.
Instances For
partial def
elabMutualInduction.lambdafyGoal
(nmA : Lean.Name)
(iA : Lean.InductiveVal)
(g : Lean.MVarId)
(tp : Lean.Expr)
:
mutual_induction Foo
eliminates the mutual inductive family that Foo
is part of.
Equations
- One or more equations did not get rendered due to their size.