Commit 2022-08-25 00:16 bd12701e
View on Github →feat(algebra/group_with_zero): add eq_on_inv₀
(#16222)
- move some lemmas up in the import chain;
- use
namespace is_unit
; - add
is_unit.eq_on_inv
andeq_on_inv₀
; - rename
monoid_hom.eq_on_inv
toeq_on_inv
, makef
andg
explicit.