Order relation

https://arbital.com/p/order_relation

by Joe Zeng Jul 5 2016 updated Jul 7 2016

A way of determining which elements of a set come "before" or "after" other elements.


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:

  1. For all , . (the reflexive property)
  2. For all , if and , then . (the antisymmetric property)
  3. 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:

  1. 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:

  1. 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:

  1. .
  2. 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

If the order does not satisfy the total property, then is a partially ordered set, and is a partial order on that set, in which case certain elements might be incomparable\.

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.