Let S be a set with n elements. Take a positive integer k. Let A1,A2,…,Ak be any distinct subsets of S. For each i take Bi=Ai or Bi=S−Ai. Find the smallest k such that we can always choose Bi so that ⋃1≤i≤kBi=S.
Solution
The 2k sets C1∩C2∩⋯∩Ck, where Ci=Ai or Ci=S−Ai, are all disjoint. If 2k>n, it follows that one of them must be empty. Hence its complement (which is D1∪D2∪⋯∪Dk, where Di=S−Ai), is S.
On the other hand if 2k=n, then we can choose k subsets Ai such that all 2k intersections are non-empty. That means all possible unions are incomplete. Thus the answer is the smallest k such that 2k>n.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement and solution reproduced as published; topic and difficulty added by this site.