Zulip Chat Archive
Stream: general
Topic: preorder_hom vs rel_hom
Yaël Dillies (Oct 16 2021 at 09:13):
I've just read #5525 and it struck me that docs#order_embedding and docs#order_iso are already abbreviations of rel_embedding (≤) (≤) and rel_iso (≤) (≤). I am a few propositions on what we would do and I would just like some opinion before I move forward:
- rename
preorder_homtoorder_hom - make
preorder_homan abbreviation ofrel_hom (≤) (≤) - change the notation of
preorder_homfrom→ₘto→o(or change the threeorder_somethingto→ₒ,↪ₒand≃ₒbecause it looks nicer) - Instead of having
order.preorder_homforpreorder_homandorder.order_isofor the five other ones, havedata.rel_homfor therel_somethingandorder.order_homfor theorder_something.
Last updated: May 02 2025 at 03:31 UTC