Example n players participate in a table tennis singles elimination tournament, how many matches need to be played to produce a champion?
Problem 630
Official solution
Let denote the set of all matches, and denote the set of all players except the champion, then .
Define a mapping from to as follows:
Let , if player is eliminated in match , then . It is evident that is a one-to-one correspondence from to .
By the principle of equality, , so it takes matches to determine the champion.