English

Counting Small Induced Subgraphs: Hardness via Fourier Analysis

Computational Complexity 2025-12-11 v3 Data Structures and Algorithms

Abstract

For a fixed graph property Φ\Phi and integer k1k \geq 1, consider the problem of counting the induced kk-vertex subgraphs satisfying Φ\Phi in an input graph GG. This problem can be solved by brute-force in time O(nk)O(n^{k}). Under ETH, we prove several lower bounds on the optimal exponent in this running time: If Φ\Phi is edge-monotone (i.e., closed under deleting edges), then ETH rules out no(k)n^{o(k)} time algorithms for this problem. This strengthens a recent lower bound by D\"{o}ring, Marx and Wellnitz [STOC 2024]. Our result also holds for counting modulo fixed primes. If at most (2ε)(k2)(2-\varepsilon)^{\binom{k}{2}} graphs on kk vertices satisfy Φ\Phi, for some ε>0\varepsilon > 0, then ETH also rules out an exponent of o(k)o(k). This holds even when the graphs in Φ\Phi have arbitrary individual weights, generalizing previous results for hereditary properties by Focke and Roth [SIAM J. Comput. 2024]. If Φ\Phi is non-trivial and excludes βΦ\beta_\Phi edge-densities, then the optimal exponent under ETH is Ω(βΦ)\Omega(\beta_\Phi). This holds even when the graphs in Φ\Phi have arbitrary individual weights, generalizing previous results by Roth, Schmitt and Wellnitz [SIAM J. Comput. 2024]. In all cases, we also obtain #W[1]\mathsf{\#W[1]}-hardness if kk is part of the input and considered as the parameter. We also obtain lower bounds on the Weisfeiler-Leman dimension. As opposed to the nontrivial techniques from combinatorics, group theory, and simplicial topology used before, our results follow from a relatively straightforward ``algebraization'' of the problem in terms of polynomials, combined with applications of simple algebraic facts, which can also be interpreted in terms of Fourier analysis.

Keywords

Cite

@article{arxiv.2407.07051,
  title  = {Counting Small Induced Subgraphs: Hardness via Fourier Analysis},
  author = {Radu Curticapean and Daniel Neuen},
  journal= {arXiv preprint arXiv:2407.07051},
  year   = {2025}
}

Comments

43 pages, 1 figures, full version of a paper accepted at SODA 2025; second version fixes an issue in the introduction regarding colorful versus uncolored subgraph counts; third version significantly extends/simplifies several results and improves the presentation