Jump to content

Sensitivity theorem: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎Notes: Add "see also"
Added a proof of the theorem
Line 24: Line 24:
:<math>\bigwedge_{i=1}^m \bigvee_{j=1}^m x_{ij} </math>
:<math>\bigwedge_{i=1}^m \bigvee_{j=1}^m x_{ij} </math>
This function has degree <math>m^2</math> and sensitivity <math>m</math>.
This function has degree <math>m^2</math> and sensitivity <math>m</math>.

== Proof ==

Let <math>f\colon \{0,1\}^n \to \{0,1\}</math> be a Boolean function of degree <math>d</math>. Consider any ''maxonomial'' of <math>f</math>, that is, a monomial of degree <math>d</math> in the unique multilinear polynomial representing <math>f</math>. If we substitute an arbitrary value in the coordinates not mentioned in the monomial then we get a function <math>F</math> on <math>d</math> coordinates which has degree <math>d</math>, and moreover, <math>s(f) \geq s(F)</math>. If we prove the sensitivity theorem for <math>F</math> then it follows for <math>f</math>. So from now on, we assume without loss of generality that <math>f</math> has degree <math>n</math>.

Define a new function <math>g\colon \{0,1\}^n \to \{0,1\}</math> by
:<math>g(x_1,\dots,x_n) = f \oplus x_1 \oplus \cdots \oplus x_n.</math>
It can be shown that since <math>f</math> has degree <math>n</math> then <math>g</math> is unbalanced (meaning that <math>|g^{-1}(0)| \neq |g^{-1}(1)|</math>), say <math>|g^{-1}(1)| > 2^{n-1}</math>. Consider the subgraph <math>G</math> of the hypercube (the graph on <math>\{0,1\}^n</math> in which two vertices are connected if they differ by a single coordinate) induced by <math>S = g^{-1}(1)</math>. In order to prove the sensitivity theorem, it suffices to show that <math>G</math> has a vertex whose degree is at least <math>\sqrt{n}</math>. This reduction is due to Gotsman and Linial.{{sfn|Gotsman|Linial|1992}}

Huang{{sfn|Huang|2019}} constructs a ''signing of the hypercube'' in which the product of the signs along any square is <math>-1</math>. 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.{{sfn|Ahmadi|Alinaghipour|Cavers|Fallat|2013}} in a different context.

Let <math>A</math> be the signed adjacency matrix corresponding to the signing. The property that the product of the signs in every square is <math>-1</math> implies that <math>A^2=nI</math>, and so half of the eigenvalues of <math>A</math> are <math>\sqrt{n}</math> and half are <math>-\sqrt{n}</math>. In particular, the eigenspace of <math>\sqrt{n}</math> (which has dimension <math>2^{n-1}</math>) intersects the space of vectors supported by <math>S</math> (which has dimension <math>>2^{n-1}</math>), implying that there is an eigenvector <math>v</math> of <math>A</math> with eigenvalue <math>\sqrt{n}</math> which is supported on <math>S</math>. (This is a simplification of Huang's original argument due to Shalev Ben-David.{{sfn|Ben-David|2019}})

Consider a point <math>x \in S</math> maximizing <math>|v_x|</math>. On the one hand, <math>Av = \sqrt{n}v</math>.
On the other hand, <math>Av</math> is at most the sum of absolute values of all neighbors of <math>x</math> in <math>S</math>, which is at most <math>\deg_G(x) \cdot |v_x|</math>. Hence <math>\deg_G(x) \geq \sqrt{n}</math>.


==See also==
==See also==
Line 32: Line 47:


==References==
==References==
* {{cite journal | last1=Ahmadi | first1=Bahman | last2=Alinaghipour | first2=Fatemeh | last3=Cavers | first3 = Michael S. | last4=Fallat | first4=Shaun | last5=Meagher | first5=Karen | last6=Nasserasr | first6=Shahla | title=Minimum number of distinct eigenvalues of graphs | journal=Electronic Journal of Linear Algebra | issn=1081-3810 | publisher=International Linear Algebra Society | volume=26 | pages=673–691 | date=September 2013}}
* {{cite conference | last=Bafna | first=Mitali | last2=Lokam | first2=Satyanarayana V. | last3=Tavenas | first3=Sébastien | last4=Velingker | first4=Ameya | last5=Faliszewski | first5=Piotr | last6=Muscholl | first6=Anca | last7=Niedermeier | first7=Rolf | title=On the Sensitivity Conjecture for Read-{{mvar|k}} Formulas | book-title=41st International Symposium on Mathematical Foundations of Computer Science (MFCS 2016) | date=2016 | issn=1868-8969 | doi=10.4230/LIPICS.MFCS.2016.16 | page=14 pages}}
* {{cite conference | last=Bafna | first=Mitali | last2=Lokam | first2=Satyanarayana V. | last3=Tavenas | first3=Sébastien | last4=Velingker | first4=Ameya | last5=Faliszewski | first5=Piotr | last6=Muscholl | first6=Anca | last7=Niedermeier | first7=Rolf | title=On the Sensitivity Conjecture for Read-{{mvar|k}} Formulas | book-title=41st International Symposium on Mathematical Foundations of Computer Science (MFCS 2016) | date=2016 | issn=1868-8969 | doi=10.4230/LIPICS.MFCS.2016.16 | page=14 pages}}
* {{cite web | last=Ben-David | first=Shalev | url=https://scottaaronson.blog/?p=4229#comment-1813084 | title=Comment #35 to Sensitivity Conjecture resolved | date=3 July 2019}}
* {{cite conference | last=Blum | first=Manuel | last2=Impagliazzo | first2=Russell | title=Generic oracles and oracle classes | book-title=28th Annual Symposium on Foundations of Computer Science (sfcs 1987) | publisher=IEEE | date=1987 | doi=10.1109/sfcs.1987.30}}
* {{cite conference | last=Blum | first=Manuel | last2=Impagliazzo | first2=Russell | title=Generic oracles and oracle classes | book-title=28th Annual Symposium on Foundations of Computer Science (sfcs 1987) | publisher=IEEE | date=1987 | doi=10.1109/sfcs.1987.30}}
* {{cite journal | last=Buhrman | first=Harry | last2=de Wolf | first2=Ronald | title=Complexity measures and decision tree complexity: a survey | journal=Theoretical Computer Science | publisher=Elsevier BV | volume=288 | issue=1 | year=2002 | issn=0304-3975 | doi=10.1016/s0304-3975(01)00144-x | pages=21–43}}
* {{cite journal | last=Buhrman | first=Harry | last2=de Wolf | first2=Ronald | title=Complexity measures and decision tree complexity: a survey | journal=Theoretical Computer Science | publisher=Elsevier BV | volume=288 | issue=1 | year=2002 | issn=0304-3975 | doi=10.1016/s0304-3975(01)00144-x | pages=21–43}}

Revision as of 15:11, 25 April 2024

In computational complexity, the Sensitivity Theorem, proved by Hao Huang in 2019,[1] states that the sensitivity of a Boolean function is at least the square root of its degree, thus settling a conjecture posed by Nisan and Szegedy in 1992.[2]

Background

Several papers in the late 1980s and early 1990s[3][4][5][6] showed that various decision tree complexity measures of Boolean functions are polynomially related, meaning that if are two such measures then for some constant . Nisan and Szegedy[7] 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.[6] Block sensitivity generalizes a more natural measure, (critical) sensitivity, which had appeared before.[8][9][10]

Nisan and Szegedy asked[11] 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.[12] This became known as the sensitivity conjecture.[13]

Along the years, several special cases of the sensitivity conjecture were proven.[14][15] The sensitivity theorem was finally proven in its entirety by Huang,[1] using a reduction of Gotsman and Linial.[16]

Statement

Every Boolean function can be expressed in a unique way as a multilinear polynomial. The degree of is the degree of this unique polynomial, denoted .

The sensitivity of the Boolean function at the point is the number of indices such that , where is obtained from by flipping the 'th coordinate. The sensitivity of is the maximum sensitivity of at any point , denoted .

The sensitivity theorem states that

In the other direction, Tal,[17] improving on an earlier bound of Nisan and Szegedy,[2] showed that

The sensitivity theorem is tight for the AND-of-ORs function:[18]

This function has degree and sensitivity .

Proof

Let be a Boolean function of degree . Consider any maxonomial of , that is, a monomial of degree in the unique multilinear polynomial representing . If we substitute an arbitrary value in the coordinates not mentioned in the monomial then we get a function on coordinates which has degree , and moreover, . If we prove the sensitivity theorem for then it follows for . So from now on, we assume without loss of generality that has degree .

Define a new function by

It can be shown that since has degree then is unbalanced (meaning that ), say . Consider the subgraph of the hypercube (the graph on in which two vertices are connected if they differ by a single coordinate) induced by . In order to prove the sensitivity theorem, it suffices to show that has a vertex whose degree is at least . This reduction is due to Gotsman and Linial.[16]

Huang[1] constructs a signing of the hypercube in which the product of the signs along any square is . 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.[19] in a different context.

Let be the signed adjacency matrix corresponding to the signing. The property that the product of the signs in every square is implies that , and so half of the eigenvalues of are and half are . In particular, the eigenspace of (which has dimension ) intersects the space of vectors supported by (which has dimension ), implying that there is an eigenvector of with eigenvalue which is supported on . (This is a simplification of Huang's original argument due to Shalev Ben-David.[20])

Consider a point maximizing . On the one hand, . On the other hand, is at most the sum of absolute values of all neighbors of in , which is at most . Hence .

See also

Notes

References

  • 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. ISSN 1081-3810.
  • 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:10.4230/LIPICS.MFCS.2016.16. ISSN 1868-8969.
  • Ben-David, Shalev (3 July 2019). "Comment #35 to Sensitivity Conjecture resolved".
  • Blum, Manuel; Impagliazzo, Russell (1987). "Generic oracles and oracle classes". 28th Annual Symposium on Foundations of Computer Science (sfcs 1987). IEEE. doi:10.1109/sfcs.1987.30.
  • Buhrman, Harry; de Wolf, Ronald (2002). "Complexity measures and decision tree complexity: a survey". Theoretical Computer Science. 288 (1). Elsevier BV: 21–43. doi:10.1016/s0304-3975(01)00144-x. ISSN 0304-3975.
  • 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:10.4230/LIPICS.FSTTCS.2016.15. ISSN 1868-8969.
  • 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:10.1137/0215006. ISSN 0097-5397.
  • Gotsman, Chaim; Linial, Nati (1992). "The equivalence of two problems on the cube". Journal of Combinatorial Theory, Series A. 61 (1). Elsevier BV: 142–146. doi:10.1016/0097-3165(92)90060-8. ISSN 0097-3165.
  • Hartmanis, Juris; Hemachandra, Lane A. (1991). "One-way functions and the nonisomorphism of NP-complete sets". Theoretical Computer Science. 81 (1): 155–163. doi:10.1016/0304-3975(91)90323-T.
  • Hatami, Pooya; Kulkarni, Raghav; Pankratov, Denis (2011). "Variations on the Sensitivity Conjecture". Theory of Computing. 1 (1): 1–27. doi:10.4086/toc.gs.2011.004. ISSN 1557-2862.
  • Huang, Hao (2019-11-01). "Induced subgraphs of hypercubes and a proof of the Sensitivity Conjecture". Annals of Mathematics. 190 (3). doi:10.4007/annals.2019.190.3.6. ISSN 0003-486X.
  • Nisan, Noam (1991). "CREW PRAMs and Decision Trees". SIAM Journal on Computing. 20 (6): 999–1007. doi:10.1137/0220062. ISSN 0097-5397.
  • Nisan, Noam; Szegedy, Mario (1994). "On the degree of boolean functions as real polynomials". Computational Complexity. 4 (4): 301–313. doi:10.1007/BF01263419. ISSN 1016-3328.
  • 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. Vol. 158. Berlin, Heidelberg: Springer Berlin Heidelberg. doi:10.1007/3-540-12689-9_124. 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:10.1145/2422436.2422485. ISBN 978-1-4503-1859-4.
  • Tardos, G. (1989). "Query complexity, or why is it difficult to separate from by random oracles ?". Combinatorica. 9 (4): 385–392. doi:10.1007/BF02125350. ISSN 0209-9683.
  • Wegener, Ingo (1987). The Complexity of Boolean Functions. Stuttgart Chichester New York Brisbane [etc.]: John Wiley & Sons. ISBN 0-471-91555-6.