Documentation

FormalConjectures.ErdosProblems.«755»

Erdős Problem 755 #

References:

A three-point set whose pairwise distances are all equal to side.

Equations
Instances For

    A unit equilateral triangle in Euclidean d-space.

    Equations
    Instances For

      An equilateral triangle of any positive side length in Euclidean d-space.

      Equations
      Instances For

        Number of unit equilateral triangles spanned by a finite point set.

        Equations
        Instances For

          Number of equilateral triangles of any positive side length spanned by a finite point set.

          Equations
          Instances For
            noncomputable def Erdos755.TUnit (d n : ) :

            Maximum number of unit equilateral triangles spanned by $n$ points in $\mathbb{R}^d$.

            Equations
            Instances For
              noncomputable def Erdos755.TAnySize (d n : ) :

              Maximum number of equilateral triangles of any size spanned by $n$ points in $\mathbb{R}^d$.

              Equations
              Instances For
                theorem Erdos755.erdos_755 :
                True ∃ (o : ), (o =o[Filter.atTop] fun (x : ) => 1) ∀ᶠ (n : ) in Filter.atTop, (TUnit 6 n) (1 / 27 + o n) * n ^ 3

                Erdős asked whether every $n$-point set in $\mathbb{R}^6$ spans at most $(1/27 + o(1)) n^3$ unit equilateral triangles.

                Clemen, Dumitrescu, and Liu [CDL25b] proved the stronger any-size statement $T_6(n) = (1/27 + o(1)) n^3$. The unit-triangle upper bound follows as a corollary, since unit equilateral triangles are a subset of equilateral triangles of any positive side length: $T_\mathrm{unit} \leq T_\mathrm{anysize}$.

                theorem Erdos755.erdos_755.variants.any_size_cdl :
                Asymptotics.IsEquivalent Filter.atTop (fun (n : ) => (TAnySize 6 n)) fun (n : ) => 1 / 27 * n ^ 3

                Clemen, Dumitrescu, and Liu [CDL25b] proved the stronger version where equilateral triangles of all positive side lengths are counted.