Abstract¶
The conditions for a pre-order and partial order to exists on a set.
Let be some set and be some relation between the elements of the set.
Pre-order Conditions¶
The relation sets a pre-order on the set if
- for all
- Reflexivity
- and implies where .
- Transitivity
Partial-order Conditions¶
The relation sets a partial order on the set if both 1 and 2 from the pre-order conditions are met and
- and implies
- Antisymmetry
Total Ordering¶
If every element in can be compared by the relation, then the relation forms a total ordering on .