Commit 2025-08-19 20:13 93f9c334

View on Github →

feat(Tactic/ToAdditive): make to_additive translate binder names (#28104) Currently, to_additive does not translate binder names like (one : motive 0 (zero_mem _)) in AddSubmonoid.closure_induction. This makes induction tactic create confusing case names. This PR makes to_additive also translate binder names in the declaration.

Estimated changes