Sensitivity theorem
In-game article clicks load inline without leaving the challenge.
In computational complexity, the sensitivity theorem, proved by Hao Huang in 2019, states that the sensitivity of a Boolean function f : { 0 , 1 } n → { 0 , 1 } {\displaystyle f\colon \{0,1\}^{n}\to \{0,1\}} is at least the square root of its degree, thus settling a conjecture posed by Nisan and Szegedy in 1992. The proof is notably succinct, given that prior progress had been limited.
Background
Several papers in the late 1980s and early 1990s showed that various decision tree complexity measures of Boolean functions are polynomially related, meaning that if α ( f ) , β ( f ) {\displaystyle \alpha (f),\beta (f)} are two such measures then α ( f ) ≤ C β ( f ) C {\displaystyle \alpha (f)\leq C\beta (f)^{C}} for some constant C > 0 {\displaystyle C>0}. Nisan and Szegedy showed that degree and approximate degree are also polynomially related to all these measures. Their proof went via yet another complexity measure, block sensitivity, which had been introduced by Nisan. Block sensitivity generalizes a more natural measure, (critical) sensitivity, which had appeared before.
Nisan and Szegedy asked whether block sensitivity is polynomially bounded by sensitivity (the other direction is immediate since sensitivity is at most block sensitivity). This is equivalent to asking whether sensitivity is polynomially related to the various decision tree complexity measures, as well as to degree, approximate degree, and other complexity measures which have been shown to be polynomially related to these along the years. This became known as the sensitivity conjecture.
Along the years, several special cases of the sensitivity conjecture were proven. The sensitivity theorem was finally proven in its entirety by Huang, using a reduction of Gotsman and Linial.
Statement
Every Boolean function f : { 0 , 1 } n → { 0 , 1 } {\displaystyle f\colon \{0,1\}^{n}\to \{0,1\}} can be expressed in a unique way as a multilinear polynomial. The degree of f {\displaystyle f} is the degree of this unique polynomial, denoted deg ( f ) {\displaystyle \deg(f)}.
The sensitivity of the Boolean function f {\displaystyle f} at the point x ∈ { 0 , 1 } n {\displaystyle x\in \{0,1\}^{n}} is the number of indices i ∈ [ n ] {\displaystyle i\in [n]} such that f ( x ⊕ i ) ≠ f ( x ) {\displaystyle f(x^{\oplus i})\neq f(x)}, where x ⊕ i {\displaystyle x^{\oplus i}} is obtained from x {\displaystyle x} by flipping the i {\displaystyle i}'th coordinate. The sensitivity of f {\displaystyle f} is the maximum sensitivity of f {\displaystyle f} at any point x ∈ { 0 , 1 } n {\displaystyle x\in \{0,1\}^{n}}, denoted s ( f ) {\displaystyle s(f)}.
The sensitivity theorem states that
s ( f ) ≥ deg ( f ) . {\displaystyle s(f)\geq {\sqrt {\deg(f)}}.}
In the other direction, Tal, improving on an earlier bound of Nisan and Szegedy, showed that
s ( f ) ≤ deg ( f ) 2 . {\displaystyle s(f)\leq \deg(f)^{2}.}
The sensitivity theorem is tight for the AND-of-ORs function:
⋀ i = 1 m ⋁ j = 1 m x i j {\displaystyle \bigwedge _{i=1}^{m}\bigvee _{j=1}^{m}x_{ij}}
This function has degree m 2 {\displaystyle m^{2}} and sensitivity m {\displaystyle m}.
Proof
Let f : { 0 , 1 } n → { 0 , 1 } {\displaystyle f\colon \{0,1\}^{n}\to \{0,1\}} be a Boolean function of degree d {\displaystyle d}. Consider any maxonomial of f {\displaystyle f}, that is, a monomial of degree d {\displaystyle d} in the unique multilinear polynomial representing f {\displaystyle f}. If we substitute an arbitrary value in the coordinates not mentioned in the monomial then we get a function F {\displaystyle F} on d {\displaystyle d} coordinates which has degree d {\displaystyle d}, and moreover, s ( f ) ≥ s ( F ) {\displaystyle s(f)\geq s(F)}. If we prove the sensitivity theorem for F {\displaystyle F} then it follows for f {\displaystyle f}. So from now on, we assume without loss of generality that f {\displaystyle f} has degree n {\displaystyle n}.
Define a new function g : { 0 , 1 } n → { 0 , 1 } {\displaystyle g\colon \{0,1\}^{n}\to \{0,1\}} by
g ( x 1 , … , x n ) = f ⊕ x 1 ⊕ ⋯ ⊕ x n . {\displaystyle g(x_{1},\dots ,x_{n})=f\oplus x_{1}\oplus \cdots \oplus x_{n}.}
It can be shown that since f {\displaystyle f} has degree n {\displaystyle n} then g {\displaystyle g} is unbalanced (meaning that | g − 1 ( 0 ) | ≠ | g − 1 ( 1 ) | {\displaystyle |g^{-1}(0)|\neq |g^{-1}(1)|}), say | g − 1 ( 1 ) | > 2 n − 1 {\displaystyle |g^{-1}(1)|>2^{n-1}}. Consider the subgraph G {\displaystyle G} of the hypercube (the graph on { 0 , 1 } n {\displaystyle \{0,1\}^{n}} in which two vertices are connected if they differ by a single coordinate) induced by S = g − 1 ( 1 ) {\displaystyle S=g^{-1}(1)}. In order to prove the sensitivity theorem, it suffices to show that G {\displaystyle G} has a vertex whose degree is at least n {\displaystyle {\sqrt {n}}}. This reduction is due to Gotsman and Linial.
Huang constructs a signing of the hypercube in which the product of the signs along any square is − 1 {\displaystyle -1}. This means that there is a way to assign a sign to every edge of the hypercube so that this property is satisfied. The same signing had been found earlier by Ahmadi et al., which were interested in signings of graphs with few distinct eigenvalues.
Let A {\displaystyle A} be the signed adjacency matrix corresponding to the signing. The property that the product of the signs in every square is − 1 {\displaystyle -1} implies that A 2 = n I {\displaystyle A^{2}=nI}, and so half of the eigenvalues of A {\displaystyle A} are n {\displaystyle {\sqrt {n}}} and half are − n {\displaystyle -{\sqrt {n}}}. In particular, the eigenspace of n {\displaystyle {\sqrt {n}}} (which has dimension 2 n − 1 {\displaystyle 2^{n-1}}) intersects the space of vectors supported by S {\displaystyle S} (which has dimension > 2 n − 1 {\displaystyle >2^{n-1}}), implying that there is an eigenvector v {\displaystyle v} of A {\displaystyle A} with eigenvalue n {\displaystyle {\sqrt {n}}} which is supported on S {\displaystyle S}. (This is a simplification of Huang's original argument due to Shalev Ben-David.)
Consider a point x ∈ S {\displaystyle x\in S} maximizing | v x | {\displaystyle |v_{x}|}. On the one hand, A v = n v {\displaystyle Av={\sqrt {n}}v}. On the other hand, A v {\displaystyle Av} is at most the sum of absolute values of all neighbors of x {\displaystyle x} in S {\displaystyle S}, which is at most deg G ( x ) ⋅ | v x | {\displaystyle \deg _{G}(x)\cdot |v_{x}|}. Hence deg G ( x ) ≥ n {\displaystyle \deg _{G}(x)\geq {\sqrt {n}}}.
Constructing the signing
Huang constructed the signing recursively. When n = 1 {\displaystyle n=1}, we can take an arbitrary signing. Given a signing σ n {\displaystyle \sigma _{n}} of the n {\displaystyle n}-dimensional hypercube Q n {\displaystyle Q_{n}}, we construct a signing of Q n + 1 {\displaystyle Q_{n+1}} as follows. Partition Q n + 1 {\displaystyle Q_{n+1}} into two copies of Q n {\displaystyle Q_{n}}. Use σ n {\displaystyle \sigma _{n}} for one of them and − σ n {\displaystyle -\sigma _{n}} for the other, and assign all edges between the two copies the sign 1 {\displaystyle 1}.
The same signing can also be expressed directly. Let ( x , y ) {\displaystyle (x,y)} be an edge of the hypercube. If i {\displaystyle i} is the first coordinate on which x , y {\displaystyle x,y} differ, we use the sign ( − 1 ) x 1 + ⋯ + x i − 1 {\displaystyle (-1)^{x_{1}+\cdots +x_{i-1}}}.
Extensions
The sensitivity theorem can be equivalently restated as
deg ( f ) ≤ s ( f ) 2 . {\displaystyle \deg(f)\leq s(f)^{2}.}
Laplante et al. refined this to
deg ( f ) ≤ s 0 ( f ) s 1 ( f ) , {\displaystyle \deg(f)\leq s_{0}(f)s_{1}(f),}
where s b ( f ) {\displaystyle s_{b}(f)} is the maximum sensitivity of f {\displaystyle f} at a point in f − 1 ( b ) {\displaystyle f^{-1}(b)}. They showed furthermore that this bound is attained at two neighboring points of the hypercube.
Aaronson, Ben-David, Kothari, Rao and Tal defined a new measure, the spectral sensitivity of f {\displaystyle f}, denoted λ ( f ) {\displaystyle \lambda (f)}. This is the largest eigenvalue of the adjacency matrix of the sensitivity graph of f {\displaystyle f}, which is the subgraph of the hypercube consisting of all sensitive edges (edges connecting two points x , y {\displaystyle x,y} such that f ( x ) ≠ f ( y ) {\displaystyle f(x)\neq f(y)}). They showed that Huang's proof can be decomposed into two steps:
- deg ( f ) ≤ λ ( f ) 2 {\displaystyle \deg(f)\leq \lambda (f)^{2}}.
- λ ( f ) ≤ s ( f ) {\displaystyle \lambda (f)\leq s(f)}.
Using this measure, they proved several tight relations between complexity measures of Boolean functions: deg ( f ) = O ( Q ( f ) 2 ) {\displaystyle \deg(f)=O(Q(f)^{2})} and D ( f ) = O ( Q ( f ) 4 ) {\displaystyle D(f)=O(Q(f)^{4})}. Here D ( f ) {\displaystyle D(f)} is the deterministic query complexity and Q ( f ) {\displaystyle Q(f)} is the quantum query complexity.
Dafni et al. extended the notions of degree and sensitivity to Boolean functions on the symmetric group and on the perfect matching association scheme, and proved analogs of the sensitivity theorem for such functions. Their proofs use a reduction to Huang's sensitivity theorem.
See also
Notes
- Aaronson, Scott; Ben-David, Shalev; Kothari, Robin; Rao, Shravas; Tal, Avishay (2021-06-15). Degree vs. approximate degree and Quantum implications of Huang's sensitivity theorem. ACM. pp. 1330–1342. arXiv:. doi:. ISBN 978-1-4503-8053-9.
- Ahmadi, Bahman; Alinaghipour, Fatemeh; Cavers, Michael S.; Fallat, Shaun; Meagher, Karen; Nasserasr, Shahla (September 2013). "Minimum number of distinct eigenvalues of graphs". Electronic Journal of Linear Algebra. 26. International Linear Algebra Society: 673–691. arXiv:. doi:. ISSN .
- Bafna, Mitali; Lokam, Satyanarayana V.; Tavenas, Sébastien; Velingker, Ameya; Faliszewski, Piotr; Muscholl, Anca; Niedermeier, Rolf (2016). "On the Sensitivity Conjecture for Read-k Formulas". 41st International Symposium on Mathematical Foundations of Computer Science (MFCS 2016). p. 14 pages. doi:. ISSN .
- Dafni, Neta; Filmus, Yuval; Lifshitz, Noam; Lindzey, Nathan; Vinyals, Marc; Lee, James R. (2021). "Complexity Measures on the Symmetric Group and Beyond (Extended Abstract)". 12th Innovations in Theoretical Computer Science (ITCS) conference. p. 5 pages, 326343 bytes. doi:. ISSN .
- Ben-David, Shalev (3 July 2019). .
- Blum, Manuel; Impagliazzo, Russell (1987). "Generic oracles and oracle classes". 28th Annual Symposium on Foundations of Computer Science (sfcs 1987). IEEE. doi:.
- Buhrman, Harry; de Wolf, Ronald (2002). "Complexity measures and decision tree complexity: a survey". Theoretical Computer Science. 288 (1). Elsevier BV: 21–43. doi:. ISSN .
- C. S., Karthik; Tavenas, Sébastien; Lal, Akash; Akshay, S.; Saurabh, Saket; Sen, Sandeep (2016). "On the Sensitivity Conjecture for Disjunctive Normal Forms". 36th IARCS Annual Conference on Foundations of Software Technology and Theoretical Computer Science (FSTTCS 2016). p. 15 pages. doi:. ISSN .
- Cook, Stephen; Dwork, Cynthia; Reischuk, Rüdiger (1986). "Upper and Lower Time Bounds for Parallel Random Access Machines without Simultaneous Writes". SIAM Journal on Computing. 15 (1): 87–97. doi:. ISSN .
- Gotsman, Chaim; Linial, Nati (1992). . Journal of Combinatorial Theory, Series A. 61 (1). Elsevier BV: 142–146. doi:. ISSN .
- Hartmanis, Juris; Hemachandra, Lane A. (1991). . Theoretical Computer Science. 81 (1): 155–163. doi:.
- Hatami, Pooya; Kulkarni, Raghav; Pankratov, Denis (2011). . Theory of Computing. 1 (1): 1–27. doi:. ISSN .
- Huang, Hao (2019-11-01). "Induced subgraphs of hypercubes and a proof of the Sensitivity Conjecture". Annals of Mathematics. 190 (3). arXiv:. doi:. ISSN .
- Klarreich, Erica (July 25, 2019). . Quanta Magazine.
- Laplante, Sophie; Naserasr, Reza; Sunny, Anupa; Wang, Zhouningxin (2023-03-07). . Archive ouverte HAL.
- Nisan, Noam (1991). "CREW PRAMs and Decision Trees". SIAM Journal on Computing. 20 (6): 999–1007. doi:. ISSN .
- Nisan, Noam; Szegedy, Mario (1994). "On the degree of boolean functions as real polynomials". Computational Complexity. 4 (4): 301–313. doi:. ISSN .
- Simon, Hans-Ulrich (1983). "A tight Ω(loglog n)-bound on the time for parallel Ram's to compute nondegenerated boolean functions". Foundations of Computation Theory. Lecture Notes in Computer Science. Vol. 158. Berlin, Heidelberg: Springer Berlin Heidelberg. pp. 439–444. doi:. ISBN 978-3-540-12689-8.
- Tal, Avishay (2013-01-09). "Properties and applications of boolean function composition". ITCS '13: Proceedings of the 4th conference on Innovations in Theoretical Computer Science. ACM. doi:. ISBN 978-1-4503-1859-4.
- Tardos, G. (1989). "Query complexity, or why is it difficult to separate N P A ∩ c o N P A {\displaystyle NP^{A}\cap coNP^{A}} from P A {\displaystyle P^{A}} by random oracles A {\displaystyle A}?". Combinatorica. 9 (4): 385–392. doi:. ISSN .
- Wegener, Ingo (1987). The Complexity of Boolean Functions. Stuttgart Chichester New York Brisbane [etc.]: John Wiley & Sons. ISBN 0-471-91555-6.