The Sensitivity Theorem #
This file proves the main quantitative form of the sensitivity conjecture:
for every Boolean function f of multilinear degree d ≥ 1, the sensitivity
of f is bounded below by √d. The proof combines the parity imbalance
lemma with the Huang hypercube lemma imported from Mathlib's
Archive.Sensitivity.
Proof outline #
- Find a
d-dimensional subcube on which the restriction offhas full degreed. - Reindex this subcube to
Fin (m+1) → Booland obtain a parity-sign imbalance: a class of more than2^mvertices with the same parity sign. - Apply the Huang hypercube lemma to extract a vertex with at least
√(m+1)same-class neighbours. - Each such neighbour is a bit-flip image
flipBit q ialong a distinct coordinatei, and at each suchithe functionfis sensitive. - Lift this lower bound on the local sensitivity of the restriction back to
fitself.