Pith. sign in

REVIEW 1 minor 1 cited by

If a sparse multivariate polynomial with bounded total degree is an exact power, its base has bounded sparsity, enabling a deterministic polynomial-time root algorithm.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · grok-4.3

2026-07-03 03:41 UTC pith:LLCAAACQ

load-bearing objection The paper gives a deterministic poly-time algorithm for exact e-th roots of sparse multivariate polys when total degree D is bounded, via a new sparsity bound on the root that improves the dependence on sparsity from quasi-poly to poly.

arxiv 2607.02364 v1 pith:LLCAAACQ submitted 2026-07-02 cs.DS math.AC

Deterministic Polynomial-time Exact-root Computation for Sparse Polynomials with Bounded Total Degree

classification cs.DS math.AC
keywords sparse polynomialsexact rootsdeterministic algorithmsmultivariate polynomialspolynomial factorizationbounded degree
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper proves that if a nonzero s-sparse multivariate polynomial f with individual degree at most d and total degree D is an exact e-th power f equals g to the e, then the base g has sparsity at most s to the power D times (2d plus 2) over e plus 1. This bound supports a deterministic algorithm recovering g whose running time is polynomial in s to the O(Dd), n, d, D plus the cost of scalar e-th root extraction. The result gives polynomial-time deterministic exact-root computation in the bounded-total-degree regime, unlike general deterministic factorization algorithms that achieve only quasi-polynomial dependence on the parameters.

Core claim

If f in F[x1 to xn] is nonzero, s-sparse, with individual degree at most d and total degree D, and f equals g^e, then the base satisfies ||g||_0 at most s to the power D(2d+2)/e +1, and there is a deterministic algorithm computing g with complexity poly(s to the O(Dd), n, d, D) plus s times R(e), where R(e) is the cost of a scalar e-th root or Frobenius root.

What carries the argument

The sparsity bound ||g||_0 ≤ s^{D(2d+2)/e +1} on the base polynomial, which limits the search space so that g can be recovered deterministically from the support and coefficients of f.

Load-bearing premise

The input polynomial must be exactly an e-th power of some base polynomial.

What would settle it

An explicit s-sparse f of total degree D and individual degree d that equals some g^e yet has ||g||_0 strictly larger than s^{D(2d+2)/e +1} would falsify the bound.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • Exact roots can be computed deterministically in time polynomial in the input parameters whenever total degree D is treated as a constant.
  • The algorithm applies over any field in which a single scalar e-th root (or Frobenius root) can be extracted at cost R(e).
  • Within the bounded-total-degree regime the method improves on the quasi-polynomial time of general deterministic factorization algorithms.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The sparsity bound could be used to design deterministic algorithms for related structured problems such as computing e-th roots of sparse polynomials that are close to exact powers.
  • One could attempt to tighten or saturate the exponent D(2d+2)/e +1 by constructing families of examples.
  • The technique might extend to computing exact roots over rings or to deciding whether a given sparse polynomial is an exact power.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

0 major / 1 minor

Summary. The paper claims a sparsity bound ||g||_0 ≤ s^{D(2d+2)/e + 1} for the base g of an s-sparse exact e-th power f = g^e with individual degree ≤ d and total degree D. It develops a deterministic algorithm to compute g with complexity poly(s^{O(Dd)}, n, d, D) + s·R(e), which is polynomial-time for constant D.

Significance. If the bound and algorithm hold, this yields a deterministic polynomial-time exact-root algorithm for sparse polynomials in the bounded-total-degree regime, improving on the quasi-polynomial dependence in Bhargava-Saraf-Volkovich. The explicit sparsity bound and the field-dependent R(e) term (absorbed into polynomial time for standard fields) are strengths. The paper ships a concrete, derived sparsity bound and an explicit complexity expression.

minor comments (1)
  1. [Abstract] Abstract: the displayed sparsity bound and complexity expressions are not cross-referenced to the sections containing their proofs or derivations; adding such pointers would improve navigation.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for the positive summary, recognition of the explicit sparsity bound, and recommendation for minor revision. The report correctly identifies the improvement over the quasi-polynomial dependence in prior work when total degree D is bounded.

Circularity Check

0 steps flagged

No significant circularity detected

full rationale

The paper states the input premise that f is exactly an e-th power (f = g^e) with given sparsity s, individual degree bound d, and total degree D, then proves an independent sparsity bound ||g||_0 ≤ s^{D(2d+2)/e + 1} on the base polynomial. This bound is used to construct a deterministic algorithm whose running time is expressed in terms of the bound. No load-bearing step reduces by construction to a fitted parameter renamed as a prediction, a self-definitional loop, or a self-citation chain; the central sparsity result and complexity claim are derived from the explicit problem assumptions without circular reduction to the target quantities. The derivation is therefore self-contained.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

The abstract provides no explicit free parameters, axioms, or invented entities; the result rests on standard facts about multivariate polynomials and field arithmetic that are not detailed here.

pith-pipeline@v0.9.1-grok · 5869 in / 1276 out tokens · 27210 ms · 2026-07-03T03:41:08.631359+00:00 · methodology

0 comments
read the original abstract

We study the problem of deterministically computing the exact root of a sparse polynomial in the multivariate setting. Let $f \in \F[x_1,\ldots,x_n]$ be a nonzero polynomial that is an exact $e$-th power, say $f = g^e$. Suppose $f$ is $s$-sparse, has an individual degree of at most $d$, and a total degree of $D = \tdeg(f)$. We prove a sparsity bound on the base polynomial $g$: \[ \|g\|_0 \le s^{D(2d+2)/e + 1}. \] Based on this bound, we develop a deterministic algorithm that computes the base $g$. % In contrast to the general deterministic factorization algorithm of Bhargava, Saraf, and Volkovich \cite{BhargavaSarafVolkovich2020}, which achieves only a quasi-polynomial dependence on the input parameters, our algorithm is \emph{polynomial-time} in the setting where the total degree $D$ is bounded. Specifically, the overall complexity is \[ \mathrm{poly}\left(s^{O(Dd)}, n, d, D\right) + s\cdot R(e), \] % where $R(e)$ denotes the cost of constructing a single $e$-th root of a scalar in the base field $\F$, and, when $\operatorname{char}(\F)\mid e$, the cost of computing a single Frobenius root of a scalar. % This term is field-dependent, and over finite fields, $\mathbb{Q}$, or number fields with a suitable representation, it is absorbed into the polynomial complexity bound. % Within the bounded total-degree regime, this yields a deterministic polynomial-time algorithm for exact-root computation.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. MechMath Agent Team: LLM Driven Agents for Mathematical Research

    cs.AI 2026-07 conditional novelty 7.0 partial

    A decoupled multi-agent LLM system (Harness + KB/NL/FL provers) co-piloted solutions to 11 open math problems, some with Lean formalization.

Reference graph

Works this paper leans on

19 extracted references · 19 canonical work pages · cited by 1 Pith paper

  1. [1]

    2026 , publisher =

    MechMath Agent Team , url =. 2026 , publisher =

  2. [2]

    Computational Complexity , volume =

    Bisht, Pranav and Volkovich, Ilya , title =. Computational Complexity , volume =. 2025 , doi =

  3. [3]

    Journal of the ACM , volume =

    Bhargava, Vishwas and Saraf, Shubhangi and Volkovich, Ilya , title =. Journal of the ACM , volume =. 2020 , doi =

  4. [4]

    Some Results on Sparse Exact-Root Questions , year =

  5. [5]

    A Constant-Free Exact-Root Sparsity Bound , year =

  6. [6]

    Journal of the ACM , volume =

    Vishwas Bhargava and Shubhangi Saraf and Ilya Volkovich , title =. Journal of the ACM , volume =. 2020 , doi =

  7. [7]

    Roche , title =

    Mark Giesbrecht and Daniel S. Roche , title =. Journal of Symbolic Computation , volume =

  8. [8]

    Bernstein , title =

    Daniel J. Bernstein , title =. Mathematics of Computation , volume =

  9. [9]

    Algorithmica , volume =

    Eric Bach and Jonathan Sorenson , title =. Algorithmica , volume =

  10. [10]

    Plaisted , title =

    David A. Plaisted , title =. Theoretical Computer Science , volume =

  11. [11]

    To appear / preprint , year =

    Bruno Grenet , title =. To appear / preprint , year =

  12. [12]

    Mignotte , title =

    M. Mignotte , title =. Mathematics of Computation , volume =

  13. [13]

    David Y. Y. Yun , title =. Proceedings of the

  14. [14]

    Rendiconti Lincei -- Matematica e Applicazioni , volume =

    Andrzej Schinzel and Umberto Zannier , title =. Rendiconti Lincei -- Matematica e Applicazioni , volume =

  15. [15]

    Mathematics of Computation , volume =

    John Abbott , title =. Mathematics of Computation , volume =

  16. [16]

    P. Erd. On the number of terms of the square of a polynomial , journal =

  17. [17]

    Inventiones Mathematicae , volume =

    Umberto Zannier , title =. Inventiones Mathematicae , volume =

  18. [18]

    Acta Arithmetica , volume =

    Schinzel, Andrzej , title =. Acta Arithmetica , volume =

  19. [19]

    Journal of Symbolic Computation , volume =

    Felipe Cucker and Pascal Koiran and Steve Smale , title =. Journal of Symbolic Computation , volume =