We are given an infinite deck of cards, each with a real number on it. For every real number , there is exactly one card in the deck that has written on it. Now two players draw disjoint sets and of cards each from this deck. We would like to define a rule that declares one of them a winner. This rule should satisfy the following conditions:
1. The winner only depends on the relative order of the cards: if the cards are laid down in increasing order face down and we are told which card belongs to which player, but not what numbers are written on them, we can still decide the winner.
2. If we write the elements of both sets in increasing order as and , and for all , then beats .
3. If three players draw three disjoint sets from the deck, beats and beats , then also beats .
How many ways are there to define such a rule? Here, we consider two rules as different if there exist two sets and such that beats according to one rule, but beats according to the other.
Solution
Answer. .
Solution 1. We prove a more general statement for sets of cardinality (the problem being the special case , then the answer is ). In the following, we write or for " beats ".
Part I. Let us first define different rules that satisfy the conditions. To this end, fix an index . We write both and in increasing order as and and say that beats if and only if . This rule clearly satisfies all three conditions, and the rules corresponding to different are all different. Thus there are at least different rules.
Part II. Now we have to prove that there is no other way to define such a rule. Suppose that our rule satisfies the conditions, and let be minimal with the property that
Clearly, such a exists, since this holds for by assumption. Now consider two disjoint sets and , both in increasing order (i.e., and ). We claim that if (and only if - this follows automatically) .
To prove this statement, pick arbitrary real numbers such that
and
and set
Then
- and for all , so and by the second condition.
- The elements of are ordered in the same way as those of , and since by our choice of , we also have (if , this is trivial).
- The elements of are ordered in the same way as those of , and since by our choice of , we also have .
It follows that
so by the third condition, which is what we wanted to prove.
Solution 2. Another possible approach to Part II of this problem is induction on . For , there is trivially only one rule in view of the second condition.
In the following, we assume that our claim (namely, that there are no possible rules other than those given in Part I) holds for in place of . We start with the following observation:
Claim. At least one of the two relations
and
holds.
Proof. Suppose that the first relation does not hold. Since our rule may only depend on the relative order, we must also have
Likewise, if the second relation does not hold, then we must also have
Now condition 3 implies that
which contradicts the second condition.
Now we distinguish two cases, depending on which of the two relations actually holds:
First case: .
Let and be two disjoint sets, both in increasing order. We claim that the winner can be decided only from the values of and , while and are actually irrelevant. Suppose that this was not the case, and assume without loss of generality that . Then the relative order of is fixed, and the position of has to decide the winner. Suppose that for some value , wins, while for some other value , wins.
Write and , and let be smaller than half the distance between any two of the numbers in . For any set , let be the set obtained by adding/subtracting to all elements of . By our choice of , the relative order of the elements of is still the same as for , while the relative order of the elements of is still the same as for . Thus , but . Moreover, if , then by condition 2, while otherwise the relative order of the elements in is the same as for the two sets and , so that . In either case, we obtain
which contradicts condition 3.
So we know now that the winner does not depend on . Therefore, we can define a new rule on sets of cardinality by saying that if and only if for some (or equivalently, all ) such that , and and are disjoint. The rule satisfies all conditions again, so by the induction hypothesis, there exists an index such that if and only if the smallest element of is less than the smallest element of . This implies that if and only if the smallest element of is less than the smallest element of , which completes our induction.
Second case: .
Set for any . For any two disjoint sets of cardinality , we write to mean . It is easy to see that defines a rule to determine a winner that satisfies the three conditions of our problem as well as the relation of the first case. So it follows in the same way as in the first case that for some , if and only if the smallest element of is less than the smallest element of , which is equivalent to the condition that the largest element of is greater than the largest element of . This proves that the original rule also has the desired form.