The Probabilistic Method

math  probability  ]

Mathematical truth is immutable; it lies outside physical reality... This is our belief; this is our core motivating force.

Joel Spencer, author of The Probabilistic Method

The following problem & proof, at least for me, outline the beauty of the probabilistic method. The first idea behind this problem is almost always induction. However, TPM gives way to an immediate result.

Problem 1. Let v1, …vn be unit vectors in d. Prove that it is possible to assign weights i ∈ { ± 1} such that the vector iivi has Euclidean norm less than or equal to √n.

Proof. Fix n to be a nonnegative integer. Then, fix a set of n unit vectors v1, …vn. Let W be the random set of size n such that each element is either 1 or  − 1 with equal probability 1/2. Denote the ith value of W as i. Then, let V be iivi, e.g. the weighted sum of all the vectors. Then,

E[|V|2] = E[(∑ℰivi)(∑ℰivi)] = ∑ijE[ℰij]vivj.

Note that E[ℰij] = 0 if i ≠ j. If i = j, then E[ℰi2] = 1. So, ijE[ℰij]vivj = ∑ivi ⋅ vi = n.

This means that there is a set of weights such that |V|2 ≤ n. So, for this set of weights, |V| ≤ √n. ◻