Given a poset $\langle S, \leq \rangle$, we can define an equivalence relation on elements such that $a \sim b$ if $a \nleq b$ and $b \nleq a$, and extend via transitivity and reflexivity.
Put plainly, this says any two "incomparable" elements are in the same equivalence class. So if you have a "diamond" in your poset, the minimum and maximum of the diamond are preserved, but the rest of the elements are grouped into one equivalence class.
If we do so, there is a natural total order on the resulting set of equivalence classes such that for two classes $A, B$, we define $A \leq B$ iff $a \leq b$ for all $a \in A, b \in B$.
My two questions:
- Does there exist a name for this induced linear ordering?
- In what conditions is the induced linear ordering a well ordering?
Note this is different than this question about extending a partial order to a linear order - this isn't about extending, but rather creating a linear order on equivalence classes of subsets.