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
Let be such that and for every , where is the distance of from the nearest integer. Then every sufficiently large integer is the sum of distinct elements of .
∀ (A : Set ℕ), (Filter.Tendsto (fun x => (A ∩ Set.Icc 1 (2 * x)).ncard - (A ∩ Set.Icc 1 x).ncard) Filter.atTop Filter.atTop ∧ ∀ (θ : ℝ), 0 < θ → θ < 1 → ¬Summable fun n => distToNearestInt (θ * ↑↑n)) → ∀ᶠ (m : ℕ) in Filter.atTop, Erdos254.IsSumOfDistinct A m