Streaming MaxCut Section 5 Proof Technique

April 27, 2025

1. Choose a Hard Input Distribution

We can claim that Alice calculates the message deterministically by Yao’s minimax principle. Informally the principle states that to prove a lower bound against randomized algorithms, it suffices to analyze a hard input distribution. We can fix the worst-case randomness and analyze the protocol as deterministic over a specially chosen input distribution.

2. Message-Induced Partition of the Input Space

3. Fourier Analysis of the Conditioned Distribution

Parseval theorem states that for any \(f: \{ 0,1 \}^n \to \mathbb{R}\): \[\mathbb{E}_{x \sim \{ 0,1 \}^n}[f(x)^2] = \sum_{v \in \{ 0,1 \}^n} \widehat{f}(v)^2\] Note: if \(f\) is defined on \(\{ -1,1 \}^n\), then the corresponding function defined on \(\{ 0,1 \}^n\) is simply \(f_{01}(x_{1}, x_{2}, \ldots, x_{n}) = f((-1)^{x_{1}}, (-1)^{x_{2}}, \ldots, (-1)^{x_{n}})\).

4. Bounding Fourier Spectrum via Representation Counting

5. Use TVD to Derive Communication Lower Bound