A relation on a set is called an partial order if it is: ?
- reflexive: everything loops
- antisymmetric: we can only travel one way
- transitive: every 2-step journey must be also done in 1-step
For example:
- , , and ‘divisibility’ on
- Prove that is a partial order on the power set of a set .
- is reflexive because for every set .
- is antisymmetric because if and , then holds.
- is transitive because if and , then holds.