Skip to content

Erdős problem 1048

If fC[x]f\in \mathbb{C}[x] is a monic polynomial with all roots satisfying zr\lvert z\rvert \leq r for some r<2r<2, then must {z:f(z)<1}\{ z: \lvert f(z)\rvert <1\} have a connected component with diameter >2r>2-r?

Sources

Browse retained paths and inspect the exact material available for this Problem.

8 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1048.lean

Retained formal statement1 of 8

If fC[x]f\in \mathbb{C}[x] is a monic polynomial with all roots satisfying zr\lvert z\rvert \leq r for some r<2r<2, then must {z:f(z)<1}\{ z: \lvert f(z)\rvert <1\} have a connected component with diameter >2r>2-r?

A problem of Erdős, Herzog, and Piranian [EHP58].

Pommerenke [Po61] proved the answer is no for r>1r>1, showing that if f(z)=znrnf(z)=z^n-r^n then {z:f(z)1}\{ z: \lvert f(z)\rvert \leq 1\} has nn connected components, all with diameter 0\to 0 as nn\to \infty.

FormalConjectures/ErdosProblems/1048.leanErdos1048.erdos_10488 linesExact file
False  ∀ (r : ℝ) (f : Polynomial ℂ),    r < 2 →      f.Monic        f.degree ≥ 1 →          (∀ zf.roots, ‖z‖ ≤ r) →zErdos1048.openLevelSet f,              ENNReal.ofReal (2 - r) < Metric.ediam (connectedComponentIn (Erdos1048.openLevelSet f) z)
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page