Documentation

FormalConjectures.ErdosProblems.«156»

Erdős Problem 156 #

References:

noncomputable def Erdos156.minMaximalSidonSet (N : ) :

The size of the smallest maximal Sidon set in $\{1, \dots, N\}$.

Equations
Instances For
    theorem Erdos156.erdos_156 :
    sorry (fun (N : ) => (minMaximalSidonSet N)) =O[Filter.atTop] fun (N : ) => N ^ (1 / 3)

    Does there exist a maximal Sidon set $A\subset \{1,\ldots,N\}$ of size $O(N^{1/3})$?

    A question of Erdős, Sárközy, and Sós [ESS94].

    It is easy to prove that the greedy construction of a maximal Sidon set in $\{1,\ldots,N\}$ has size $\gg N^{1/3}$.

    theorem Erdos156.erdos_156.variants.ruzsa_upper_bound :
    (fun (N : ) => (minMaximalSidonSet N)) =O[Filter.atTop] fun (N : ) => (N * Real.log N) ^ (1 / 3)

    Ruzsa [Ru98b] constructed a maximal Sidon set of size $\ll (N\log N)^{1/3}$.