Skip to content

Erdős problem 659

Is there a set of nn points in R2\mathbb{R}^2 such that every subset of 44 points determines at least 33 distances, yet the total number of distinct distances is nlogn\ll \frac{n}{\sqrt{\log n}}?

Sources

Browse retained paths and inspect the exact material available for this Problem.

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

659.lean

Retained formal statement1 of 1

Is there a set of nn points in R2\mathbb{R}^2 such that every subset of 44 points determines at least 33 distances, yet the total number of distinct distances is nlogn\ll \frac{n}{\sqrt{\log n}}?

There does exist such a set: a suitable truncation of the lattice {(a,b2):a,bZ}\{(a,b\sqrt{2}): a,b\in\mathbb{Z}\} suffices. This construction appears to have been first considered by Moree and Osburn [MoOs06], who proved that it has nlogn\ll \frac{n}{\sqrt{\log n}} many distinct distances. This construction was independently found by [Lund and Sheffer](https://adamsheffer.wordpress.com/2014/07/16/point-sets-with-few-distinct-distances/), who further noted that this configuration contains no squares or equilateral triangles.

There are only six possible configurations of 44 points which determine only 22 distances (first noted by Erdős and Fishburn [ErFi96]), and five of them contain either a square or an equilateral triangle. The remaining configuration contains four points from a regular pentagon, and Grayzel [Gr26] (using Gemini) has noted in the comments that this configuration can also be ruled out, thus giving a complete solution to this problem.

Boris Alexeev provides a formalisation of the reduction, which is conditional on Bernays' theorem (assumed as an axiom in the proof to obtain the O(n/logn)O(n/\sqrt{\log n}) bound). See the [formal proof](https://github.com/plby/lean-proofs/blob/226d5fad7143dcebea2bbb5ec87f18a3a1dcea69/src/v4.24.0/ErdosProblems/Erdos659.lean).

FormalConjectures/ErdosProblems/659.leanErdos659.erdos_6594 linesExact file
TrueA,    (∀ (n : ℕ), (A n).card = n ∧ ∀ SA n, S.card = 4 → 3 ≤ EuclideanGeometry.distinctDistances S) ∧      (fun n => ↑(EuclideanGeometry.distinctDistances (A n))) =O[Filter.atTop] fun n => ↑n / √(Real.logn)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page