English

From Graph Properties to Graph Parameters: Tight Bounds for Counting on Small Subgraphs

Computational Complexity 2024-07-10 v1 Data Structures and Algorithms

Abstract

A graph property is a function Φ\Phi that maps every graph to {0, 1} and is invariant under isomorphism. In the #IndSub(Φ)\#IndSub(\Phi) problem, given a graph GG and an integer kk, the task is to count the number of kk-vertex induced subgraphs GG' with Φ(G)=1\Phi(G')=1. #IndSub(Φ)\#IndSub(\Phi) can be naturally generalized to graph parameters, that is, to functions Φ\Phi on graphs that do not necessarily map to {0, 1}: now the task is to compute the sum GΦ(G)\sum_{G'} \Phi(G') taken over all kk-vertex induced subgraphs GG'. This problem setting can express a wider range of counting problems (for instance, counting kk-cycles or kk-matchings) and can model problems involving expected values (for instance, the expected number of components in a subgraph induced by kk random vertices). Our main results are lower bounds on #IndSub(Φ)\#IndSub(\Phi) in this setting, which simplify, generalize, and tighten the recent lower bounds of D\"oring, Marx, and Wellnitz [STOC'24] in various ways. (1) We show a lower bound for every nontrivial edge-monotone graph parameter Φ\Phi with finite codomain (not only for parameters that take value in {0, 1}). (2) The lower bound is tight: we show that, assuming ETH, there is no f(k)no(k)f(k)n^{o(k)} time algorithm. (3) The lower bound applies also to the modular counting versions of the problem. (4) The lower bound applies also to the multicolored version of the problem. We can extend the #W[1]-hardness result to the case when the codomain of Φ\Phi is not finite, but has size at most (1ε)k(1 - \varepsilon)\sqrt{k} on kk-vertex graphs. However, if there is no bound on the size of the codomain, the situation changes significantly: for example, there is a nontrivial edge-monotone function Φ\Phi where the size of the codomain is kk on kk-vertex graphs and #IndSub(Φ)\#IndSub(\Phi) is FPT.

Keywords

Cite

@article{arxiv.2407.06801,
  title  = {From Graph Properties to Graph Parameters: Tight Bounds for Counting on Small Subgraphs},
  author = {Simon Döring and Dániel Marx and Philip Wellnitz},
  journal= {arXiv preprint arXiv:2407.06801},
  year   = {2024}
}
R2 v1 2026-06-28T17:34:15.563Z