5 questions to test your understanding
Erdos proved that R(k,k) >= 2^(k/2) using the probabilistic method. What is the argument?
The alteration method improves on the basic probabilistic method by first generating a random structure and then deterministically removing defects. For the independent set problem, this yields a bound of alpha(G) >= sum_v 1/(d(v)+1). Which step is the 'alteration'?
The second moment method proves that a random variable X is positive with high probability. It uses the inequality Pr[X > 0] >= (E[X])^2 / E[X^2]. This is the Paley-Zygmund inequality.
The probabilistic method is inherently non-constructive: it can never lead to efficient algorithms for finding the objects whose existence it proves.
To prove that there exists a tournament on n vertices where every set of k = O(log n) vertices has a common dominator, the probabilistic method shows that the expected number of sets WITHOUT a dominator is less than 1. What probability space is used?