Erdős problem 156
Does there exist a maximal Sidon set of size ?
Sources
FormalConjectures/ErdosProblems/
156.lean
Retained formal statement
Ruzsa [Ru98b] constructed a maximal Sidon set of size .
(fun N => ↑(Erdos156.minMaximalSidonSet N)) =O[Filter.atTop] fun N => (↑N * Real.log ↑N) ^ (1 / 3)SolvedStatement only, no proof