English

k-SUM Hardness Implies Treewidth-SETH

Computational Complexity 2025-10-16 v2 Data Structures and 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 ε>0\varepsilon>0 and an algorithm which solves SAT in time (2ε)twϕO(1)(2-\varepsilon)^{tw}|\phi|^{O(1)}, where twtw 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δ)k2n^{(1-\delta)\frac{k}{2}} for some δ>0\delta>0 and all sufficiently large kk. We also establish an analogous result for the k-XOR problem, where integer addition is replaced by component-wise addition modulo 22. 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, kk-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.

Keywords

Cite

@article{arxiv.2510.08185,
  title  = {k-SUM Hardness Implies Treewidth-SETH},
  author = {Michael Lampis},
  journal= {arXiv preprint arXiv:2510.08185},
  year   = {2025}
}

Comments

SODA 2026

R2 v1 2026-07-01T06:26:44.372Z