Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: learning: reading & references

Topic: Naming of preorder induced by a monoid


view this post on Zulip Harrison Grodin (May 16 2025 at 21:21):

For a monoid (M,,1)(M, \cdot, 1), we can define a preorder xy=z. xz=yx \le y = \exists z.\ x \cdot z = y. Does this preorder have a canonical name/reference? I've seen things like "preorder induced by a monoid" (rather long?), "temporal order", "extension order", "prefix order", and such, but it's not clear to me that these are standardized. (Is there even an nLab or Wikipedia page about this ordering?)

view this post on Zulip Harrison Grodin (May 16 2025 at 21:23):

(Also, z. zx=y\exists z.\ z \cdot x = y works just as well and is distinct when \cdot is not commutative. Maybe this is "suffix order" vs the other is "prefix order"? Or, this is "left-foo" vs the other is "right-foo", where "foo" is a good name for this style of ordering that is used when \cdot is commutative?)

view this post on Zulip Ralph Sarkis (May 16 2025 at 21:42):

I guess this would be related to Green's relations and the preorders they induce?

view this post on Zulip Nathan Corbyn (May 17 2025 at 06:59):

I’ve usually seen these called the (left / right)-natural orders

view this post on Zulip Nathan Corbyn (May 17 2025 at 07:01):

If you see your monoid as a 1-object category—i.e., deloop it—these orders arise as the preorder reflections of the slice and coslice at the single object, respectively

view this post on Zulip Nathan Corbyn (May 17 2025 at 07:03):

(See also https://leanprover-community.github.io/sphere-eversion/docs/Mathlib/Algebra/Order/Monoid/Canonical/Defs.html)