Difference between revisions of "2015 USAMO Problems/Problem 3"
(→Solution) |
(→Solution) |
||
Line 14: | Line 14: | ||
− | (Case I) <math>f(\null)=1</math>. Then for distinct m and k, <math>f( | + | (Case I) <math>f(\null)=1</math>. Then for distinct m and k, <math>f(S_m \cup S_k)=f(S_m)f(S_k)</math>, meaning only if <math>S_m</math> and <math>S_k</math> are both blue is their union blue. Namely <math>C(S_m \cup S_k)=C(S_m)C(S_k).</math> |
− | Similarly, for distinct m,n,k, f( | + | Similarly, for distinct m,n,k, f(S_m \cup S_k \cup Sn)=f(S_m \cup S_k)f(S_n), C(S_m \cup S_k \cup S_n)=C(S_m)C(S_k)C(S_n). This procedure of determination continues to S. Therefore, if <math>T=\{a_1,a_2, \cdots a_k\}</math>, then <math>C(T)=C(S_{a1})C(S_{a2}) \cdots C(S_{ak})</math>. All colorings thus determined by the free colors chosen for subsets of one single elements satisfy the condition. There are <math>2^n</math> colorings in this case. |
(Case II.) <math>f(\varnothing)=0</math>. | (Case II.) <math>f(\varnothing)=0</math>. | ||
Line 22: | Line 22: | ||
(Case II.1) <math>\text{Core}=\varnothing</math>. Then either (II.1.1) there exist two nonintersecting subsets A and B, <math>C(A)=C(B)=1</math>, but f<math>(A)f(B)=0</math> which is a contradiction, or (II.1.2) all subsets has <math>C(T)=0</math>, which is easily confirmed to satisfy the condition <math>f(T1)f(T2)=f(T1 \cap T2)f(T1 \cup T2)</math>. There is one coloring in this case. | (Case II.1) <math>\text{Core}=\varnothing</math>. Then either (II.1.1) there exist two nonintersecting subsets A and B, <math>C(A)=C(B)=1</math>, but f<math>(A)f(B)=0</math> which is a contradiction, or (II.1.2) all subsets has <math>C(T)=0</math>, which is easily confirmed to satisfy the condition <math>f(T1)f(T2)=f(T1 \cap T2)f(T1 \cup T2)</math>. There is one coloring in this case. | ||
− | (Case II.2) Core = a subset of 1 element. WLOG, C(S1)=1. Then <math>f(S1)=1</math>, and subsets containing element 1 may be colored Blue. <math>f(S1 \cup Sm)f(S1\cup Sn)=f(S1 \cup Sm \cup Sn)</math>, namely <math>C(S1 \cup Sm \cup Sn)=C(Sm \cup S1)C(Sn \cup S1)</math>. Now S1 functions as the <math>\varnothing</math> in case I, with n-1 elements to combine into a base of n-1 2-element sets, and all the other subsets are determined. There are 2^(n-1) | + | (Case II.2) Core = a subset of 1 element. WLOG, C(S1)=1. Then <math>f(S1)=1</math>, and subsets containing element 1 may be colored Blue. <math>f(S1 \cup Sm)f(S1\cup Sn)=f(S1 \cup Sm \cup Sn)</math>, namely <math>C(S1 \cup Sm \cup Sn)=C(Sm \cup S1)C(Sn \cup S1)</math>. Now S1 functions as the <math>\varnothing</math> in case I, with n-1 elements to combine into a base of n-1 2-element sets, and all the other subsets are determined. There are <math>2^(n-1)</math> colorings for each choice of core. But there are nC1 = n such cores. Hence altogether there are <math>n2^{n-1}</math> colorings in this case. |
(Case II.3) Core = a subset of 2 elements. WLOG, <math>C(S1 \cup S2)=1</math>. Only subsets containing the core may be colored Blue. With the same reasoning as in the preceding case, there are <math>(nC2)2^{n-2}</math> colorings. | (Case II.3) Core = a subset of 2 elements. WLOG, <math>C(S1 \cup S2)=1</math>. Only subsets containing the core may be colored Blue. With the same reasoning as in the preceding case, there are <math>(nC2)2^{n-2}</math> colorings. |
Revision as of 20:36, 16 January 2017
Problem
Let , where . Each of the subsets of is to be colored red or blue. (The subset itself is assigned a color and not its individual elements.) For any set , we then write for the number of subsets of T that are blue.
Determine the number of colorings that satisfy the following condition: for any subsets and of ,
Solution
Define function: if the set T is colored blue, and if is colored red. Define the .
The empty set is denoted as , denotes intersection, and denotes union. T1<T2 means T1 is a subset of T2 but not =T2. Let are one-element subsets.
Let mCk denote m choose k =
(Case I) . Then for distinct m and k, , meaning only if and are both blue is their union blue. Namely
Similarly, for distinct m,n,k, f(S_m \cup S_k \cup Sn)=f(S_m \cup S_k)f(S_n), C(S_m \cup S_k \cup S_n)=C(S_m)C(S_k)C(S_n). This procedure of determination continues to S. Therefore, if , then . All colorings thus determined by the free colors chosen for subsets of one single elements satisfy the condition. There are colorings in this case.
(Case II.) .
(Case II.1) . Then either (II.1.1) there exist two nonintersecting subsets A and B, , but f which is a contradiction, or (II.1.2) all subsets has , which is easily confirmed to satisfy the condition . There is one coloring in this case.
(Case II.2) Core = a subset of 1 element. WLOG, C(S1)=1. Then , and subsets containing element 1 may be colored Blue. , namely . Now S1 functions as the in case I, with n-1 elements to combine into a base of n-1 2-element sets, and all the other subsets are determined. There are colorings for each choice of core. But there are nC1 = n such cores. Hence altogether there are colorings in this case.
(Case II.3) Core = a subset of 2 elements. WLOG, . Only subsets containing the core may be colored Blue. With the same reasoning as in the preceding case, there are colorings.
(Case II.n+1) Core = S. Then C(S)=1, with all other subsets , there is
Combining all the cases, we have colorings.