Small Intersections

Let S = { 1 , 2 , 3 , 11 } S = \{ 1, 2, 3, \ldots 11 \} and T 1 , T 2 , T N T_1, T_2 \ldots, T_N be distinct subsets of S S such that T i T j 2 | T_i \cap T_j | \leq 2 for all values i j i\neq j . What is the maximum possible value of N N ?

Details and assumptions

If you are unfamiliar with the set notation symbol \cap , you may refer to Venn Diagram for an explanation of the intersection symbol.

The empty set is a subset of every set.


The answer is 232.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

7 solutions

Sean Lo
May 20, 2014

We assert that choosing all 0-element, 1-element, 2-element, and 3-element subsets results in maximal N. Clearly, such an arrangement fits the requirements of the question. Hence we assert that N is at most (1+11+55+165) = 232.

Note that because there are at most 2 shared elements between any two chosen subsets, hence for every subset with at least 3 elements, each triple of elements may only occur once. (For example, the triple {2, 5, 10} may only occur once within a subset; for if it occured in two different subsets, choosing these two subsets would result in more than 2 shared elements.) Hence, there may be at most 165 triples of elements among the subsets.

Next, we observe (for subsets with at least 3 elements) that a 3-element subset contains 1 triple, while a 4-element subset contains 4 triples, a 5-element subset contains 10 triples (and so on), and therefore if we wish to maximize the number of subsets, each subset must contain as little subsets as possible. Therefore, we choose all 165 3-element subsets.

Next, we also observe that adding subsets with 0, 1, or 2 elements does not break the requirements of the question; hence we choose these subsets as well. Therefore, maximal N is (1+11+55+165) = 232.

The problem appears difficult at first, but it is almost trivial if the inequality is restated as: No set with three elements may be contained in more than one of the Tj's.

Peter Byers - 4 years, 8 months ago
Omid Rooholfada
May 20, 2014

We are given that T i T j 2 |T_i∩T_j|≤2 for all values i j i≠j . In other words, all pairs of sets T i T_i and T j T_j have no 3-element subsets in common. For convenience, define v ( r ) v(r) to be the number of 3-element subsets of the set r r .

Note that v ( S ) = ( 11 3 ) = 165 v(S) = {11 \choose 3}=165 . Thus, by the Pigeonhole Principle, we must have i = 1 N v ( T i ) 165 \displaystyle \sum_{i=1}^N v(T_i) \leq 165 for the conditions of the problem to hold.

To maximize N N , we observe that all subsets of S S with at most 2 elements have no 3-element subsets. Thus, we can let each of these subsets be a distinct T i T_i , as they increase the value of N N without affecting the total number of 3-element subsets. We count these subsets of S S by the number of elements each set contains. There are ( 11 0 ) + ( 11 1 ) + ( 11 2 ) = 1 + 11 + 55 = 67 {11 \choose 0} + {11 \choose 1} + {11 \choose 2} = 1 + 11 + 55 = 67 subsets of S S with at most 2 elements.

To count the number of sets T i T_i that have 3 or more elements, we observe that the value of ( m 3 ) {m \choose 3} , where m 3 m \geq 3 , is increasing with respect to integers m m . Therefore, we can maximize N N if each set T i T_i has less elements. Thus, we let the distinct 3-element subsets of S S be different T i T_i . There are 165 165 such subsets, so we can not add any more subsets without violating the conditions of the problem.

Finally, we have found the T i T_i that allow us to maximize N N while satisfying the condition in the problem. Adding our cases, the maximum value of N N is 67 + 165 = 232 67+165=\boxed{232}

Ariel Lanza
May 20, 2014

We can take all the distinct subsets of S S with 3 3 or less elements, and no couple of them will have 3 3 or more elements in common. Any bigger subset of S S will have three elements in common with one of the already taken 3 3 -element subset.

Let's suppose that the configuration of subsets that gives the biggest N N has at least one subset with at least 4 4 elements. Calling A A this subset we have that we can make 2 2 subsets of A A , one made with the first, the second and the third element of A A (ordered from the smaller to the biggest), and the other made with the first, the second and the fourth element of A A . Substituting A A with these two subsets we get a configuration with more subsets where the requested property is still respected. But this is a contradiction as we were assuming that the previous configuration had the highest number of subsets.

Therefore the answer is:

1 + ( 11 1 ) + ( 11 2 ) + ( 11 3 ) = 232 1+{11 \choose 1} + {11 \choose 2} + {11 \choose 3}=\fbox{232}

Jason Zheng
May 20, 2014

First, we demonstrate that if we have optimized the number of subsets N N , then none of { T i } \{T_i\} contain four or more elements. If we did have such a set with four elements, such as { 1 , 2 , 3 , 4 } \{1,2,3,4\} , then by the constraints of the problem, we cannot have the sets { 1 , 2 , 3 } \{1,2,3\} , { 1 , 2 , 4 } \{1,2,4\} , { 1 , 3 , 4 } \{1,3,4\} , and { 2 , 3 , 4 } \{2,3,4\} because each shares 3 3 elements with { 1 , 2 , 3 , 4 } \{1,2,3,4\} . Thus, instead of including the four-element set, we can remove it and include the four three-element subsets, showing that N N could not have been optimized if some T i T_i were a four-element subset. Similar logic shows that T i T_i cannot have more than four elements. Thus, we conclude that the maximum number N N occurs when we take the empty subset, all one-element subsets, all two-element subsets, and all three-element subsets.

It is easily verified that no two of these sets can share three elements; otherwise, they must be the same three-element subset. The answer is thus ( 11 0 ) + ( 11 1 ) + ( 11 2 ) + ( 11 3 ) = 232 {11 \choose 0}+{11 \choose 1}+{11 \choose 2}+{11 \choose 3}=232 .

This problem is extremely tricky to write up. Students should understand that they cannot insist that a maximal set must have some form (e.g. must have all subsets with 0, 1, 2 or 3 elements).

Calvin Lin Staff - 7 years ago
Calvin Lin Staff
May 13, 2014

Consider all subsets of S S that have 0, 1, 2 or 3 elements. They clearly satisfy the given conditions, and there are ( 11 0 ) + ( 11 1 ) + ( 11 2 ) + ( 11 3 ) = 1 + 11 + 55 + 165 = 232 {11 \choose 0} + { 11 \choose 1} + {11 \choose 2} + {11 \choose 3} = 1 + 11 + 55 + 165 = 232 of them, so N 232 N \geq 232 .

Now, consider any set of subsets T 1 , T 2 , T N T_1, T_2, \ldots T_N with N N maximum that satisfies the condition T i T j 2 | T_i \cap T_j | \leq 2 for all values i j i\neq j . If there exists a subset T i T_i with T i 4 |T_i | \geq 4 , let C 1 , C 2 , , C m C_1, C_2, \ldots, C_m denote all of its 3-element subsets, where m = ( T i 3 ) > 1 m = { |T_i| \choose 3} >1 . C i C j 2 |C_i \cap C_j| \leq2 since they are both distinct 3-element subsets. Since C k T i C_k \subset T_i for all k k , it follows that C k T j T i T j 2 |C_k \cap T_j| \leq |T_i \cap T_j| \leq 2 . This shows that we may replace T i T_i with the the m m sets C k C_k , and the condition still holds. Since m > 1 m>1 and all the C k C_k are distinct from the T j T_j , this gives us even more sets, which contradicts the assumption that N N is maximal. Hence every subset T i T_i satisfies T i 3 |T_i| \leq 3 . Since there are 232 sets that satisfy this condition, N 232 N \leq 232 . Thus N = 232 N = 232 .

Note: This solution naturally follows by studying the condition T i T j 0 | T_i \cap T_j | \leq 0 for all values i j i\neq j and T i T j 1 | T_i \cap T_j | \leq 1 for all values i = j i = j .

total elements in the set S = 11

Number of subsets of S with number of elements equal to zero = 11C0 = 1

Number of subsets of S with number of elements equal to one = 11C1 = 11

Number of subsets of S with number of elements equal to two = 11C2 = 55

Number of subsets of S with number of elements equal to three = 11C3 = 165

Thus

Total numbers of subsets with number of elements equal to zero, one, two or three = 1+11+55+165 = 232

whish is required answer.

Now taking pairwise intersection of any two subsets of set S with at most three elements(where two subsets are not identical). we will have a set with at most two elements.

Otherwise if the result of intersection has three elements, this implies both the subset whose intersection is taken have same three elements, a condition which is not allowed as i≠j.

Lachlan Maynard
May 20, 2014

If T i T_i has 4 4 or more elements, there will exist other T j T_j s with 3 3 or 4 4 elements which will be excluded as a result, so to achieve the highest possible N N we shall have no more than 3 3 elements in each T i T_i .

There are C 3 11 = 165 C_3^{11}=165 unique subsets with 3 3 elements.

Likewise, there are C 2 11 = 55 C_2^{11}=55 unique subsets with 2 2 elements, C 1 11 = 11 C_1^{11}=11 unique subsets with a single element.

Adding in the empty set, we get N = 165 + 55 + 11 + 1 = 232 N=165+55+11+1=232

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...