Trinomials and Deterministic Complexity Limits for Real Solving
Emma Boniface, Weixun Deng, J. Maurice Rojas
TL;DR
This work advances deterministic real-root solving for sparse univariate polynomials by focusing on trinomials f(x)=c_1+c_2 x^{a_2}+c_3 x^{a_3}. It introduces an ill-conditioning criterion tied to a trinomial discriminant and proves that, for the non-ill-conditioned majority of inputs, one can compute all real roots to Smale-approximate accuracy in time \\log^{4+o(1)}(dH), with each approximate root having height O(\\log(dH)). The methodology blends Baker-type bounds on linear forms in logarithms, \mathcal{A}-hypergeometric series to seed Newton iterations, and a careful Newton-analytic framework via a global parameter Γ_f to certify convergence. The paper also links real-root solving to Koiran's Trinomial Sign Problem, showing a substantial fraction of inputs admit polynomial-time sign evaluation at rational points when the trinomial is not ill-conditioned. Finally, it discusses a root-separation chasm at four terms, illustrating why efficient deterministic real-solving is plausible for binomials and trinomials but may break down for tetranomials, and it sketches potential extensions to circuit systems and higher-dimensional sparse problems.
Abstract
We detail an algorithm that -- for all but a $\frac{1}{Ω(\log(dH))}$ fraction of $f\in\mathbb{Z}[x]$ with exactly $3$ monomial terms, degree $d$, and all coefficients in $\{-H,\ldots, H\}$ -- produces an approximate root (in the sense of Smale) for each real root of $f$ in deterministic time $\log^{4+o(1)}(dH)$ in the classical Turing model. (Each approximate root is a rational with logarithmic height $O(\log(dH))$.) The best previous deterministic bit complexity bounds were exponential in $\log d$. We then relate this to Koiran's Trinomial Sign Problem (2017): Decide the sign of a degree $d$ trinomial $f\in\mathbb{Z}[x]$ with coefficients in $\{-H,\ldots,H\}$, at a point $r\!\in\!\mathbb{Q}$ of logarithmic height $\log H$, in (deterministic) time $\log^{O(1)}(dH)$. We show that Koiran's Trinomial Sign Problem admits a positive solution, at least for a fraction $1-\frac{1}{Ω(\log(dH))}$ of the inputs $(f,r)$.
