English

Lower Bounds for Linear Operators

Computational Complexity 2025-09-04 v1 Discrete Mathematics Data Structures and Algorithms

Abstract

We consider a static data structure problem of computing a linear operator under cell-probe model. Given a linear operator MF2m×nM \in \mathbb{F}_2^{m \times n}, the goal is to pre-process a vector XF2nX \in \mathbb{F}_2^n into a data structure of size ss to answer any query Mi,X\langle M_i , X \rangle in time tt. We prove that for a random operator MM, any such data structure requires: tΩ(min{log(m/s),n/logs}). t \geq \Omega ( \min \{ \log (m/s) , n / \log s \} ). This result overcomes the well-known logarithmic barrier in static data structures [MNSW98, Sie04, PD06, PTW08, Pat11, DGW19] by using a random linear operator. Furthermore, it provides the first significant progress toward confirming a decades-old folklore conjecture: that non-linear pre-processing does not substantially help in computing most linear operators. A straightforward modification of our proof also yields a wire lower bound of Ω(nlog1/d(n))\Omega(n \cdot \log^{1/d}(n)) for depth-dd circuits with arbitrary gates that compute a specific linear operator MF2O(n)×nM \in \mathbb{F}_2^{O(n) \times n}, even against some small constant advantage over random guessing. This bound holds even for circuits with only a small constant advantage over random guessing, improving upon longstanding results [RS03, Che08a, Che08b, GHK+13] for a random operator. Finally, our work partially resolves the communication form of the Multiphase Conjecture [Pat10] and makes progress on Jukna-Schnitger's Conjecture [JS11, Juk12]. We address the former by considering the Inner Product (mod 2) problem (instead of Set Disjointness) when the number of queries mm is super-polynomial (e.g., 2n1/32^{n^{1/3}}), and the total update time is m0.99m^{0.99}. Our result for the latter also applies to cases with super-polynomial mm.

Keywords

Cite

@article{arxiv.2509.02730,
  title  = {Lower Bounds for Linear Operators},
  author = {Young Kun Ko},
  journal= {arXiv preprint arXiv:2509.02730},
  year   = {2025}
}

Comments

27 pages

R2 v1 2026-07-01T05:18:08.287Z