Documentation

FormalConjectures.ErdosProblems.«98»

Erdős Problem 98 #

References:

noncomputable def Erdos98.h (n : ) :

$h(n)$ is the minimum number of distinct distances determined by any $n$-point set in $\mathbb{R}^2$ in general position (no three collinear, no four cocyclic).

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem Erdos98.erdos_98 :
    True Filter.Tendsto (fun (n : ) => (h n) / n) Filter.atTop Filter.atTop

    Let $h(n)$ be such that any $n$ points in $\mathbb{R}^2$, with no three on a line and no four on a circle, determine at least $h(n)$ distinct distances. Does $h(n)/n\to \infty$?

    theorem Erdos98.erdos_98.variants.upper_bound :
    c > 0, ∀ᶠ (n : ) in Filter.atTop, (h n) < n * Real.exp (c * (Real.log n))

    Erdős could not even prove $h(n)\geq n$. Pach has shown $h(n) < n^{\log_2 3}$. Erdős, Füredi, and Pach [EFPR93] have improved this to $h(n) < n\exp(c\sqrt{\log n})$ for some constant $c>0$.