Erdős problem 337
Let be an additive basis (of any finite order) such that . Is it true that
Sources
FormalConjectures/ErdosProblems/
337.lean
Retained formal statement
This was generalised (to the replacement of by the -fold sumset for any ) by Ruzsa and Turjányi [RT85].
∀ (h : ℕ), 2 ≤ h → ∃ A, A.IsAsymptoticAddBasis ∧ ((fun N => ↑(A ∩ Set.Icc 1 N).ncard) =o[Filter.atTop] fun N => ↑N) ∧ ¬Filter.Tendsto (fun N => ↑(h • A ∩ Set.Icc 1 N).ncard / ↑(A ∩ Set.Icc 1 N).ncard) Filter.atTop Filter.atTopSolvedStatement only, no proof