Maths Olympiad Prep

Library / /67 of 86

Combinatorics Difficulty 6.8 National olympiad Prove it Estonia

Let n2n \ge 2 be a positive integer and let S={1,2,,n}S = \{1, 2, \dots, n\}.

For k=1,2,,n1k = 1, 2, \dots, n-1, we call two kk-element subsets of SS neighbours, if they have k1k-1 elements in common (i.e. differ by exactly one element). Let f(n,k)f(n,k) be the size of the largest possible collection of kk-element subsets of SS, in which no two subsets are neighbours. Prove that f(n,k)(n1k1)f(n,k) \le \binom{n-1}{k-1}.

Solutions — 2

Solution 1

For any two subsets belonging to such a collection, the sets of the k1k-1 smallest elements must be different (or else they would be neighbours). There are (n1k1)\binom{n-1}{k-1} ways to choose the k1k-1 smallest elements, since the number nn cannot be one of them. Therefore f(n,k)(n1k1)f(n,k) \le \binom{n-1}{k-1}, as desired.

Solution 2

For all n2n \ge 2 we have f(n,1)=1f(n,1) = 1, since any two 1-element sets are neighbours. So for all n2n \ge 2 and k=1k=1 the statement holds. We will prove the general statement by induction by nn, taking the base case to be n=2n=2. We will assume that the statement holds for n1n-1 and consider the nn-element set S={1,2,,n}S = \{1, 2, \dots, n\}. Let 1<kn11 < k \le n-1. The number of kk-element subsets containing the number nn can be at most f(n1,k1)f(n-1, k-1) in a neighbour-free collection, since removing the number nn from all of those subsets yields a neighbour-free collection of k1k-1-element subsets of {1,2,,n1}\{1, 2, \dots, n-1\}. The number of kk-element subsets not containing nn can be at most f(n1,k)f(n-1, k). Therefore f(n,k)f(n1,k1)+f(n1,k)f(n,k) \le f(n-1, k-1) + f(n-1, k). By the induction assumption f(n1,k1)(n2k2)f(n-1, k-1) \le \binom{n-2}{k-2} and f(n1,k)(n2k1)f(n-1, k) \le \binom{n-2}{k-1}. Therefore by Pascal's rule f(n,k)f(n1,k1)+f(n1,k)(n2k2)+(n2k1)=(n1k1)f(n,k) \le f(n-1, k-1) + f(n-1, k) \le \binom{n-2}{k-2} + \binom{n-2}{k-1} = \binom{n-1}{k-1}, as desired.

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.