A group of friends, numbered , take turns picking random numbers. Person 1 picks a number uniformly (at random) in , then person 2 picks a number uniformly (at random) in [0,2], and so on, with person picking a number uniformly (at random) in . What is the probability that the 16 numbers picked are strictly increasing?
Solution
Solution 1 (intuitive sketch). If person picks , this is basically a continuous version of Catalan paths (always from to , with 'up-right corners' at the . A cyclic shifts argument shows that ' ' of the increasing sequences in work (i.e. have for all ), so contribute volum . Explicitly, the cyclic shift we're using is for (though it's the same for any ), which sends increasing sequences in to increasing sequences in . The ' ' essentially follows from the fact that has period 17 , and almost every -orbit (of 17 (increasing) sequences) contains exactly 1 working sequence 3 But to be more rigorous, we still need some more justification 4 The volume contribution of permitted sequences (i.e. for all ; those under consideration in the first place) is 16 !, so based on the previous paragraph, our final probability is . Solution 2. Here we present a discrete version of the previous solution. To do this, we consider several related events. Let be a 16 -tuple chosen uniformly and randomly from (used to define events ). Let be a 16 -tuple chosen uniformly and randomly from (used to define event ). - is the event that 's coordinates are ordered ascending; - is the event that lies in the 'box' - is the event that when 's coordinates are sorted ascending to form (e.g. if then lies in the box; - is the event that when 's coordinates are sorted ascending to form lies in the aforementioned box. When satisfies this condition, is known as a parking function. We want to find because given that is in has a uniform distribution in the box, just as in the problem. Now note is invariant with respect to permutations, so . Since , we have . Furthermore, because only depends on the ceilings of the coordinates. So Given a 16 -tuple from , let (for integers ) be the 16 -tuple formed by adding to each coordinate and then reducing modulo 17 so that each coordinate lies in [1, 17]. Key claim (discrete analog of cyclic shifts argument). Exactly one of is a parking function. First, assuming this claim, it easily follows that . Substituting into gives . It now remains to prove the claim. Proof. Consider the following process. Begin with 17 parking spots around a circle, labelled 1 to 17 clockwise and all unoccupied. There are 16 cars, 1 to 16 , and they park one at a time, from 1 to 16 . The th car tries to park in the spot given by the th coordinate of . If this spot is occupied, that car parks in the closest unoccupied spot in the clockwise direction. Because there are only 16 cars, each car will be able to park, and exactly one spot will be left. Suppose that number 17 is left. For any integer , the cars that ended up parking in spots 1 through must have corresponded to coordinates at most . (If not, then the closest spot in the clockwise direction would have to be before spot 17 and greater than , a contradiction.) It follows that the th lowest coordinate is at most and that when is sorted, it lies in the box. Suppose now that is true. For any integer , the th lowest coordinate is at most , so there are (at least) cars whose corresponding coordinates are at most . At least one of these cars does not park in spots 1 through . Consider the first car to do so. It either parked in spot , or skipped over it because spot was occupied. Therefore spot is occupied at the end. This is true for all not equal to 17 , so spot 17 is left. It follows that is a parking function if and only if spot 17 is left. The same is true for (assuming that the process uses instead of ), etc. Observe that the process for is exactly that of , rotated by 1 spot clockwise. In particular, its empty spot is one more than that of , (where 1 is one more than 17.) It follows that exactly one of leaves the spot 17 , and that exactly one of these is a parking function. Solution 3. Suppose that person picks a number in the interval where . Then we have the condition: . Let be the number of 's such that . Then, for each admissible sequence , there is the probability that the problem condition holds, since if numbers are picked uniformly and randomly in the interval , then there is chance of them being in an increasing order. Thus the answer we are looking for is Thus it suffices to prove that Combinatorics The left hand side counts the number of 16 -tuple such that the th smallest entry is less than or equal to . In other words, this counts the number of parking functions of length 165 Since the number of parking functions of length is (as proven for in the previous solution), we obtain the desired result.