Erdős problem 653
Let and let , where the points are ordered such that Let be the maximum number of distinct values the can take. Is it true that ?
Sources
FormalConjectures/ErdosProblems/
653.lean
Retained formal statement
Let and let , where the points are ordered such that Let be the maximum number of distinct values the can take. Is it true that ?
True ↔ ∃ o, o =o[Filter.atTop] 1 ∧ ∀ᶠ (n : ℕ) in Filter.atTop, (1 - o n) * ↑n ≤ ↑(EuclideanGeometry.maximalDistinctDistancesFrom n)OpenStatement only, no proof