Zulip Chat Archive

Stream: Is there code for X?

Topic: Preorder on dfinsupp


Yaël Dillies (Dec 17 2021 at 10:30):

Where is the preorder on Π₀ i, σ i? dfinsupp.preorder doesn't hit anything.

Kevin Buzzard (Dec 17 2021 at 11:54):

Should we really be putting orders on products? What's the order on bool -> real? There are two lexes and possibly more.

Eric Wieser (Dec 17 2021 at 11:56):

We already have the order on finsupp, so the precedent is established

Eric Wieser (Dec 17 2021 at 11:57):

The order on f g : bool → real is f ff ≤ g ff ∧ f tt ≤ g tt

Eric Wieser (Dec 17 2021 at 11:58):

Ie the "greatest common order" of all possible lex orders

Yaël Dillies (Dec 17 2021 at 12:25):

Also, we have docs#sigma.lex.has_le vs docs#sigma.has_le, docs#lex vs docs#prod. The consensus is that lexicographical orders are the optional ones, and should be treated as such.


Last updated: Dec 20 2023 at 11:08 UTC