Erdős problem 254
If has unbounded dyadic-shell counts and for every , must be complete - is every sufficiently large integer a sum of distinct elements of ?
Sources
FormalConjectures/ErdosProblems/
254.lean
Retained formal statement
Cassels [Ca60] proved this under the alternative hypotheses and for every .
∀ (A : Set ℕ), (Filter.Tendsto (fun x => (↑(A ∩ Set.Icc 1 (2 * x)).ncard - ↑(A ∩ Set.Icc 1 x).ncard) / Real.log (Real.log ↑x)) Filter.atTop Filter.atTop ∧ ∀ (θ : ℝ), 0 < θ → θ < 1 → ¬Summable fun n => distToNearestInt (θ * ↑↑n) ^ 2) → ∀ᶠ (m : ℕ) in Filter.atTop, Erdos254.IsSumOfDistinct A mSolvedStatement only, no proof