ProbabilisticMethod 15
ProbabilisticMethod 15
This result might seem surprising, as one might intuitively expect E[S] to depend on
the choice of n.
For simplicity, let us call a person a fixed point if they receive their own name tag.1
Thus S is just the number of fixed points, and we wish to show that E[S] = 1. If we’re
interested in the expected value, then according to our definition we should go through
all n! permutations, count up the total number of fixed points, and then divide by n! to
get the average. Since we want E[S] = 1, we expect to see a total of n! fixed points.
Let us begin by illustrating the case n = 4 first, calling the people W , X, Y , Z.
W X Y Z ⌃
1 W X Y Z 4
2 W X Z Y 2
3 W Y X Z 2
4 W Y Z X 1
5 W Z X Y 1
6 W Z Y X 2
7 X W Y Z 2
8 X W Z Y 0
9 X Y W Z 1
10 X Y Z W 0
11 X Z W Y 0
12 X Z Y W 1
13 Y W X Z 1
14 Y W Z X 0
15 Y X W Z 2
16 Y X Z W 1
17 Y Z W X 0
18 Y Z X W 0
19 Z W X Y 0
20 Z W Y X 1
21 Z X W Y 1
22 Z X Y W 2
23 Z Y W X 0
24 Z Y X W 0
⌃ 6 6 6 6 24
We’ve listed all 4! = 24 permutations, and indeed we see that there are a total of 24
fixed points, which I’ve bolded in red. Unfortunately, if we look at the rightmost column,
there doesn’t seem to be a pattern, and it seems hard to prove that this holds for larger
n.
However, suppose that rather than trying to add by rows, we add by columns. There’s
a very clear pattern if we try to add by the columns: we see a total of 6 fixed points in
each column. Indeed, the six fixed W points correspond to the 3! = 6 permutations of
the remaining letters X, Y , Z. Similarly, the six fixed X points correspond to the 3! = 6
permutations of the remaining letters W , Y , Z.
This generalizes very nicely: if we have n letters, then each letter appears as a fixed
point (n 1)! times.
1
This is actually a term used to describe points which are unchanged by a permutation. So the usual
phrasing of this question is “what is the expected number of fixed points of a random permutation?”
2
Evan Chen《陳誼廷》 — 11 August 2014 Expected Uses of Probability
Obviously,
S = S 1 + S 2 + · · · + Sn .
Moreover, it is easy to see that E[Si ] = P(Si = 1) = n1 for each i: if we look at any
particular person, the probability they get their own name tag is simply n1 . Therefore,
1 1 1
E[S] = E[S1 ] + E[S2 ] + · · · + E[Sn ] = + + · · · + = 1.
n
| n {z n
}
n times
Now that was a lot easier! By working in the context of expected value, we get a
framework where the “double-counting” idea is basically automatic. In other words,
linearity of expectation lets us only focus on small, local components when computing an
expected value, without having to think about why it works.
3
Evan Chen《陳誼廷》 — 11 August 2014 Expected Uses of Probability
We seek E[X1 + X2 + · · · + X2006 ]. Note that any particular baby has probability 1 2
2 = 1
4
of being unpoked (if both its neighbors miss). Hence E[Xi ] = 14 for each i, and
1 1003
E[X1 + X2 + · · · + X2006 ] = E[X1 ] + E[X2 ] + · · · + E[X2006 ] = 2006 · = .
4 2
Seriously, this should feel like cheating.
4
Evan Chen《陳誼廷》 — 11 August 2014 Expected Uses of Probability
this is at most
✓ ◆19 ✓ ◆k ✓ ◆k 19 ✓ ◆31
1 eC 19 18 19 18 19
· =e · e .
e 19 C C C
It turns out that C = 48 is the best possible outcome here. Needless to say, establishing
the equality when C = 1331 is trivial.
We’ll present two partial solutions (c < 1), one using Local Lovász, and one using
alteration. For completeness we also present the official solution obtaining
p c = 1, even
though it is not probabilistic. Then, we will establish the bound O( n log n) using some
modern tools (this was [3]).
p
Split the n lines into c n groups of size cn each, arbitrarily. We are going to select one
line from each of the groups at random to be blue. Let the regions be R1 , R2 , . . . , Rm .
For each region Rk we consider an event Ak meaning “the three chosen lines bounding
Rk are blue”; We will show there is a nonzero probability that no events occur.
3
The probability of Ak is at most cn 1/2 . (It is equal to this if the three of the
chosen lines are from different groups, and is zero if any two are in the same
p
group.)
For each Rk , we have three groups to consider. Each group consists of c lines. Each
n
p
line is part of at most 2n 2 regions. Hence Ak depends on at most 3 · c
n
· (2n 2)
events.
Thus,
✓ ◆ ✓ p ◆
c 3 n
e p 3· · (2n 2) < 6ec2 = 1
n c
and we are done by LLL.
11
Evan Chen《陳誼廷》 — 11 August 2014 Expected Uses of Probability
Proof. Consider each of the n2 intersection of two lines. One can check it is the vertex
of at most two triangles. Since each triangle has three vertices, this implies there are at
most 23 n2 < 13 n2 triangles.
12
Evan Chen《陳誼廷》 — 11 August 2014 Expected Uses of Probability
Problem 6.2 (Romania 2004). Prove that for any complex numbers z1 , z2 , . . . , zn ,
satisfying |z1 |2 + |z2 |2 + · · · + |zn |2 = 1, one can select "1 , "2 , . . . , "n 2 { 1, 1} such that
n
X
"k zk 1.
k=1
Problem 6.3 (Shortlist 1999 C4). Let A be a set of N residues (mod N 2 ). Prove that
there exists a set B of of N residues (mod N 2 ) such that A + B = {a + b|a 2 A, b 2 B}
contains at least half of all the residues (mod N 2 ).
Problem 6.4 (Iran TST 2008/6). Suppose 799 teams participate in a round-robin
tournament. Prove that one can find two disjoint groups A and B of seven teams each
such that all teams in A defeated all teams in B.
Problem 6.5 (Caro-Wei Theorem). Consider a graph G with vertex set V . Prove that
one can find an independent set with size at least
X 1
.
deg v + 1
v2V
Remark. Note that, by applying Jensen’s inequality, our independent set has size at least
d+1 , where d is the average degree. This result is called Turán’s Theorem (or the
n
complement thereof).
(If A is the empty set, then SA = 0.) Prove that for any positive number , the number
of sets A satisfying SA is at most 2n 3 / 2 . For which choices of x1 , x2 , . . . , xn ,
does equality hold?
Problem 6.7 (Online Math Open, Ray Li). Kevin has 2n 1 cookies, each labeled with
a unique nonempty subset of {1, 2, . . . , n}. Each day, he chooses one cookie uniformly at
random out of the cookies not yet eaten. Then, he eats that cookie, and all remaining
cookies that are labeled with a subset of that cookie. Compute the expected value of the
number of days that Kevin eats a cookie before all cookies are gone.
Problem 6.8. Let n be a positive integer. Let ak denote the number of permutations of
n elements with k fixed points. Compute
a1 + 4a2 + 9a3 + · · · + n2 an .
Problem 6.9 (Russia 1999). In a certain school, every boy likes at least one girl. Prove
that we can find a set S of at least half the students in the school such that each boy in
S likes an odd number of girls in S.
Problem 6.10 (Sperner). Consider N distinct subsets S1 , S2 , . . . , SN of {1, 2, . . . , n}
such that no Si is a subset of any Sj . Prove that
✓ ◆
n
N ⌅1 ⇧ .
2n
15
Evan Chen《陳誼廷》 — 11 August 2014 Expected Uses of Probability
Problem 6.11. Let n be a positive integer. Suppose 11n points are arranged in a circle,
colored with one of n colors, so that each color appears exactly 11 times. Prove that one
can select a point of every color such that no two are adjacent.
Problem 6.12 (Sweden 2010, adapted). In a town with n people, any two people either
know each other,por they both know someone in common. Prove that one can find a
group of at most n log n + 1 people, such that anyone else knows at least one person in
the group.
Problem 6.13 (Erdös). Prove that in any set S of n distinct positive integers we can
always find a subset T with 13 n or more elements with the property that a + b 6= c for
any a, b, c 2 T (not necessarily distinct).
Problem 6.14 (Korea 2016). Let U be a set of m triangles. Prove that there exists a
subset W ✓ U with at least 0.45m0.8 triangles, with the following property: there are no
points A, B, C, D, E, F for which ABC, BCD, CDE, DEF , EF A, F AB are all in W .
§7 Solution Sketches
2.4 Answer: 9.1. Make an indicator variable for each adjacent pair.
2.5 Answer: 360. Pick a, b, c randomly and compute E[0.abc]. Then multiply by |S|.
2.8 Answer: 1866. Show that one can replace + or - buttons with STOP. Show that one
can replace 1 and 3 buttons with 2. Let p = 35 . Compute 2(p + 10p2 + · · · + 104 p5 ).
3.5 Suppose there are n people, and decide each edge with a coin flip. Compute the
expected number of 1000-subsets for which there is no one better than all. Check that
this is less than 1 for very large n.
3.6 Show that a random permutations has expected value at most 0. Why are the
inequalities strict?
3.7 Let ni be the number of committees which the ith delegate is in. Pick two committees
randomly and find the expected value
P ofnithe number of common members. Use Jensen’s
inequality to get a lower bound on 2 .
16
Evan Chen《陳誼廷》 — 11 August 2014 Expected Uses of Probability
6.1 Pick the contestants randomly. Find the expected number of problems both miss.
6.2 Select each of the "i randomly with a coin flip. Square the left-hand side and use
the fact that |z|2 = zz for any z.
6.3 Randomly selecting B works; you can even permit repeated elements in B. You may
need the inequality 1 n1 1e .
n
6.4 Let dk be the number of teams which defeat the kth team (here 1 k 799). Select
A randomly and compute the expected number of teams dominated by everyone in A.
You need Jensen on the function x7 .
6.5 Use the following greedy algorithm – pick a random vertex, then delete it and all its
neighbors. Repeat until everything is gone.
6.7 The number of days equals the number of times a cookie is chosen. Compute the
probability any particular cookie is chosen; i.e. the expected value of the number of times
the cookie is chosen. Sum up.
6.8 For a random permutation let X be the number of fixed points. We already know
E[X] = 1. Compute E[ X2 ]. Use this to obtain E[X 2 ].
6.9 Use a coin flip to decide whether to select each girl, then take as many boys as
possible. Show that any person, girl or boy, has exactly a 50% chance of being chosen.
; = T0 ⇢ T1 ⇢ T2 ⇢ · · · ⇢ Tn = {1, 2, . . . , n}.
6.12 If any vertex has small degree, p then its neighbors are already the desired set. So
assume all degrees are greater than n log n. Pick each person with probability p for
some well-chosen p; then we expect to pick np people. Show that the probability someone
fails is less than n1 and use a union bound. The inequality 1 p e p is helpful.
6.13 Work modulo a huge prime p = 3k + 2. Find a nice sum-free (mod p) set U of size
k + 1 first, and then consider Un = {nx | x 2 U } for a random choice of n. Compute
E[|S \ Un |].
6.14 Fix U and use alteration. Add a triangle to W with probability p, then for every
bad 6-tuple contained in W , delete one of the triangles from W .
17
Evan Chen《陳誼廷》 — 11 August 2014 Expected Uses of Probability
References
[1] pythag011 at http://www.aops.com/Forum/viewtopic.php?f=133&t=481300
[3] Problem 6 talk (c > 1) by Po-Shen Loh, USA leader, at the IMO 2014.
Thanks to all the sources above. Other nice reads that I went through while preparing
this, but eventually did not use:
1. Alon and Spencer’s The Probabilistic Method. The first four chapters are here:
http://cs.nyu.edu/cs/faculty/spencer/nogabook/.
2. A MathCamp lecture that gets the girth-chromatic number result:
http://math.ucsb.edu/~padraic/mathcamp_2010/class_graph_theory_probabilistic/
lecture2_girth_chromatic.pdf
18