Strong Exponential Time Hypothesis

From papers

The iterated logarithm function is defined recursively by

log(n)={0n1;log(logn)+1n>1.\log^*(n) = \begin{cases}0 & n \le 1; \\ \log^*(\log n)+1 & n > 1.\end{cases}

For a positive integer kk, kk-SAT asks whether a Boolean formula with nn variables has a satisfying assignment. Strong Exponential Time Hypothesis. For every δ>0\delta>0 there is a positive integer kk such that kk-SAT instances with nn variables cannot be solved in time O(2n(1δ))O(2^{n(1-\delta)}) by a randomized algorithm. SETH is a standard fine-grained complexity assumption underlying conditional lower bounds for the problems studied in the paper.

Progress summary

Nothing recorded yet. Refresh searches the literature and the public web for attempts on this problem, and writes the first summary here.

Sources & referencesView supporting material

Primary source

Josh Alman and Yunfeng Guan, “Finer-Grained Hardness of Kernel Density Estimation”, arXiv:2407.02372 (2024).

Solutions 0

No solutions have been posted yet.