Example 19.6.1. A failed attempt at topological sorting.
The relation \(\mathord{\subseteq}\) on \(\powset{\N}\) is a partial order but not a total order. Consider what happens when we begin trying to build a total order on \(\powset{\N}\) out of \(\mathord{\subseteq}\) by choosing relations between previously incomparable elements arbitrarily.
- Elements \(\{1\},\{2,3\}\) are \(\mathord{\subseteq}\)-incomparable; choose \(\{2,3\} \le \{1\}\text{.}\)
- Elements \(\{1\},\{2\}\) are \(\mathord{\subseteq}\)-incomparable; choose \(\{1\} \le \{2\}\text{.}\)
- …
Now, \(\{2\} \subseteq \{2,3\}\) is already true, so to be compatible we must set \(\{2\} \leq \{2,3\}\) in the new total order. But now \(\{1\} \leq \{2\} \leq \{2,3\}\) would dictate \(\{1\} \leq \{2,3\}\) to satisfy the transitive property, but this contradicts our first arbitrary choice above.