Erdős problem 1048
If is a monic polynomial with all roots satisfying for some , then must have a connected component with diameter ?
Sources
FormalConjectures/ErdosProblems/
1048.lean
Retained formal statement
On the other hand, if , then the answer is yes, as also shown by Pommerenke [Po61].
∀ (r : ℝ), 0 < r → r ≤ 1 → ∀ (f : Polynomial ℂ), f.Monic → f.degree ≥ 1 → (∀ z ∈ f.roots, ‖z‖ ≤ r) → ∃ z ∈ Erdos1048.openLevelSet f, ENNReal.ofReal (2 - r) < Metric.ediam (connectedComponentIn (Erdos1048.openLevelSet f) z)SolvedStatement only, no proof