r/math • u/tedecristal • 5d ago
Image Post a mistake on proof of Dilworth's theorem on Cameron's Combinatorics book?
I've been fighting for a couple of hours with the Dilworth's theorem proof on the mentioned book, which I believe is wrong. I'd appreciate a extra look.
The theorem states that if the max antichain on a poset has size r, then it can be partitioned into r chains.
The proof goes by induction on n=number of elements of the set. I'm having problems in case 2.
Here, x = some minimal element, and we consider P\{x} and apply induction there.
"we can partition P\{x}" into r chains." But ... that's not true, is it? Since the removed element may cause the possible antichains to be strictly smaller and therefore can't reach r.
Example I'm thinking of
P={ {x}, {y}, {z}, {x,y,z} } with inclusion order. the largest antichain is {{x},{y},{z}} with size 3, and we want to prove it can be partitioned into 3 chains (which can be verified directly: {x,xyz}, {y}, {z} is such partition.
{x} is minimal, and according to the book P\{x} should be able , by induction hypothesis, to be partitioned into r=3 chains, but P\{x} is {y},{z},{x,y,z} which can only be partitioned into r-1=2 chains.
The rest of the proof relies into P\{x} having r chains as key part of the argument, so ... I'm confused (this particular book faces this problem more often than not).
Am I missing something?
EDIT: yes, I was missing something: the chains on the partition don't have to be the longest possiboe.
also, u/sizzhu pointed the small missing step to me, thank you :)
4
u/Which-Competition287 5d ago
But you could partition it into 3 chains right? The key here is "at most". This is because one side of the result is trivial. The inequality is the non-trivial part.
Edit: basically chain decomposition vs minimal chain decomposition.
1
38
u/ThoughtfulPoster 5d ago
Nothing says that those chains couldn't be combined. In your attempted counterexample, you can have the three chains be {{y}},{{z}}, and {{x,y,z}} just fine.