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
Let be a random polynomial, where independently uniformly at random for .
Is it true that, if is the number of roots of in , then almost surely?
True ↔ ∀ {Ω : Type u_3} [inst : MeasureTheory.MeasureSpace Ω] [MeasureTheory.IsProbabilityMeasure MeasureTheory.volume] {n : ℕ}, 1 ≤ n → ∀ (f : Erdos522.KacCoefficients {0, 1} Ω MeasureTheory.volume), MeasureTheory.volume {ω | Filter.Tendsto (fun n => 2 * ↑(f.numRootsInUnitDisk n ω) / ↑n) Filter.atTop (nhds 1)} = 1OpenStatement only, no proof