The other great family of useful relations is that of order: it lets us say ”aa comes before bb”. The key property is antisymmetry: if aba\le b and bab\le a then a=ba=b (in place of the symmetry of equivalences).

Definition — Total and partial order

A relation RR on AA is an (partial) order relation if it is reflexive, antisymmetric and transitive. It is called a total order if, in addition, for every a,bAa,b\in A, either aRba\mathbin{R} b or bRab\mathbin{R} a holds (every pair is comparable). Otherwise the order is called partial.

Example — Total order on R\mathbb{R}

The relation \le on R\mathbb{R} is a total order: given two reals, you always know which is the smaller. The line is a physical picture of the total order, in which every point is comparable with every other.

Example — Partial order: "divides" on N\mathbb{N}

On N={1,2,3,}\mathbb{N}=\{1,2,3,\ldots\} we set aba\preceq b if aa divides bb (that is, b=kab=ka for some kNk\in\mathbb{N}).

  • Reflexive: aa divides aa.
  • Antisymmetric: if aba\mid b and bab\mid a (with a,b>0a,b>0) then a=ba=b.
  • Transitive: if aba\mid b and bcb\mid c then aca\mid c.

However 22 does not divide 33 and 33 does not divide 22: pairs of “distinct primes” are not comparable. It is a partial order.

Example — Partial order: inclusion \subseteq between sets

The relation "ABA\subseteq B" on the power set P(X)\mathcal{P}(X) is a partial order. For instance {1}{1,2}\{1\}\subseteq\{1,2\}, but {1}\{1\} and {2}\{2\} are not comparable.

Topics: Set theory
Concepts: Inclusion · Partial order · Total order · Order relation