Erdős problem 90
Conjectured upper bound on how many pairs among points in the plane can be exactly one unit apart.
Sources
FormalConjectures/ErdosProblems/
90.lean
Retained formal statement
The polynomial lower bound implies the answer to Erdős 90 is False: a fixed positive exponent is incompatible with the conjectured growth.
(∃ c > 0, {n | ↑n ^ (1 + c) ≤ ↑(Erdos90.maxUnitDistances n)}.Infinite) → (False ↔ ∃ O, ∃ (_ : O =O[Filter.atTop] fun n => 1 / Real.log (Real.log ↑n)), (fun n => ↑(Erdos90.maxUnitDistances n)) =ᶠ[Filter.atTop] fun n => ↑n ^ (1 + O n))TestStatement only, no proof