Erdős problem 253
Let be an infinite sequence of positive integers such that . If every arithmetic progression contains infinitely many integers which are the sum of distinct then every sufficiently large integer is the sum of distinct .
Sources
FormalConjectures/ErdosProblems/
253.lean
Retained formal statement
Let be an infinite sequence of positive integers such that . If every arithmetic progression contains infinitely many integers which are the sum of distinct then every sufficiently large integer is the sum of distinct .
¬∀ (a : ℕ → ℕ), 0 < a 0 → Erdos253.RepresentsAPs a → Filter.Tendsto (fun n => ↑(a (n + 1)) / ↑(a n)) Filter.atTop (nhds 1) → subsetSums (Set.range a) ∈ Filter.cofiniteSolvedStatement only, no proof