Erdős problem 352
Is there some such that every measurable of measure contains the vertices of a triangle of area 1?
Sources
FormalConjectures/ErdosProblems/
352.lean
Retained formal statement
Is there some such that every measurable of measure contains the vertices of a triangle of area 1?
True ↔ ∃ c > 0, ∀ (A : Set (EuclideanSpace ℝ (Fin 2))), MeasurableSet A → ↑(MeasureTheory.volume A) ≥ ↑c → ∃ t, (∀ (p : Fin 3), t.points p ∈ A) ∧ EuclideanGeometry.triangle_area (t.points 0) (t.points 1) (t.points 2) = 1OpenStatement only, no proof