Totally Ordered Set — Definition, Formula & Examples
A totally ordered set is a set equipped with a binary relation (like ) such that every two elements can be compared — for any and in the set, either or (or both).
A totally ordered set (or linearly ordered set) is a pair where is a binary relation on that is reflexive (), antisymmetric ( and imply ), transitive ( and imply ), and total ( or for all ). The totality condition is what distinguishes a total order from a partial order.
How It Works
A total order arranges every element in the set along a single chain — no two elements are incomparable. To verify that a relation gives a total order, check all four properties: reflexivity, antisymmetry, transitivity, and totality. If even one pair of distinct elements is incomparable (neither nor ), the order is only partial, not total.
Example
Problem: Determine whether the set with the usual on integers is a totally ordered set.
Step 1: Check totality: can every pair be compared?
Step 2: Check reflexivity, antisymmetry, and transitivity. Each element satisfies . No two distinct elements satisfy both and . And and give , confirming transitivity.
Answer: Yes, is a totally ordered set because every pair of elements is comparable and all four order axioms hold.
Why It Matters
Total orders underpin the real number line and any setting where you rank or sort elements. In analysis, the completeness of as a totally ordered field is essential for proving the existence of limits and suprema. In computer science, sorting algorithms rely on the input having a total order.
Common Mistakes
Mistake: Assuming every partial order is a total order.
Correction: A partial order allows incomparable elements. For example, the subset relation on is a partial order but not a total order, because neither nor .
