Overview
An ordering on a set is a relation satisfying some combination of the following properties:
| Property | Meaning |
|---|---|
| Reflexivity | |
| Irreflexivity | |
| Transitivity | |
| Anti-symmetry | |
| Totality | |
| Well-foundedness | every nonempty subset has a minimal element |
Hierarchy of Orders
The standard hierarchy, from weakest to strongest, is:
- Preorder: reflexive and transitive.
- Partial order: reflexive, transitive, and anti-symmetric.
- Total order: a partial order in which any two elements are comparable.
- Well-ordering: a total order in which every nonempty subset has a least element.
Strict variants replace reflexivity with irreflexivity. The strict relation associated to a non-strict order is defined by , and conversely.