Commit 2026-02-16 11:12 2967017d
View on Github →feat(Algebra/Group/End): use to_additive (#35179)
This PR uses to_additive on some lemmas about the instance Group (Perm α).
This PR also exposes some technical debt in the form of to_additive being used where it should not.
It also swaps the names of AddAut.inv_apply_self and AddAut.apply_inv_self, because they were the wrong way around.
This PR revives my old PR #29145