Erdős problem 89
Erdős [Er46] asked whether every set of distinct points in determines many distinct distances.
Sources
FormalConjectures/ErdosProblems/
89.lean
Retained formal statement
The square grid construction, going back to Erdős and Moser, shows that is the correct order if the conjecture is true: there are configurations whose number of distinct distances is .
(fun n => ↑(EuclideanGeometry.minimalDistinctDistances n)) =O[Filter.atTop] fun n => ↑n / √(Real.log ↑n)SolvedStatement only, no proof