Documentation

FormalConjectures.ErdosProblems.«30»

Erdős Problem 30 #

Reference: erdosproblems.com/30

@[reducible, inline]
noncomputable abbrev h (N : ) :

Let $h(N)$ be the maximum size of a Sidon set in $\{1, \dots, N\}$.

Equations
Instances For
    theorem erdos_30 :
    (∀ ε > 0, (fun (N : ) => (h N) - N) =O[Filter.atTop] fun (N : ) => N ^ ε) sorry

    Is it true that, for every $\varepsilon > 0$, $h(N) = \sqrt N + O_{\varespilon}(N^\varespilon)