Erdős Problem 1084 #
Reference: erdosproblems.com/1084
Let f_2(n) be the maximum number of pairs of points at distance exactly 1
among any set of n points in ℝ², under the condition that all pairwise
distances are at least 1.
Estimate the growth of f_2(n).
Status: open.
The maximal number of pairs of points which are distance 1 apart that a set of n 1-separated
points in ℝ^d make.
Equations
- Erdos1084.f d n = ⨆ (s : Finset (EuclideanSpace ℝ (Fin d))), ⨆ (_ : s.card = n), ⨆ (_ : Metric.IsSeparated' 1 ↑s), unitDistNum s
Instances For
Erdős conjectured that the triangular lattice is best possible in 2D, in particular that $f_2(3n^2 + 3n + 1) < 9n^2 + 3n$.
Note: in [Er75f] is read $9n^2 + 6n$, but this seems to be a typo.
Erdős claims the existence of two constants $c_1, c_2 > 0$ such that $6n - c_1 n^{2/3} ≤ f_3(n) \le 6n - c_2 n^{2/3}$.