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
The answer is negative for convex polygons with congruent sides: Kovač and Predojević [KoPr24] prove that there exists a set of infinite measure such that every convex polygon with congruent sides and all vertices in the set has area .
∃ A, MeasurableSet A ∧ MeasureTheory.volume A = ⊤ ∧ ∀ (n : ℕ) (v : Fin (n + 3) → EuclideanSpace ℝ (Fin 2)), EuclideanGeometry.IsCcwConvexPolygon v → (∀ (i : Fin (n + 3)), v i ∈ A) → (∀ (i : Fin (n + 3)), dist (v i) (v (i + 1)) = dist (v 0) (v 1)) → MeasureTheory.volume ((convexHull ℝ) (Set.range v)) < 1