Everyone has heard of P vs NP: the question of whether problems like 3-SAT — "can these logical clauses all be made true at once?" — have a fast, polynomial-time algorithm. Almost everyone believes the answer is no. But that belief, even if proven, would leave a surprising amount unsaid.
Suppose 3-SAT really has no polynomial algorithm. How slow is it, exactly? Does it need steps, where n is the number of variables? Or might there be a clever method running in , or , that is still technically exponential but vastly faster in practice?
P vs NP cannot tell these apart. The Exponential Time Hypothesis (ETH), proposed by Russell Impagliazzo and Ramamohan Paturi in 1999–2001, is a bolder bet that fills the gap: 3-SAT doesn't just lack a fast algorithm — it genuinely requires exponential time. That sharper claim turns out to unlock tight, concrete limits all across computer science.
Comments
Loading comments...