Erdős problem 353
Let be a measurable set with infinite measure. Must contain the vertices of an isosceles trapezoid of area ? What about an isosceles triangle, or a right-angled triangle, or a cyclic quadrilateral, or a convex polygon with congruent sides?
Sources
FormalConjectures/ErdosProblems/
353.lean
Retained formal statement
Every measurable with infinite measure contains the vertices of a cyclic quadrilateral of area .
Kovač and Predojević [KoPr24] have proved that this is true for cyclic quadrilaterals - that is, every set with infinite measure contains four distinct points on a circle such that the quadrilateral determined by these four points has area . The quadrilateral determined by four distinct concyclic points is their convex hull.
∀ (A : Set (EuclideanSpace ℝ (Fin 2))), MeasurableSet A → MeasureTheory.volume A = ⊤ → ∃ Q ⊆ A, Q.ncard = 4 ∧ EuclideanGeometry.Cospherical Q ∧ MeasureTheory.volume ((convexHull ℝ) Q) = 1