Documentation

FormalConjectures.ErdosProblems.«507»

Erdős Problem 507 #

References:

noncomputable def Erdos507.minTriangleArea (S : Finset (EuclideanSpace (Fin 2))) :

The minimum area of a triangle determined by three distinct points in a set S.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    noncomputable def Erdos507.α (n : ) :

    $\alpha(n)$ is the supremum of minTriangleArea S over all sets S of $n$ points in the unit disk.

    Equations
    Instances For
      noncomputable def Erdos507.lowerBest (n : ) :

      Current best lower bound [KPS82].

      Equations
      Instances For
        noncomputable def Erdos507.upperBarrier (n : ) :

        The "Barrier" function: n^(-7/6) used for the best upper bound [CPZ24].

        Equations
        Instances For

          Let $\alpha(n)$ be such that every set of $n$ points in the unit disk contains three points which determine a triangle of area at most $\alpha(n)$. Estimate $\alpha(n)$.

          Estimate a lower bound for$\alpha(n)$.

          Estimate an upper bound for$\alpha(n)$.

          It is trivial that $\alpha(n) \ll 1/n$.

          Erdős observed that $\alpha(n) \gg 1/n^2$.

          Current best upper bound [CPZ24]: $\alpha(n) \ll n^{-7/6 + o(1)}$.