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
The hypothesis ¬ Summable (fun n : A ↦ distToNearestInt (θ * n)) used below says exactly that the partial sums of ‖θ n‖ over n ∈ A diverge, which is the form the linked proof uses. distToNearestInt is nonnegative, so this is an instance of not_summable_subtype_iff_tendsto_sum_indicator.
∀ (A : Set ℕ) (θ : ℝ), (¬Summable fun n => distToNearestInt (θ * ↑↑n)) ↔ Filter.Tendsto (fun N => ∑ n ∈ Finset.range N, A.indicator (fun n => distToNearestInt (θ * ↑n)) n) Filter.atTop Filter.atTopAPIStatement only, no proof