Skip to main content
OlympiadHQ

Browse · MathNet

Print

China Girls' Mathematical Olympiad

China counting and probability

Problem

In a round robin chess tournament each player plays with every other player exactly once. The winner of each game gets point and the loser gets point. If the game ends in a tie, each player gets point. Given a positive integer , a tournament is said to have property if the following holds: among every set of players, there is one player who won all his games against the other players in and one player who lost all his games against the other players in .

For a given integer , determine the minimum value of (as a function of ) such that the following holds: in every -player round robin chess tournament with property , the final scores of the players are all distinct.
Solution
Note that if there are players, we can label them and assume that player beats player if and only if , and and are in a tie. It is easy to see that in the group of players, there exists a unique player with the maximum index (, and this player won all games against other players in the group), and there exists a unique player with the minimum index (, and this player lost all games against other players in the group). Hence this tournament has property and not all players have distinct total points. If , we can then build a similar tournament by taking players away from both ends index-wise). Hence the answer is greater than . It suffices to show the following claim: If there are players in a tournament with property , then the players must have distinct total final score.

In a group, if a player won (or lose) all games against the rest of the players in the group, we call this player the winner (or loser) of the group. If a player won (or lose) all his games in the tournament, we call this player the complete winner (or complete loser). We establish the following lemmas.

Lemma 1 In an -player () tournament with property , there is a complete winner.

Proof: We implement an induction on . If , the statement is trivial. Now assume that the statement is true for some (), we consider a ()-player tournament with property . Let denote the players. By the induction hypothesis, we may assume that is the winner in the group . We consider three cases: (a) If won the game against , then is the complete winner; (b) If tied the game against , then the group has no winner, violating the condition that the tournament has property ; (c) If lose the game against , then the group has a winner, and this winner can only be . Thus is the complete winner. Combining the three cases, we find a complete winner in the tournament, hence our induction is complete.

In exactly the same way, we can prove that

Lemma 2 In an -player () tournament with property , there is a complete loser.

Now we are ready to prove our claim in a similar manner.
Final answer
2m - 3

Techniques

Induction / smoothingColoring schemes, extremal arguments