Partial order

A relation that is reflexive, antisymmetric, and transitive.
Partial order

A partial order on a set XX is a relation  X×X\preceq\ \subseteq X\times X such that for all x,y,zXx,y,z\in X:

  • (Reflexive) xxx\preceq x.
  • (Antisymmetric) If xyx\preceq y and yxy\preceq x, then x=yx=y.
  • (Transitive) If xyx\preceq y and yzy\preceq z, then xzx\preceq z.

A set equipped with a partial order is a partially ordered set (poset). Partial orders capture “comparison” that may leave some pairs incomparable.

Examples:

  • (P(X),)(\mathcal{P}(X),\subseteq) is a poset for any set XX.
  • On N\mathbb{N}, define aba\preceq b iff aa divides bb; this is a partial order.
  • On R2\mathbb{R}^2, define (x1,y1)(x2,y2)(x_1,y_1)\preceq(x_2,y_2) iff x1x2x_1\le x_2 and y1y2y_1\le y_2 (coordinatewise order); many pairs are incomparable.