If $A \subseteq \{1,2,3,4,5,6\}$, how to show that for every $A$ there are $x,y,z \in \{1,2,3,4,5,6\}$, where $x,y,z$ can also be the same or at least not different from each other, and the following conditions always apply:
- $x = y+z$
- $\{x,y,z\} \subseteq A $ or $ \{x,y,z\} \subseteq \overline{A}$
While using the pigeonhole principle and the respective function, without just counting out the problem or checking it.
$1 \in A$. This means $2 \in \bar{A}$. This means $4 \in A$. This means $5 \in \bar{A}$.
$1 \in \bar{A}$. This means $2 \in A$. This means $4 \in \bar{A}$. This means $5 \in A$.
Note that in the above argument we did not need $6$ at all. Hence, $A$ can be a subset of $\{1,2,3,4,5\}$.