The Tournament Bracket Paradox
In a round-robin tournament with players, each pair of players plays exactly once, and every game has a winner (no ties). Call a tournament transitive if the players can be ranked so that player beats player whenever (a "perfect ordering").
Show that for every , there exists a tournament on players that is not transitive, yet has the property that for every player , there exists another player who beats .
Actually, prove the stronger and more surprising fact:
For every , there exists a tournament on players such that for every subset of players with , there is some player outside who beats every player in .
Wait โ is this even possible? For : find a tournament on 3 players where for every single player , some other player beats . (That's easy: a 3-cycle.) Now for : prove that there exists a tournament on 7 players such that for every pair of players , there is a third player who beats both and .
Answer: The Tournament Bracket Paradox
Key Idea / Intuition
The surprising fact is that "domination" by a single player can be replaced by "domination of every small set" โ and such tournaments actually exist. The trick is to use a probabilistic argument: in a random tournament (each game independently decided by a fair coin), the probability that some pair has no common dominator is small when is large enough. For specifically, we can use a beautiful algebraic/explicit construction via the quadratic residues modulo 7 (the Paley tournament), which has exactly this property.
The key insight: instead of searching, use the probabilistic method โ show that a random tournament on players (for large enough ) satisfies the property with positive probability, so such a tournament must exist. For we exhibit it concretely.
Formal Proof / Solution
Part 1: The explicit construction
Label players (elements of ). Define the tournament by:
(These are exactly the quadratic residues mod 7: , , .)
Claim: For every pair , there exists a player who beats both and .
By the rotational symmetry of the construction (it's invariant under ), it suffices to check the case . The players who beat are those with , i.e., .
For each , we need some that also beats , meaning .
- : Need with , i.e. . Intersection with : . โ
- : Need . Intersection: . โ
- : Need . Intersection: . โ
- : Need . Intersection: . โ
- : Need . Intersection: . โ
- : Need . Intersection: . โ
Every pair has a common dominator.
Part 2: Probabilistic proof for general
Theorem: For sufficiently large, there exists a tournament on players such that for every set of players, some player outside beats all of .
Proof: Consider a random tournament on players where each game is decided by a fair coin flip, independently.
Fix a set of players and a player . The probability that beats all players in is . So the probability that no player outside beats all of is:
There are choices of . By the union bound, the probability that some set has no dominator is at most:
For , we have , so but more importantly the exponential decay dominates the polynomial as .
Concretely: as since decays faster than any polynomial.
So this probability is less than 1 for large , meaning with positive probability the random tournament has the desired property. Therefore such a tournament exists.
Why This Is Surprising
The property says: no matter which players you pick, the remaining players "cover" them โ someone beats all of them. This feels like it should be impossible (who dominates everyone?), but it doesn't require a single "king" โ different dominators can cover different subsets. The probabilistic argument shows existence without construction; the Paley tournament over gives a beautiful explicit example for small .
Source: putnam/2008s.pdf (probabilistic method flavor); Paley tournament construction is classical combinatorics folklore