Discrete Math Tutor

Relations / Partial Orders

Least You Need to Know: Partial Orders

A partial order is reflexive, antisymmetric, and transitive. Unlike equivalence relations, not every pair must be comparable.

The least you need to know

Key notation

typical partial-order notation
a | b a divides b
A ⊆ B A is a subset of B

Tiny worked example

  • On the power set of `{1,2}`, use subset inclusion.\n- Every set is a subset of itself, so the relation is reflexive.\n- If `A⊆B` and `B⊆A`, then `A=B`, so it is antisymmetric.\n- Subset inclusion is also transitive, so it is a partial order.

Common mistakes

How to recognize this kind of problem

Start practice