k-SUM Hardness Implies Treewidth-SETH
Michael Lampis
TL;DR
This work establishes a fundamental link between Sum-based hardness (k-SUM/k-XOR) and SAT hardness parameterized by treewidth (tw-SETH). It develops randomized reductions from k-SUM and k-XOR to SAT on formulas with treewidth near (k/2)·log n by combining interactive hashing with pathwidth reductions and then extends these ideas to derive tight lower bounds for classic DP problems parameterized by treewidth. The approach strengthens confidence in treewidth-based lower bounds by deriving them from Sum-based hypotheses and provides a new bridge between the Sum and SAT branches of fine-grained complexity. The results have practical implications for the optimality of DP algorithms for Independent Set, Max Cut, and k-Coloring under these alternative hypotheses, broadening the landscape of assumptions that underpin lower bounds in parameterized algorithms.
Abstract
We show that if k-SUM is hard, in the sense that the standard algorithm is essentially optimal, then a variant of the SETH called the Primal Treewidth SETH is true. Formally: if there is an $\varepsilon>0$ and an algorithm which solves SAT in time $(2-\varepsilon)^{tw}|φ|^{O(1)}$, where $tw$ is the width of a given tree decomposition of the primal graph of the input, then there exists a randomized algorithm which solves k-SUM in time $n^{(1-δ)\frac{k}{2}}$ for some $δ>0$ and all sufficiently large $k$. We also establish an analogous result for the k-XOR problem, where integer addition is replaced by component-wise addition modulo $2$. As an application of our reduction we are able to revisit tight lower bounds on the complexity of several fundamental problems parameterized by treewidth (Independent Set, Max Cut, $k$-Coloring). Our results imply that these bounds, which were initially shown under the SETH, also hold if one assumes the k-SUM or k-XOR Hypotheses, arguably increasing our confidence in their validity.
