Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-03-07 10:15 eb46e7e3

View on Github →

feat(algebra/group/to_additive): let to_additive turn pow into nsmul (#12477) The naming convention for npow in lemma names is pow, so let’s teach to_additive about it. A fair number of lemmas now no longer need an explicit additive name.

Estimated changes