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?
There is some ambiguity as to whether the intended coefficient set is or , see erdos_522.variants.zero_one for the alternate version.
True ↔ ∀ {Ω : Type u_3} [inst : MeasureTheory.MeasureSpace Ω] [MeasureTheory.IsProbabilityMeasure MeasureTheory.volume] (c : Erdos522.KacCoefficients {-1, 1} Ω MeasureTheory.volume), MeasureTheory.volume {ω | Filter.Tendsto (fun n => 2 * ↑(c.numRootsInUnitDisk n ω) / ↑n) Filter.atTop (nhds 1)} = 1OpenStatement only, no proof