Power Set Width

Let X X be a set of subsets of { 1 , 2 , 3 , 4 } \{1,2,3,4\} such that no element of X X is completely contained in any other element of X X : that is, for any two distinct subsets A , B X A,B \in X , A B A \nsubseteq B and B A B \nsubseteq A .

What is the maximum possible value of X |X| ?

(Bonus: generalize to { 1 , 2 , , n } \{1,2,\ldots,n\} .)


The answer is 6.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Patrick Corn
Feb 15, 2016

The maximum possible value of X |X| is 6 6 . To see this, first notice that X = X = the set of subsets with two elements satisfies the condition of the problem, with X = ( 4 2 ) = 6 |X|=\binom{4}{2}=6 . To see that this is maximal, note that the set of subsets of { 1 , 2 , 3 , 4 } \{1,2,3,4\} can be covered by six chains : , { 1 } , { 1 , 2 } , { 1 , 2 , 3 } , { 1 , 2 , 3 , 4 } { 2 } , { 2 , 3 } , { 2 , 3 , 4 } { 3 } , { 3 , 4 } , { 1 , 3 , 4 } { 4 } , { 1 , 4 } , { 1 , 2 , 4 } { 1 , 3 } { 2 , 4 } \begin{aligned} \emptyset, \{1\},{\color{#D61F06}{\{1,2\}}},\{1,2,3\},\{1,2,3,4\} \\ \{2\},{\color{#D61F06}{\{2,3\}}},\{2,3,4\} \\ \{3\},{\color{#D61F06}{\{3,4\}}},\{1,3,4\} \\ \{4\},{\color{#D61F06}{\{1,4\}}},\{1,2,4\} \\ {\color{#D61F06}{\{1,3\}}} \\ {\color{#D61F06}{\{2,4\}}} \end{aligned} where each element in each chain is contained in the next one. Note that any set X X of subsets with the property in the problem must have at most one element in each chain, because no element of X X can contain another element of X X . (The elements of X X are colored in red above.)

Sets with the property in the problem are called antichains . So every antichain has size at most 6 6 . This shows that X X is maximal.

It is not hard to guess the answer for { 1 , 2 , , n } \{1,2,\ldots,n\} ; it is ( n n / 2 ) , \binom{n}{\lfloor n/2 \rfloor}, and the set of subsets of size n / 2 \lfloor n/2 \rfloor is a maximal antichain. When n n is odd, note that it is not unique: for instance, when n = 5 n = 5 , the set of two-element subsets and the set of three-element subsets are both maximal antichains of size 10 10 .

Showing that this answer is correct is not easy: the result is known as Sperner's theorem.

For more on this topic, see Dilworth's theorem .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...