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 statement5 of 8

If 512r1\frac{\sqrt{5}-1}{2}\leq r\leq 1 then the component which contains 00 must have diameter >2r2>2-r^2.

FormalConjectures/ErdosProblems/1048.leanErdos1048.erdos_1048.variants.diam_gt_two_sub_sq8 linesExact file
∀ (r : ℝ),  (√5 - 1) / 2 ≤ r    r ≤ 1 →      ∀ (f : Polynomial ℂ),        f.Monic          f.degree ≥ 1 →            (∀ zf.roots, ‖z‖ ≤ r) →              ENNReal.ofReal (2 - r ^ 2) < Metric.ediam (connectedComponentIn (Erdos1043.levelSet f) 0)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page