English

The Orthogonal Vectors Conjecture for Branching Programs and Formulas

Computational Complexity 2017-09-18 v1 Data Structures and Algorithms

Abstract

In the Orthogonal Vectors (OV) problem, we wish to determine if there is an orthogonal pair of vectors among nn Boolean vectors in dd dimensions. The OV Conjecture (OVC) posits that OV requires n2o(1)n^{2-o(1)} time to solve, for all d=ω(logn)d=\omega(\log n). Assuming the OVC, optimal time lower bounds have been proved for many prominent problems in PP. We prove that OVC is true in several computational models of interest: * For all sufficiently large nn and dd, OV for nn vectors in {0,1}d\{0,1\}^d has branching program complexity Θ~(nmin(n,2d))\tilde{\Theta}(n\cdot \min(n,2^d)). In particular, the lower bounds match the upper bounds up to polylog factors. * OV has Boolean formula complexity Θ~(nmin(n,2d))\tilde{\Theta}(n\cdot \min(n,2^d)), over all complete bases of O(1)O(1) fan-in. * OV requires Θ~(nmin(n,2d))\tilde{\Theta}(n\cdot \min(n,2^d)) wires, in formulas comprised of gates computing arbitrary symmetric functions of unbounded fan-in. Our lower bounds basically match the best known (quadratic) lower bounds for any explicit function in those models. Analogous lower bounds hold for many related problems shown to be hard under OVC, such as Batch Partial Match, Batch Subset Queries, and Batch Hamming Nearest Neighbors, all of which have very succinct reductions to OV. The proofs use a certain kind of input restriction that is different from typical random restrictions where variables are assigned independently. We give a sense in which independent random restrictions cannot be used to show hardness, in that OVC is false in the "average case" even for AC0AC^0 formulas: * For every fixed p(0,1)p \in (0,1) there is an ϵp>0\epsilon_p > 0 such that for every nn and dd, OV instances where input bits are independently set to 11 with probability pp (and 00 otherwise) can be solved with AC0AC^0 formulas of size O(n2ϵp)O(n^{2-\epsilon_p}), on all but a on(1)o_n(1) fraction of instances.

Keywords

Cite

@article{arxiv.1709.05294,
  title  = {The Orthogonal Vectors Conjecture for Branching Programs and Formulas},
  author = {Daniel Kane and Ryan Williams},
  journal= {arXiv preprint arXiv:1709.05294},
  year   = {2017}
}

Comments

15 pages

R2 v1 2026-06-22T21:44:38.285Z