Erdős problem 509
Let be a monic non-constant polynomial. Can the set be covered by a set of closed discs the sum of whose radii is ?
Sources
FormalConjectures/ErdosProblems/
509.lean
Retained formal statement
Let be a monic non-constant polynomial. Can the set be covered by a set of closed discs the sum of whose radii is ? Solution: True. This is due to Cartan. See *Sur les systèmes de fonctions holomorphes à variétés linéaires lacunaires et leurs applications*, Henri Cartan, http://www.numdam.org/article/ASENS_1928_3_45__255_0.pdf
True ↔ ∀ (f : Polynomial ℂ), f.Monic → f.natDegree ≠ 0 → ∃ ι, Nonempty (Erdos509.BoundedDiscCover {z | ‖Polynomial.eval z f‖ ≤ 1} (2 * Real.exp 1) ι)SolvedStatement only, no proof