Erdős problem 502
What is the size of the largest such that there are only two distinct distances between elements of ? That is,
Sources
FormalConjectures/ErdosProblems/
502.lean
Retained formal statement
What is the size of the largest such that there are only two distinct distances between elements of ? That is,
Asked to Erdős by Coxeter. Bannai, Bannai, and Stanton [BBS83] have proved that A simple proof of this upper bound was given by Petrov and Pohoata [PePo21].
The exact maximum is not known in general: a lower bound of follows from the construction of Alweiss (see [503]).
∀ (n : ℕ) (A : Set (EuclideanSpace ℝ (Fin n))), A.Finite → {d | ∃ x ∈ A, ∃ y ∈ A, x ≠ y ∧ dist x y = d}.ncard = 2 → A.ncard ≤ (n + 2).choose 2