English

Local Enumeration and Majority Lower Bounds

Computational Complexity 2024-05-24 v3

Abstract

Depth-3 circuit lower bounds and kk-SAT algorithms are intimately related; the state-of-the-art Σ3k\Sigma^k_3-circuit lower bound and the kk-SAT algorithm are based on the same combinatorial theorem. In this paper we define a problem which reveals new interactions between the two. Define Enum(kk, tt) problem as: given an nn-variable kk-CNF and an initial assignment α\alpha, output all satisfying assignments at Hamming distance tt from α\alpha, assuming that there are no satisfying assignments of Hamming distance less than tt from α\alpha. Observe that: an upper bound b(n,k,t)b(n, k, t) on the complexity of Enum(kk, tt) implies: - Depth-3 circuits: Any Σ3k\Sigma^k_3 circuit computing the Majority function has size at least (nn2)/b(n,k,n2)\binom{n}{\frac{n}{2}}/b(n, k, \frac{n}{2}). - kk-SAT: There exists an algorithm solving kk-SAT in time O(t=1n/2b(n,k,t))O(\sum_{t = 1}^{n/2}b(n, k, t)). A simple construction shows that b(n,k,n2)2(1O(log(k)/k))nb(n, k, \frac{n}{2}) \ge 2^{(1 - O(\log(k)/k))n}. Thus, matching upper bounds would imply a Σ3k\Sigma^k_3-circuit lower bound of 2Ω(log(k)n/k)2^{\Omega(\log(k)n/k)} and a kk-SAT upper bound of 2(1Ω(log(k)/k))n2^{(1 - \Omega(\log(k)/k))n}. The former yields an unrestricted depth-3 lower bound of 2ω(n)2^{\omega(\sqrt{n})} solving a long standing open problem, and the latter breaks the Super Strong Exponential Time Hypothesis. In this paper, we propose a randomized algorithm for Enum(kk, tt) and introduce new ideas to analyze it. We demonstrate the power of our ideas by considering the first non-trivial instance of the problem, i.e., Enum(33, n2\frac{n}{2}). We show that the expected running time of our algorithm is 1.598n1.598^n, substantially improving on the trivial bound of 3n/21.732n3^{n/2} \simeq 1.732^n. This already improves Σ33\Sigma^3_3 lower bounds for Majority function to 1.251n1.251^n. The previous bound was 1.154n1.154^n which follows from the work of H{\aa}stad, Jukna, and Pudl\'ak (Comput. Complex.'95).

Keywords

Cite

@article{arxiv.2403.09134,
  title  = {Local Enumeration and Majority Lower Bounds},
  author = {Mohit Gurumukhani and Ramamohan Paturi and Pavel Pudlák and Michael Saks and Navid Talebanfard},
  journal= {arXiv preprint arXiv:2403.09134},
  year   = {2024}
}
R2 v1 2026-06-28T15:19:41.195Z