ConceptComplete

The Probabilistic Method

The probabilistic method, pioneered by Paul Erdos, proves the existence of combinatorial objects with desired properties by showing that a randomly chosen object has the property with positive probability. This non-constructive technique has become one of the most versatile tools in combinatorics.


Basic Method

Definition7.1Probabilistic Existence Argument

To show that a combinatorial structure with property PP exists, define a probability space on the set of all candidate structures and prove Pr[P]>0\Pr[P] > 0. This guarantees existence without providing an explicit construction.

Definition7.2Random Graph $G(n, p)$

The Erdos-Rényi random graph G(n,p)G(n, p) is the probability space of graphs on nn labeled vertices where each edge is included independently with probability p[0,1]p \in [0, 1]. For p=1/2p = 1/2, the model assigns equal probability 2(n2)2^{-\binom{n}{2}} to each graph on nn vertices.

ExampleErdos's Ramsey Lower Bound

R(k,k)>nR(k, k) > n for n=2k/2n = \lfloor 2^{k/2} \rfloor. Proof: In G(n,1/2)G(n, 1/2), for any kk-subset SS, the probability that SS is a clique or independent set is 22(k2)2 \cdot 2^{-\binom{k}{2}}. By the union bound: Pr[ monochromatic Kk](nk)21(k2)<nkk!21k(k1)/2.\Pr[\exists \text{ monochromatic } K_k] \leq \binom{n}{k} \cdot 2^{1-\binom{k}{2}} < \frac{n^k}{k!} \cdot 2^{1 - k(k-1)/2}. For n=2k/2n = \lfloor 2^{k/2} \rfloor, this is less than 1. So a 2-coloring of KnK_n without monochromatic KkK_k exists.


First Moment Method

Definition7.3First Moment Method

If XX is a non-negative random variable, then Pr[X1]E[X]\Pr[X \geq 1] \leq \mathbb{E}[X] (Markov). Contrapositively, if E[X]<1\mathbb{E}[X] < 1, then Pr[X=0]>0\Pr[X = 0] > 0. For "deletion" arguments: if E[X]\mathbb{E}[X] is small, one can delete few elements to achieve X=0X = 0.

RemarkAlteration Method

The alteration (or deletion) method starts with a random structure, then modifies it to achieve the desired property. For instance, to find a large independent set in a graph, take a random subset SS of vertices, then delete one vertex from each edge within SS. The expected number of surviving vertices provides a lower bound on α(G)\alpha(G).