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
Lefmann and Theile [LeTh95] prove a stronger version of this question, that under the weaker assumption that no three points are on a line.
∃ C > 0, ∀ (P : Finset (EuclideanSpace ℝ (Fin 2))), EuclideanGeometry.NonTrilinear ↑P → ∑ u ∈ EuclideanGeometry.distanceSet P, ↑(EuclideanGeometry.distanceMultiplicity P u) ^ 2 ≤ C * ↑P.card ^ 3SolvedStatement only, no proofformal statement reference