A partial order is a relationship between (some) pairs of objects of a set.
We often think of them as a type of “size” or “magnitude” leaning on intuition from
Definition
Non-strict partial orders
A reflexive, weak, or non-strict partial order, (often referred to simply as a partial order or a POSET), is a homogeneous relation
- Reflexivity:
(every element is related to itself) - Antisymmetry: if
and , then (no two distinct elements can precede each other) - Transitivity: if
and then .
Strict partial orders
An irreflexive, strong, or strict partial order is a homogeneous relation
- Irreflexivity:
- Asymmetry: if
then not . - Transitivity: if
and then .