Definition
A partially ordered set (poset) is a set together with a binary relation which is transitive and antisymmetric, i.e.
- if and , then ;
- if , then not .
Write if or .
Elements are comparable if or .
Definition
A chain is a subset of such that all its elements are comparable.
Definition
An antichain is a subset of such that all its elements are not comparable.
Questions.
- How many chains are needed to partition ?
- How many antichains are needed to partition ?
Theorem
Suppose that the longest chain in a poset has size . Then can be partitioned into antichains.
\begin{proof}
Let be the set of such that the longest chain with as its longest element has size .
Then for .
Thus is a partition of .
Furthermore, is an antichain.
\end{proof}
Dilworth's theorem
Suppose that the longest antichain in a poset has size , then can be partitioned into chains.
\begin{proof}
We do induction on .
It is trivial when .
Let be a largest element in . Let be the size of the longest antichain in . By induction hypothesis, is the union of pairwise disjoint chains .
We aim to show either
- longest antichain in has size , or
- it is union of chains.
Every -element antichain of contains one element of each . Let denote the largest element in that belongs to such an antichain. Then is an antichain of . If is an antichain, then we are done (just add ). Otherwise for some , then
is a chain in .
We claim that no -element antichain in . Otherwise, there exists an antichain of length contained in , and there exists . It deduces that and so , leading to a contradiction.
By induction hypothesis, can be partitioned into chains.
Now we finish the proof.
\end{proof}
There is another proof of ^jhp0cl.
\begin{proof}
Suppose that satisfy for all , where .
Define a post :
- points: element of and symbols
- : if .
Clearly, is an antichain of , and this is an longest antichain: Let be an antichain and put . Then does not contain any point of . Hence .
By ^fz5pii, the set can be partitioned into chains. By Pigeonhole principle, there are chains has length .
Define and , then the chains corresponds a maximum matching of .
\end{proof}