Assuming R is well-ordered relation on a set A. Wikipedia claims that every well ordered relation is also a total one.Even tough in first sight it seems trivial, how can I prove it?
2026-04-08 05:35:35.1775626535
Proving well ordering is total relation
870 Views Asked by user65985 https://math.techqa.club/user/user65985/detail At
2
For the sake of contradiction, take an antichain $C \subseteq A$ in the well-ordered set $(A, \leq)$, that is a set of pairwise non-comparable elements ($\forall x,y \in C, x \not \leq y \text{ and } y \not \leq x$). Thus it contains many minimal but no smallest element. On the other hand $C$ contains a smallest element as $\leq$ is a well-order. This is a contradiction.