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 ∑iℰivi 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 ∑iℰivi, e.g. the weighted sum of all the vectors. Then,
E[|V|2] = E[(∑ℰivi)(∑ℰivi)] = ∑i∑jE[ℰiℰj]vivj.
Note that E[ℰiℰj] = 0 if i ≠ j. If i = j, then E[ℰi2] = 1. So, ∑i∑jE[ℰiℰj]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. ◻