For each positive integer , let denote the smallest possible value of where are sets such that and whenever . Determine for each positive integer .
Problem 1232
Official solution
To determine for each positive integer , we need to find the smallest possible value of where are sets such that and whenever .
1. Base Cases:
- For :
This is because if we have only one set, it can be the empty set, and the union of an empty set is also empty.
- For :
Suppose . The sets must have distinct cardinalities, so one set must have cardinality 1 and the other must have cardinality 2. However, this is not possible since the set with cardinality 2 would include the set with cardinality 1, violating the condition . Therefore, we need at least 3 elements to construct such sets. For example, and :
- For :
Suppose . The sets must have distinct cardinalities 1, 2, and 3. However, if one set has cardinality 3, it would include the set with cardinality 2, violating the condition. Therefore, we need at least 5 elements to construct such sets. For example, , , and :
2. Inductive Step:
- Lemma 1: Suppose are good with cardinalities . Then we can construct the same for . Define:
This construction ensures that are good sets with distinct cardinalities . Therefore, .
- Lemma 2: Suppose and . Then also . Suppose is good. The sets must have distinct cardinalities . Without loss of generality, let . Then are good sets, implying .
3. Conclusion:
Suppose for some . Then by Lemma 2, , and continuing this process, we get , which contradicts our earlier result that . Therefore, for .
The final answer is for .