[Math] Prove that the intersection of all the sets is nonempty.

combinatorics

Given $2^{n-1}$ subsets of a set with $n$ elements with the property that any three have nonempty intersection, prove that the intersection of all the sets is nonempty.

I find this question a bit odd since why couldn't they have said we just have $2^{n-1}$ sets with this property? Also by all sets does it just mean sets in the $2^{n-1}$ subsets? I would say let each of the subsets be $A_i$. Then $A_i \cap A_j \cap A_k = A_m$ for some $i,j,k,m$ in $1 \leq i,j,k,m \leq 2^{n-1}$. Then $A_1 \cap A_2 \cap \cdots \cap A_n = (A_1 \cap A_2 \cap A_3)\cap(A_4 \cap A_5 \cap A_6) \cap \cdots \cap (A_{2^{n-1}-2} \cap A_{2^{n-1}-1} \cap A_{2^{n-1}})$. How do I show this is nonempty (given that I am interpreting the question correctly)?

Best Answer

Let $X$ be a set with $n$ elements and $\mathcal{S}$ be a set of $2^{n-1}$ subsets of $X$ such that for any $A,B,C \in \mathcal{S}$ we have $A \cap B \cap C \neq \emptyset$.

So $\mathcal{S}$ contains half of the subsets of $X$ and if $A \subseteq X$ then $\mathcal{S}$ cannot contain both $A$ and $X \setminus A$, so exactly one of $A$ and $X \setminus A$ is in $\mathcal{S}$.

If $A,B \in \mathcal{S}$ then $A \cap B \in \mathcal{S}$, since otherwise $X \setminus (A \cap B) \in \mathcal{S}$ and $A \cap B \cap (X \setminus (A \cap B)) = \emptyset$.

Since $\mathcal{S}$ is finite, it follows that $\bigcap_{A \in \mathcal{S}}A \in \mathcal{S}$. Clearly $\emptyset \notin \mathcal{S}$.

Related Question