Unbounded-width CSPs are Untestable in a Sublinear Number of Queries
By: Yumou Fei
Potential Business Impact:
Makes checking some computer problems much harder.
The bounded-degree query model, introduced by Goldreich and Ron (\textit{Algorithmica, 2002}), is a standard framework in graph property testing and sublinear-time algorithms. Many properties studied in this model, such as bipartiteness and 3-colorability of graphs, can be expressed as satisfiability of constraint satisfaction problems (CSPs). We prove that for the entire class of \emph{unbounded-width} CSPs, testing satisfiability requires $\Omega(n)$ queries in the bounded-degree model. This result unifies and generalizes several previous lower bounds. In particular, it applies to all CSPs that are known to be $\mathbf{NP}$-hard to solve, including $k$-colorability of $\ell$-uniform hypergraphs for any $k,\ell \ge 2$ with $(k,\ell) \neq (2,2)$. Our proof combines the techniques from Bogdanov, Obata, and Trevisan (\textit{FOCS, 2002}), who established the first $\Omega(n)$ query lower bound for CSP testing in the bounded-degree model, with known results from universal algebra.
Similar Papers
Unbounded-width CSPs are Untestable in a Sublinear Number of Queries
Computational Complexity
Tests hard computer problems need lots of data.
Going Beyond Twin-width? CSPs with Unbounded Domain and Few Variables
Data Structures and Algorithms
Makes hard math problems easier for computers.
Testing H-freeness on sparse graphs, the case of bounded expansion
Data Structures and Algorithms
Tests if graphs are missing specific patterns quickly.