Total order (linear order)

A partial order in which any two elements are comparable
Total order (linear order)

A total order (or linear order) on a PP is a \le such that

x,yP,  (xy) or (yx). \forall x,y\in P,\; (x\le y)\ \text{or}\ (y\le x).

Total orders allow “linear” comparison of elements and are the starting point for the notion of a .

Examples:

  • The usual \le on Z\mathbb{Z} or R\mathbb{R} is a total order.
  • Lexicographic order on R2\mathbb{R}^2 is a total order.
  • The divisibility order on N\mathbb{N} is not total: neither 22 divides 33 nor 33 divides 22.