erdős #1038
Determine the infimum and supremum ofas ranges over all non-constant monic polynomials, all of whose roots are real and in the interval .
Worked, still open.
analysis · open · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
Let [ S_f:={x\in\mathbb R:\ |f(x)|<1},\qquad m(f):=|S_f| ] (Lebesgue measure). Note that replacing “(<1)” by “(\le 1)” does **not** change the measure, because (|f(x)|=1) has only finitely many real solutions.
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 28 · open (literature)
theorem erdos_1038.parts.i (n : ℕ) : answer(sorry) =
⨅ f : {f : Polynomial ℝ // f.Monic ∧ f ≠ 1 ∧
(f.roots.filter fun x => x ∈ Set.Icc (-1 : ℝ) 1).card = f.natDegree},
volume {x | |f.1.eval x| < 1}formal-conjectures/1038.lean ↗status
open