Exponential Time Hypothesis
Canonical statement
View source LaTeX
No deterministic algorithm decides satisfiability of
\(3\)-CNF formulas with \(n\) variables in time \(2^{o(n)}\), where a
\(3\)-CNF is a conjunction of clauses, each containing at most three
literals.Notes
The Exponential Time Hypothesis, formulated by Impagliazzo and Paturi in 1999, sharpens into a quantitative statement: no deterministic algorithm decides satisfiability of -CNF formulas on variables in time [ImpagliazzoPaturi2001ETH]. Whereas only rules out polynomial time, the hypothesis excludes even mildly subexponential time for -SAT, and is therefore a stronger assumption.
A key technical ingredient is the sparsification lemma of Impagliazzo, Paturi and Zane, which expresses any -CNF as a disjunction of subexponentially many formulas, each with only linearly many clauses; this makes the hypothesis robust under changes of the size parameter and turns it into a versatile basis for reductions [ImpagliazzoPaturiZane2001]. On this foundation a large body of conditional lower bounds has been built, yielding essentially tight running-time bounds for many exact, parameterized and approximation problems [LokshtanovMarxSaurabh2011].
The hypothesis is unproven: present unconditional techniques cannot rule out subexponential algorithms for -SAT, and since the hypothesis implies , any proof must go beyond all current lower-bound methods.
References (3)
- [ImpagliazzoPaturi2001ETH]
On the complexity of k-SAT
Open ↗Russell Impagliazzo and Ramamohan Paturi · 2001 · misc
- [ImpagliazzoPaturiZane2001]
Which problems have strongly exponential complexity?
Open ↗Russell Impagliazzo and Ramamohan Paturi and Francis Zane · 2001 · misc
- [LokshtanovMarxSaurabh2011]
Lower bounds based on the Exponential Time Hypothesis
Open ↗Daniel Lokshtanov and Dániel Marx and Saket Saurabh · 2011 · misc
The boxed statement is the canonical open formulation — not a stronger variant or a related research program. The status reflects the catalog's last review; do your own literature search before investing serious effort.