In a one-off table tennis tournament, a) 10, b) 11 players started. How many matches did the champion win at least, given that there was no tie for first place?
Problem 770
Official solution
Let's consider the general case: let the number of participants be , and the champion wins matches. There was no tie for the lead, so each of the others won at most times. The number of matches, counted from the winners' perspective, is therefore at most . In a round-robin tournament with participants, where everyone plays everyone else, the number of matches is . This means that
The smallest integer for which (2) holds is , so the champion must win at least matches. This can indeed happen, for example, as follows: Let the participants stand in a circle, and each player defeat the players standing to their left, if they haven't already defeated them. This way, everyone plays everyone else, each player wins at most matches, and there is one, for example, the one to whom we first assigned the defeated players, who wins exactly that many. Change one of their lost matches to a win. This way, they become the champion with wins.
According to the above reasoning, for and , the tournament winner must have won at least 6 matches, and there is indeed a possible outcome of the tournament where 6 wins are sufficient for the first place.
Remarks. 1. Many did not prove that it is possible for the tournament to have an outcome where someone wins with 6 victories, i.e., that the lower bound for the number of the champion's wins is sharp.
2. It can be seen that if ties for the lead are allowed, then 5 wins may be sufficient to win the tournament.