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
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
In [Er97c] Erdős claims that Fishburn solved this, but gives no reference.
∃ C > 0, ∀ (P : Finset (EuclideanSpace ℝ (Fin 2))), EuclideanGeometry.ConvexIndep ↑P → ∑ u ∈ EuclideanGeometry.distanceSet P, ↑(EuclideanGeometry.distanceMultiplicity P u) ^ 2 ≤ C * ↑P.card ^ 3