mathlib
mathlib copied to clipboard
Unify (or at least connect) `order_hom` and `rel_hom`
order_hom is essentially the same as a rel_hom between two instances of ≤.
One of two things should happen:
order_homshould be refactored to be based onrel_hom, with an interface to show that this is the same thing as a monotone function- An API should be built out for translating between
order_homs andrel_homs, enough that it is easy to linkorder_homs andorder_embedding/order_isos.