Maths Olympiad Prep

Library / /2 of 8

, 2016

Combinatorics Difficulty 7.6 National olympiad, round 2 Prove it Asia Pacific Mathematics Olympiad (APMO)

The country Dreamland consists of 2016 cities. The airline Starways wants to establish some one-way flights between pairs of cities in such a way that each city has exactly one flight out of it. Find the smallest positive integer kk such that no matter how Starways establishes its flights, the cities can always be partitioned into kk groups so that from any city it is not possible to reach another city in the same group by using at most 28 flights.

Solution

The flights established by Starways yield a directed graph GG on 2016 vertices in which each vertex has out-degree equal to 1.

We first show that we need at least 57 groups. For this, suppose that GG has a directed cycle of length 57. Then, for any two cities in the cycle, one is reachable from the other using at most 28 flights. So no two cities in the cycle can belong to the same group. Hence, we need at least 57 groups.

We will now show that 57 groups are enough. Consider another auxiliary directed graph HH in which the vertices are the cities of Dreamland and there is an arrow from city uu to city vv if uu can be reached from vv using at most 28 flights. Each city has out-degree at most 28. We will be done if we can split the cities of HH in at most 57 groups such that there are no arrows between vertices of the same group. We prove the following stronger statement.

Lemma: Suppose we have a directed graph on n1n \geq 1 vertices such that each vertex has out-degree at most 28. Then the vertices can be partitioned into 57 groups in such a way that no vertices in the same group are connected by an arrow.

Proof: We apply induction. The result is clear for 1 vertex. Now suppose we have more than one vertex. Since the out-degree of each vertex is at most 28, there is a vertex, say vv, with in-degree at most 28. If we remove the vertex vv we obtain a graph with fewer vertices which still satisfies the conditions, so by inductive hypothesis we may split it into at most 57 groups with no adjacent vertices in the same group. Since vv has in-degree and out-degree at most 28, it has at most 56 neighbors in the original directed graph. Therefore, we may add vv back and place it in a group in which it has no neighbors. This completes the inductive step.

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.