Partial order
A binary relation that is reflexive, antisymmetric, and transitive.
Partial order
A partial order on a set is a relation such that for all :
- (Reflexive) .
- (Antisymmetric) If and , then .
- (Transitive) If and , then .
The pair is called a partially ordered set (poset). Here is the Cartesian product of with itself.
A partial order does not require that every pair of elements be comparable; when comparability holds for all pairs, one has a total order . Many notions in order theory, such as upper bounds and lower bounds , are defined relative to a partial order.
Examples:
- On the power set of a set , define iff (the subset relation).
- On (the natural numbers ), define iff (divisibility). This is a partial order but not a total order.