Call a set of positive integers good if there is a partition of it into two sets and , such that there do not exist three elements such that and such that there do not exist three elements such that ( and need not be distinct). Find the smallest positive integer such that the set is not good.
Problem 1292
Official solution
Solution:
First, we claim that the set is not good. Assume the contrary and say . Then since , we have . And since , we have . Then since , we have . Now, note that we cannot place in either or , contradiction.
Hence . And the partition and shows that . Therefore .