Erdős problem 990
Let be a polynomial. Is it true that, if has roots with corresponding arguments , then for all intervals where is the number of non-zero coefficients of and
Sources
FormalConjectures/ErdosProblems/
990.lean
Retained formal statement
Let be a polynomial. Is it true that, if has roots with corresponding arguments , then for all intervals where is the number of non-zero coefficients of and
An internal OpenAI model (see [APSSV26b]) has disproved the conjecture, constructing, for every , a polynomial with non-zero coefficients such that and with a positive real zero of multiplicity , whence letting for a suitably small ,
False ↔ ∃ C, ∀ (f : Polynomial ℂ), f.coeff 0 ≠ 0 → ∀ (α β : ℝ), 0 ≤ α → α ≤ β → β ≤ 2 * Real.pi → |↑(Erdos990.rootArgCount f (Set.Icc α β)) - (β - α) / (2 * Real.pi) * ↑f.natDegree| ≤ C * √(↑f.support.card * Real.log (Erdos990.M f))