Documentation

FormalConjectures.ErdosProblems.«96»

Erdős Problem 96 #

Reference: erdosproblems.com/96

noncomputable def Erdos96.convexUnitDistanceCounts (n : ) :

The set of all possible numbers of unit distances determined by the vertices of a convex $n$-gon.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    This lemma confirms that the set of possible unit-distance counts is bounded above, which ensures that taking the supremum (sSup) is a well-defined operation. The trivial upper bound is the total number of pairs of points, $\binom{n}{2}$.

    noncomputable def Erdos96.maxConvexUnitDistances (n : ) :

    The maximum number of unit distances determined by the vertices of a convex $n$-gon. This function is often denoted as $U_c(n)$ in combinatorics.

    Equations
    Instances For
      theorem Erdos96.erdos_96 :
      True (fun (n : ) => (maxConvexUnitDistances n)) =O[Filter.atTop] fun (n : ) => n

      If $n$ points in $\mathbb{R}^2$ form a convex polygon then there are $O(n)$ many pairs which are distance $1$ apart.