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
This theorem provides a sanity check, showing that the main conjecture (erdos_89) is strictly stronger than the solved Guth and Katz result. It proves that, trivially, if the lower bound holds, then the weaker lower bound must also hold.
((fun n => ↑n / √(Real.log ↑n)) =O[Filter.atTop] fun n => ↑(EuclideanGeometry.minimalDistinctDistances n)) → (fun n => ↑n / Real.log ↑n) =O[Filter.atTop] fun n => ↑(EuclideanGeometry.minimalDistinctDistances n)TestStatement only, no proof