English

Solving Polynomial Equations Over Finite Fields

Computational Complexity 2024-10-29 v1 Data Structures and Algorithms

Abstract

We present a randomized algorithm for solving low-degree polynomial equation systems over finite fields faster than exhaustive search. In order to do so, we follow a line of work by Lokshtanov, Paturi, Tamaki, Williams, and Yu (SODA 2017), Bj\"orklund, Kaski, and Williams (ICALP 2019), and Dinur (SODA 2021). In particular, we generalize Dinur's algorithm for F2\mathbb{F}_2 to all finite fields, in particular the "symbolic interpolation" of Bj\"orklund, Kaski, and Williams, and we use an efficient trimmed multipoint evaluation and interpolation procedure for multivariate polynomials over finite fields by Van der Hoeven and Schost (AAECC 2013). The running time of our algorithm matches that of Dinur's algorithm for F2\mathbb{F}_2 and is significantly faster than the one of Lokshtanov et al. for q>2q>2. We complement our results with tight conditional lower bounds that, surprisingly, we were not able to find in the literature. In particular, under the strong exponential time hypothesis, we prove that it is impossible to solve nn-variate low-degree polynomial equation systems over Fq\mathbb{F}_q in time O((qε)n)O((q-\varepsilon)^{n}). As a bonus, we show that under the counting version of the strong exponential time hypothesis, it is impossible to compute the number of roots of a single nn-variate low-degree polynomial over Fq\mathbb{F}_q in time O((qε)n){O((q-\varepsilon)^{n})}; this generalizes a result of Williams (SOSA 2018) from F2\mathbb{F}_2 to all finite fields.

Keywords

Cite

@article{arxiv.2410.20162,
  title  = {Solving Polynomial Equations Over Finite Fields},
  author = {Holger Dell and Anselm Haak and Melvin Kallmayer and Leo Wennmann},
  journal= {arXiv preprint arXiv:2410.20162},
  year   = {2024}
}
R2 v1 2026-06-28T19:36:37.874Z