Zulip Chat Archive
Stream: Is there code for X?
Topic: Composition of Order Embeddings
Eric Paul (May 17 2024 at 02:36):
Do we have a theorem that says that the composition of order embeddings is an order embedding?
I expected there to be one but I can't seem to find it.
Something of this form:
comp : α ↪o β → β ↪o γ → α ↪o γ
Yaël Dillies (May 17 2024 at 05:27):
docs#OrderEmbedding.comp is missing
Eric Paul (May 17 2024 at 05:46):
I'll make a PR for it then.
(Should I?)
Thanks for confirming it isn't there.
Eric Paul (May 17 2024 at 06:35):
Ah we already have the composition of RelEmbedding
and OrderEmbedding
is just an abbreviation for it.
So this does already exist
Last updated: May 02 2025 at 03:31 UTC