← all problems

Transfer Rubinstein's SETH-hardness of (1+eps)-approximate closest pair from the bichromatic case to the monochromatic case, or find a subquadratic algorithm

open⟳ loop-capableTransfer hardnessconfidence: highverified 2026-08-10nearest-neighborgeometryfine-grainedsethdistributed-pcp
Record
n^{2-Omega~(eps^{1/3})} time for (1+eps)-approximate closest pair via the polynomial method
Record held by
Alman, Chan & Williams, FOCS 2016
Hardness
bichromatic version: for every delta > 0 there is eps > 0 with no n^{2-delta} algorithm for (1+eps)-approximation under SETH; monochromatic approximate version: no n^{1.5-delta} algorithm for (1+eps)-approximation (eps = eps(delta) > 0 constant) in c log n dimensions under SETH — full n^{2-o(1)} hardness remains open
Hardness from
Rubinstein, STOC 2018; Karthik C. S. & Manurangsi, ITCS 2019 / Combinatorica 2020 (arXiv:1812.00901)
Endgame
refutation side: a subquadratic exact (or n^{1.5-delta} approximate) algorithm refutes SETH via the Karthik–Manurangsi reduction, and SETH's failure implies E^NP lacks linear-size series-parallel circuits (Jahanjou–Miles–Viola, ICALP 2015; stated as Cor. B.3 in Carmosino et al., ITCS 2016)
Hypotheses
SETH
Problems
Monochromatic Closest Pair, Bichromatic Closest Pair, Approximate Nearest Neighbor, Orthogonal Vectors

Statement

Closest pair: given n points in d-dimensional space (d = polylog(n), any of Hamming, Euclidean, or ell_1 metrics), find a pair at approximately minimum distance — output a pair whose distance is within a factor (1+eps) of the true minimum. In the bichromatic version the points are colored red and blue and the pair must be one of each; in the monochromatic version any pair counts. The problem: prove that (1+eps)-approximate monochromatic closest pair has no n^{2-delta}-time algorithm for some constant eps > 0 assuming SETH (the Strong Exponential Time Hypothesis) — or refute it with a truly subquadratic algorithm for every constant eps.

Current record

Rubinstein (STOC 2018) proved the bichromatic case hard: using "distributed PCPs" — probabilistically checkable proofs built from communication protocols — he showed that for every delta > 0 there is an eps > 0 such that a n^{2-delta}-time (1+eps)-approximation would refute SETH. On the algorithms side, Alman, Chan and Williams (FOCS 2016) gave a n^{2-Omega~(eps^{1/3})}-time algorithm via probabilistic polynomial representations of threshold functions. For the monochromatic case, Karthik C. S. and Manurangsi (ITCS 2019; Combinatorica 2020, arXiv:1812.00901) transferred hardness for the exact problem in d = (log n)^{Omega(1)} dimensions — and, contrary to earlier drafts of this problem, they also proved a partial approximate result: under SETH, no O(n^{1.5-delta})-time algorithm can (1+eps)-approximate monochromatic closest pair for some constant eps = eps(delta) > 0, in c log n dimensions. What remains open (as of 2026-08) is lifting that n^{1.5} to the full n^{2-o(1)}; they note the 1.5 exponent is an artifact of their proof strategy, and that an improved upper bound on the number of minimum-weight codewords in algebraic-geometric codes would resolve the question completely. The obstruction to a direct transfer is that OV-style reductions naturally produce two-sided (red/blue) instances, and known tricks for collapsing colors destroy the approximation gap.

Why it matters

Approximate closest pair is the offline core of approximate nearest-neighbor search, one of the most deployed geometric primitives in existence (vector databases, embeddings retrieval). The bichromatic hardness already anchors the attention and KDE problems; the monochromatic case is the version practitioners actually run. A transfer here would also likely produce a reusable "color-collapsing gadget" applicable across the fine-grained geometry cluster. An algorithm would be even more surprising and would immediately propagate to clustering-type subroutines — and it carries an unconditional endgame: beating the known SETH lower bounds would falsify SETH itself, which by Jahanjou–Miles–Viola implies E^NP lacks linear-size series-parallel circuits.

Attack surface

Template to imitate: Karthik–Manurangsi's exact-case transfer, which routes through a balanced code-based embedding — the open question is a gap-preserving version at full quadratic hardness. Karthik–Manurangsi themselves flag the concrete bite point: improve the state-of-the-art bound on minimum-weight codewords in algebraic-geometric codes and their n^{1.5} barrier lifts to n^2. Candidate gadgets: locally dense codes, or Rubinstein-style advice sets arranged so that same-color near pairs are forced to be far. Special case to try first: eps = o(1) shrinking with n (weaker than constant eps but already new), or the ell_infinity metric where gaps behave more rigidly.