erdős #253
Let be an infinite sequence of integers such that . If every infinite arithmetic progression contains infinitely many integers which are the sum of distinct then every sufficiently large integer is the sum of distinct .
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 11 · solved (literature)
theorem erdos_253 : ¬ ∀ a : ℕ → ℕ, 0 < a 0 →
RepresentsAPs a → (Filter.atTop.Tendsto (fun n ↦ (a <| n + 1 : ℝ) / a n) (𝓝 1)) →
subsetSums (Set.range a) ∈ Filter.cofiniteformal-conjectures/253.lean ↗status
solved