An order relation (also called an order or ordering) is a binary relation on a set that can be used to order the elements in that set.
An order relation satisfies the following properties:
- For all , . (the reflexive property)
- For all , if and , then . (the antisymmetric property)
- For all , if and , then . (the transitive property)
A set that has an order relation is called a partially ordered set (or "poset"), and is its partial order.
Totality of an order
There is also a fourth property that distinguishes between two different types of orders:
- For all , either or or both. (the [total_relation total] property)
The total property implies the reflexive property, by setting .
If the order relation satisfies the total property, then is called a Totally ordered set, and is its total order.
Well-ordering
A fifth property that extends the idea of a "total order" is that of the well-ordering:
- For every subset of , has a least element: an element such that for all , we have .
Well-orderings are very useful: they are the orderings we can perform induction over. (For more on this viewpoint, see the page on [structural_induction].)
Derived relations
The order relation immediately affords several other relations.
Reverse order
We can define a reverse order as follows: when .
Strict order
From any poset , we can derive a strict order , which disallows equality. For , when and . This strict order is still antisymmetric and transitive, but it is no longer reflexive.
We can then also define a reverse strict order as follows: when and .
Incomparability
In a poset that is not totally ordered, there exist elements and where the order relation is undefined. If neither nor then we say that and are incomparable, and write .
Cover relation
From any poset , we can derive an underlying cover relation , defined such that for , whenever the following two conditions are satisfied:
- .
- For all , implies that .
Simply put, means that is the smallest element of which is strictly greater than . is pronounced " is covered by ", or " covers ", and is said to be a cover of .
Comments
Dylan Hendrickson
Any relation satisfying 1-3 is a partial order, and the corresponding set is a poset. A total order is a special kind of partial order defined by also satisfying 4.