Commit 2022-01-26 11:53 7f0f3f19
View on Github →feat(algebra/order/hom/monoid): Ordered monoid/group homomorphisms (#11633) Define
order_add_monoid_hom
with notation→+o
order_monoid_hom
with notation→*o
order_monoid_with_zero_hom
with notation→*₀o
and their corresponding hom classes. Also add a few missing API lemmas inalgebra.group.hom
andorder.hom.basic
.