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_hom
todeprecated/
Also improve deprecation docstring. TODO: fix compile - chore(algebra/group): move
is_mul/monoid/group_hom
todeprecated/
Also migrate a few definitions to bundled homs: - use
monoid_hom.map_is_conj
instead ofis_group_hom.is_conj
; with_one.lift
andwith_one.map
now takef
and an explicit argumenth : ∀ x y, f (x * y) = f x * f y
instead off
and[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.