Maths Olympiad Prep

Track / Stage 7 / 137 of 300 #2017 of 2444

Problem 2017

National Olympiad second round; IMO P1/P4
Combinatorics Difficulty 7.3 Prove it MEMO · Middle European Mathematical Olympiad (MEMO)

Let c4c \geq 4 be an even integer. In some football league, each team has a home uniform and an away uniform. Every home uniform is coloured in two different colours, and every away uniform is coloured in one colour. A team's away uniform cannot be coloured in one of the colours from the home uniform. There are at most cc distinct colours on all of the uniforms. If two teams have the same two colours on their home uniforms, then they have different colours on their away uniforms.

We say a pair of uniforms is clashing if some colour appears on both of them. Suppose that for every team XX in the league, there is no team YY in the league such that the home uniform of XX is clashing with both uniforms of YY. Determine the maximum possible number of teams in the league.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Next problem →

Official solution

Solution:

We first give an example of a league with n38n24\frac{n^{3}}{8}-\frac{n^{2}}{4} teams.

Split the colours in two sets of size n/2n / 2. Let m=n/2m = n / 2 and let c1,,cmc_{1}, \ldots, c_{m} and d1,,dmd_{1}, \ldots, d_{m} be the colours in those sets.

Consider all pairs of kits of the form ({ci,cj},dk)\left(\{c_{i}, c_{j}\}, d_{k}\right) or ({di,dj},ck)\left(\{d_{i}, d_{j}\}, c_{k}\right), where i<ji < j and 1i,j,km1 \leq i, j, k \leq m. There are 2(m2)m=m3m2=n38n242 \cdot \binom{m}{2} \cdot m = m^{3} - m^{2} = \frac{n^{3}}{8} - \frac{n^{2}}{4} such pairs of kits. We claim that this construction is valid.

Consider any pair of kits ({ci,cj},dk)\left(\{c_{i}, c_{j}\}, d_{k}\right). Then for any other team of the form ({ca,cb},du)\left(\{c_{a}, c_{b}\}, d_{u}\right), the kit dud_{u} is not clashing with the home kit {ci,cj}\{c_{i}, c_{j}\}. Furthermore, for any team of the form ({da,db},cu)\left(\{d_{a}, d_{b}\}, c_{u}\right) the kit {da,db}\{d_{a}, d_{b}\} is not clashing with the home kit {ci,cj}\{c_{i}, c_{j}\}. Thus, the construction is valid.

We now prove that there is no larger league. Consider any colour cc. Take any other colour dd. If there is a team whose home kit is {c,d}\{c, d\}, then there is no team whose home kit contains cc and whose away kit is dd. Conversely, if there is a team whose home kit contains cc and whose away kit is dd, then there is no team whose home kit is {c,d}\{c, d\}.

Let A(c)A(c) be the number of colours dd such that there is a home kit of the form {c,d}\{c, d\}, and let B(c)B(c) the number of colours dd such that there is a team whose home kit contains cc and whose away kit is dd.

From the observation we made, A(c)+B(c)n1A(c) + B(c) \leq n - 1. The number of teams whose home kit contains the colour cc is at most
A(c)B(c)n22n12=n24n2 A(c) B(c) \leq \frac{n-2}{2} \cdot \frac{n-1}{2} = \frac{n^{2}}{4} - \frac{n}{2}
where the inequality follows from the fact that the function xx(n1x)x \mapsto x(n-1-x) is increasing on (0,(n1)/2)(0, (n-1)/2) and decreasing on ((n1)/2,n1)((n-1)/2, n-1).

Summing up over all colours cc and dividing by 2 since we counted each home kit twice, we obtain that the number of teams is at most
12cA(c)B(c)n2(n24n2)=n38n24. \frac{1}{2} \sum_{c} A(c) B(c) \leq \frac{n}{2} \cdot \left(\frac{n^{2}}{4} - \frac{n}{2}\right) = \frac{n^{3}}{8} - \frac{n^{2}}{4}.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.