Browse · MathNet
PrintTeam Selection Test for IMO 2011
Turkey 2011 counting and probability
Problem
Graphistan has 2011 cities and Graph Air (GA) is running one-way flights between all pairs of these cities. Determine the maximum possible value of the integer such that no matter how these flights are arranged it is possible to travel between any two cities in Graphistan riding only GA flights so long as the absolute values of the difference between the number of flights originating and terminating at any city is not more than .
Solution
We want to find the largest integer such that a directed path exists from any vertex to any vertex in any directed complete graph with 2011 vertices satisfying for all vertices . The answer is 1005.
Observe that is always even. We first give a counterexample with . Let , , , and .
Then for all in the graph , but there is no directed path from to .
Now we will show that there is a directed path from any vertex to any vertex if for all vertices . Note that if one of and is less than 503, then the other is greater than 1507 and is at least 1006. Therefore and are both at least 503.
Let and be two distinct vertices in . Let be the set of vertices that can be reached from and let be the set of vertices from which can be reached. Then all arrows with tail in have also their heads in . Therefore the sum of for in is . On the other hand, this sum must be at least . It follows that . A similar argument shows that . Hence and cannot be disjoint.
Observe that is always even. We first give a counterexample with . Let , , , and .
Then for all in the graph , but there is no directed path from to .
Now we will show that there is a directed path from any vertex to any vertex if for all vertices . Note that if one of and is less than 503, then the other is greater than 1507 and is at least 1006. Therefore and are both at least 503.
Let and be two distinct vertices in . Let be the set of vertices that can be reached from and let be the set of vertices from which can be reached. Then all arrows with tail in have also their heads in . Therefore the sum of for in is . On the other hand, this sum must be at least . It follows that . A similar argument shows that . Hence and cannot be disjoint.
Final answer
1005
Techniques
Graph TheoryColoring schemes, extremal arguments