Erdős's diameter conjecture for separated distances fails in high dimensions
Erdos conjectured that every n-point set in Euclidean space whose pairwise distances are mutually at least 1 apart must have diameter at least (1+o(1))n^2. This conjecture was open in high dimensions.
The authors disprove the conjecture by constructing, for every prime power q, a set X_q in R^{q^2+q} of n=q+1 points with all pairwise distances mutually at least 1 apart and diameter at most (1 - 1/pi^2 + o(1))n^2. The construction uses Singer difference sets and cyclic profiles to achieve the separation property. The proof is fully formalized in Lean 4, providing machine-checked verification of the counterexample.
The constructed point sets achieve diameter at most (1 - 1/pi^2 + o(1))n^2, which is strictly less than the conjectured (1+o(1))n^2 lower bound. This disproves Erdos's diameter conjecture for separated distances in high dimensions. The full proof is computer-verified in Lean 4.
