Erdős Problem 91 #
Reference:
- [Er87b] Erdős, P., Some combinatorial and metric problems in geometry. Intuitive geometry (Siófok, 1985) (1987), 167-177.
- [Ko24c] Z. Kovács, A note on Erdős's mysterious remark. arXiv:2412.05190 (2024).
- erdosproblems.com/91
A set $A$ is 'optimal' if it has $n$ points and achieves the minimum distance count.
Equations
Instances For
Two finite sets of points in $\mathbb{R}^2$ are similar if one can be mapped to the other by a DilationEquiv.
Equations
- Erdos91.DilationEquivSimilar A B = ∃ (f : EuclideanSpace ℝ (Fin 2) ≃ᵈ EuclideanSpace ℝ (Fin 2)), ⇑f '' ↑A = ↑B
Instances For
Regular 7-gon with unit side length, touching both axes in the first quadrant.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Wheel graph on 7 vertices (center + regular hexagon) with unit side length, touching both axes in the first quadrant.
Equations
Instances For
The predicate on $n$ asserting all $A, B\subset \mathbb{R}^2$, with $\lvert A\rvert=n = \lvert B\rvert$, which minimise the number of distinct points for all sets with $n$ elements are similar.
Equations
- Erdos91.UniqueMinimizer n = ∀ (A B : Finset (EuclideanSpace ℝ (Fin 2))), Erdos91.IsOptimal A n → Erdos91.IsOptimal B n → Erdos91.DilationEquivSimilar A B
Instances For
Suppose $A\subset \mathbb{R}^2$ has $\lvert A\rvert=n$ and minimises the number of distinct distances between points in $A$. Prove that for large $n$ there are at least two (and probably many) such $A$ which are non-similar.
For $n = 3$ the equilateral triangle is the only such set.
For $n=4$ the square or two equilateral triangles sharing an edge give two non-similar examples.
For $n = 5$ the regular pentagon is the unique such set (which has two distinct distances). Erdős mysteriously remarks in [Er90] this was proved by 'a colleague'. (In [Er87b] this is described as 'a colleague from Zagreb (unfortunately I do not have his letter)'.) A published proof of this fact is provided by Kovács [Ko24c].
In [Er87b] on p.171 Erdős says that there are at least two non-similar examples for $n = 6$.
In [Er87b] on p.171 Erdős says that there are at least two non-similar examples for $n = 7$.
In [Er87b] on p.171 Erdős says that there are at least two non-similar examples for $n = 8$.
In [Er87b] on p.171 Erdős says that there are at least two non-similar examples for $n = 9$.