Erdős problem 94
Suppose points in determine a convex polygon and the set of distances between them is . Suppose appears as the distance between many pairs of points. Then
Sources
FormalConjectures/ErdosProblems/
94.lean
Retained formal statement
Erdős and Fishburn also make the stronger conjecture that is maximal for the regular -gon (for large enough ).
∀ᶠ (n : ℕ) in Filter.atTop, ∀ (P : Finset (EuclideanSpace ℝ (Fin 2))), P.card = n → EuclideanGeometry.ConvexIndep ↑P → ∑ u ∈ EuclideanGeometry.distanceSet P, ↑(EuclideanGeometry.distanceMultiplicity P u) ^ 2 ≤ ∑ u ∈ EuclideanGeometry.distanceSet (Erdos94.regularNGon n), ↑(EuclideanGeometry.distanceMultiplicity (Erdos94.regularNGon n) u) ^ 2OpenStatement only, no proofformal statement reference