Commit 2020-03-02 14:25 bfbd0937
View on Github →chore(algebra/group): move is_mul/monoid/group_hom to deprecated/ (#2056)
- Move
is_mul/monoid/group_homtodeprecated/Also improve deprecation docstring. TODO: fix compile - chore(algebra/group): move
is_mul/monoid/group_homtodeprecated/Also migrate a few definitions to bundled homs: - use
monoid_hom.map_is_conjinstead ofis_group_hom.is_conj; with_one.liftandwith_one.mapnow takefand an explicit argumenth : ∀ x y, f (x * y) = f x * f yinstead offand[is_mul_hom f], and produce amonoid_hom. As a side effect, they are now defined for semigroup homomorphisms only.- Adjust module docstring
- Update src/algebra/group/with_one.lean I wonder if mergify will do its job now.