Back to Problems
erdos_352
Specification
Is there some $c > 0$ such that every measurable $A \subseteq \mathbb{R}^2$ of measure $\geq c$ contains the vertices of a triangle of area 1?
Lean 4 Statement
theorem erdos_352 :
answer(sorry) ↔ ∃ c > (0: ℝ), ∀ A : Set ℝ², MeasurableSet A → ℙ A ≥ c.toEReal
→ (∃ t : Affine.Triangle ℝ ℝ²,
(∀ p : Fin 3, t.points p ∈ A) ∧
EuclideanGeometry.triangle_area (t.points 0) (t.points 1) (t.points 2) = 1)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.