Theorem 1 (Arora, Rao, Vazirani, 2004) There is an O( √ log n)-approximation algorithm for sparsest cut. The proof of the theorem uses a SDP relaxation in terms of vectors vi ∈ Rn for all i ∈ V . Define distances to be d(i, j) ≡ ‖vi − vj‖ and balls to be B(i, r) ≡ {j ∈ V | d(i, j) ≤ r}. We first showed that if there exists a vertex i ∈ V such that |B(i, 1/4)| ≥ n/4, then we can find a cut of sp...