Erdős problem 522
For with independent uniform signs, does the number of roots in satisfy almost surely? The manuscript proves the strong law with .
Sources
FormalConjectures/ErdosProblems/
522.lean
Retained formal statement
Erdős and Offord showed that the number of real roots of a random degree n polynomial with ±1 coefficients is (2/π+o(1))log n.
∃ p o, Filter.Tendsto o Filter.atTop (nhds 0) ∧ Filter.Tendsto p Filter.atTop (nhds 0) ∧ ∀ (Ω : Type u_3) [inst : MeasureTheory.MeasureSpace Ω] [MeasureTheory.IsProbabilityMeasure MeasureTheory.volume] (n : ℕ), 2 ≤ n → ∀ (f : Erdos522.KacCoefficients {-1, 1} Ω MeasureTheory.volume), (MeasureTheory.volume {ω | |↑(f.roots n ω).card / Real.log ↑n - 2 / Real.pi| ≥ o n}).toReal ≤ p nSolvedStatement only, no proof