Documentation

FormalConjectures.ErdosProblems.«170»

Erdős Problem 170 #

Reference: erdosproblems.com/170

@[reducible]

An $N$-perfect ruler is a finite subset $A \subseteq \mathbb{N}$ (the marks), such that each positive integer $k \leq N$ can be measured, that is, expressed as a difference $k = a_1 - a_0$ with $a_0, a_1 \in A$. The set $A$ is then also called a difference basis w.r.t. $N$.

Equations
Instances For

    We define the set of all $N$-perfect rulers $A$ of length $N$, i.e. subsets $A \subseteq \{0, \dots, N\}$, s.t. $A$ is $N$-perfect. This is also called a restricted difference basis w.r.t. $N$.

    Equations
    Instances For
      @[reducible, inline]

      The trivial ruler with all marks $\{0, \dots, N\}$.

      Equations
      Instances For

        Sanity Check: the trivial ruler is actually a perfect ruler if $K \geq N$

        def Erdos170.F (N : ) :

        We define a function F N as the minimum cardinality of an N-perfect ruler of length N.

        Equations
        Instances For
          theorem Erdos170.erdos170 :
          Filter.Tendsto (fun (N : ) => (F N) / N) Filter.atTop (nhds sorry)

          The problem is to determine the limit of the sequence $\frac{F(N)}{\sqrt{N}}$ as $N \to \infty$.

          @[reducible, inline]
          noncomputable abbrev Erdos170.lower_bound :

          A known lower bound to the limit by Leech [Le56], which is $1.56\dots$.

          Equations
          Instances For
            @[reducible, inline]
            noncomputable abbrev Erdos170.upper_bound :

            A known upper bound obtained by constructing Wichmann's Rulers [Wi63].

            Equations
            Instances For

              The existence of the limit has been proved by Erdős and Gál [ErGa48]. The lower bound has been proven by Leech [Le56], who refined an argument of Rédei and Rényi. The upper bound is due to Wichmann [Wi63].