Documentation

FormalConjectures.ErdosProblems.«241»

Erdős Problem 241 #

References:

noncomputable def Erdos241.f (N r : ) :

Let $f(N)$ be the maximum size of $A\subseteq \{1,\ldots,N\}$ such that the sums $a+b+c$ with $a,b,c\in A$ are all distinct (aside from the trivial coincidences).

Formalization note: this is generalized to allow for different $r$.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem Erdos241.erdos_241 :
    sorry Asymptotics.IsEquivalent Filter.atTop (fun (N : ) => (f N 3)) fun (N : ) => N ^ (1 / 3)

    Is it true that $f(N)\sim N^{1/3}$?

    Originally asked to Erdős by Bose.

    This is discussed in problem C11 of Guy's collection [Gu04].

    theorem Erdos241.erdos_241.variants.lower_bound :
    ∃ (ε : ), (ε =o[Filter.atTop] fun (x : ) => 1) ∀ᶠ (N : ) in Filter.atTop, (1 + ε N) * N ^ (1 / 3) (f N 3)

    Bose and Chowla [BoCh62] provided a construction proving one half of this, namely $(1+o(1))N^{1/3}\leq f(N)$.

    theorem Erdos241.erdos_241.variants.upper_bound :
    ∃ (ε : ), (ε =o[Filter.atTop] fun (x : ) => 1) ∀ᶠ (N : ) in Filter.atTop, (f N 3) ((7 / 2) ^ (1 / 3) + ε N) * N ^ (1 / 3)

    The best upper bound known to date is due to Green [Gr01], $f(N) \leq ((7/2)^{1/3}+o(1))N^{1/3}$. (note that $(7/2)^{1/3}\approx 1.519$).

    The conjecture that the size of the set $A\subseteq \{1,\ldots,N\}$ is asymptotically $N^{1/r}$.

    Equations
    Instances For

      More generally, Bose and Chowla [BoCh62] conjectured that the maximum size of $A\subseteq \{1,\ldots,N\}$ with all $r$-fold sums distinct (aside from the trivial coincidences) then $\lvert A\rvert \sim N^{1/r}.$

      This is known only for $r=2$ (see [erdosproblems.com/30]).