Commit 2021-11-05 13:33 b31af6d9
View on Github →refactor(algebra/group): move monoid.has_pow
etc to algebra.group.defs
(#10147)
This way we can state theorems about pow
/nsmul
using notation ^
and •
right away.
Also move some ext
lemmas to a new file and rewrite proofs using properties of monoid_hom
s.