Back to Problems

erdos_1043

Specification

**Erdős Problem 1043**: Let $f\in \mathbb{C}[x]$ be a monic polynomial. Must there exist a straight line $\ell$ such that the projection of \[\{ z: \lvert f(z)\rvert\leq 1\}\] onto $\ell$ has measure at most $2$? Pommerenke [Po61] proved that the answer is no. [Po61] Pommerenke, Ch., _On metric properties of complex polynomials._ Michigan Math. J. (1961), 97-115.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem erdos_1043 :
    answer(False) ↔ ∀ (f : ℂ[X]), f.Monic → f.degree ≥ 1 →
      ∃ (u : ℂ), ‖u‖ = 1 ∧
      volume ((ℝ ∙ u).orthogonalProjection '' levelSet f) ≤ 2
ID: ErdosProblems__1043__erdos_1043
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.