Circle chains

On a plane, a set of circles is called a chain if for any two circles in the set, one is completely inside the other. Note that any subset of a chain is also a chain.

There are 100 (distinct) circles on the plane. Among any 10 of them, at least two circles form a chain. What is the minimum number of chains of size 10?


The answer is 154.

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.

1 solution

Ivan Koswara
May 16, 2015

Let a chain of 10 10 circles be called a bundle .

Note that if we have a chain of n n circles, then the number of chains of size k k in this chain is simply ( n k ) \binom{n}{k} ; pick any k k circles and they form a chain.

First, we claim that this number is at most 154 154 . Consider a collection of circles: 12 12 circles form a single chain, and the remaining 88 88 circles are divided into 8 8 chains of 11 11 circles each; these 9 9 chains are otherwise disjoint. By pigeonhole principle , there are 10 10 circles picked but only 9 9 chains present, so there are two circles that come from the same chain, and thus they form a chain, satisfying the condition of the problem. Afterwards, we can easily see that there are ( 12 10 ) = 66 \binom{12}{10} = 66 bundles in the chain of size 12 12 , and ( 11 10 ) = 11 \binom{11}{10} = 11 bundles in any chain of size 11 11 , for a total of 66 + 8 11 = 154 66 + 8 \cdot 11 = 154 bundles. Finally, there is no other bundle; picking two circles from different chains won't make them a chain.

We will now prove that 154 154 is indeed the minimum (any such collection of circles must have at least 154 154 bundles).

Consider a partial order ( S , ) (S, \le) where S S is the set of circles on the plane and \le is the relation completely contained in ; that is, if a b a \le b , then a a is completely contained in b b . It's straightforward to see that \le is a partial order:

  • a a a \le a (reflexivity)
  • a b b a a = b a \le b \wedge b \le a \implies a = b (antisymmetry)
  • a b b c a c a \le b \wedge b \le c \implies a \le c (transitivity)

Recall that if a b a \le b or b a b \le a , then a a and b b are said to be comparable ; otherwise, they are incomparable . A chain is thus an actual chain in order theory terminology: a set of elements such that any two of them are comparable. Also recall that an antichain (or independent set ) is a set of elements such that any two of them are incomparable.

The condition of the statement states that there is no antichain of size 10 10 , for if there is any, those 10 10 circles are pairwise incomparable, contradicting that some two circles should form a chain and thus comparable. Thus the size of the largest antichain is 9 9 . By Dilworth's theorem , this implies that it's possible to partition the circles into at most 9 9 (disjoint) chains; call these chains as big chains .

Suppose there is a big chain of 13 13 or more circles. Then there are at least ( 13 10 ) = 264 > 154 \binom{13}{10} = 264 > 154 bundles, already passing our target.

Now suppose that there are a a big chains of size 12 12 , b b big chains of size 11 11 , and c c big chains of size 10 10 or less. Also suppose there are B B bundles in total. We have:

  • a + b + c 9 a+b+c \le 9 : the number of big chains is at most 9 9
  • 12 a + 11 b + 10 c 100 12a+11b+10c \ge 100 : the number of circles among the big chains is 100 100 , but the big chains with size less than 10 10 are augmented up to 10 10 , so 12 a + 11 b + 10 c 12a+11b+10c counts more than the number of circles
  • ( 12 10 ) a + ( 11 10 ) b B \binom{12}{10}a + \binom{11}{10}b \le B : the number of bundles from big chains of size 12 12 and size 11 11 doesn't exceed B B

Note that by pigeonhole principle, there are 100 100 circles and 9 9 big chains, so at least one big chain has 12 12 circles. This means a 1 a \ge 1 . Also,

100 12 a = 11 b + 10 c = b + 10 ( b + c ) b + 10 ( 9 a ) \begin{aligned} 100-12a &= 11b+10c \\ &= b + 10(b+c) \\ &\le b + 10(9-a) \end{aligned}

Simplifying, this gives b 10 2 a b \ge 10-2a . Also, we know that b 0 b \ge 0 , so we have b max { 0 , 10 2 a } b \ge \max \{0, 10-2a\} . Substituting to the last inequality, we have:

B ( 12 10 ) a + ( 11 10 ) b = 66 a + 11 b 66 a + 11 max { 0 , 10 2 a } 66 a + 11 ( 10 2 a ) = 110 + 44 a 110 + 44 1 = 154 \begin{aligned} B &\ge \binom{12}{10}a + \binom{11}{10}b \\ &= 66a + 11b \\ &\ge 66a + 11 \cdot \max \{0, 10-2a\} \\ &\ge 66a + 11 \cdot (10-2a) \\ &= 110+44a \\ &\ge 110 + 44 \cdot 1 = 154 \end{aligned}

This proves the claim, showing that 154 \boxed{154} bundles is the minimum.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...