erdős #522
Let be a random polynomial, where independently uniformly at random for . Is it true that, if is the number of roots of in , thenalmost surely?
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 (f_n(z)=\sum_{k=0}^n \epsilon_k z^k) with i.i.d. (\epsilon_k\in{-1,1}), and let (R_n) be the number of zeros in ({|z|\le 1}).
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 12 60 · open (literature)
theorem erdos_522 :
answer(sorry) ↔ ∀ {Ω : Type*} [MeasureSpace Ω] [IsProbabilityMeasure (ℙ : Measure Ω)]
(c : KacCoefficients ({-1, 1} : Set ℂ) Ω),
ℙ {ω | atTop.Tendsto (fun n : ℕ ↦ (2 * c.numRootsInUnitDisk n ω : ℝ) / n) (𝓝 1)} = 1formal-conjectures/522.lean ↗status
open