Erdős problem 333
Let be a set of density zero. Does there exist a such that and for all large ?
Sources
FormalConjectures/ErdosProblems/
333.lean
Retained formal statement
Let be a set of density zero. Does there exist a such that and for all large ?
The answer is no. Erdős and Newman [ErNe77] have proved this is true when is the set of squares. In fact, Theorem 2 of [ErNe77] already implies a negative answer to this problem, but this seems to have been overlooked by Erdős and Graham.
See also [806].
False ↔ ∀ (A : Set ℕ), A.HasDensity 0 → ∃ B, A ⊆ B + B ∧ (fun N => ↑(B ∩ Set.Icc 1 N).ncard) =o[Filter.atTop] fun N => √↑N