Documentation

FormalConjectures.ErdosProblems.«253»

Erdős Problem 253 #

Reference: erdosproblems.com/253

@[inline]

The predicate that a : ℕ → ℤ is a strictly monotone sequence such that every infinite arithmetic progression contains infinitely many integers that are the sum of distinct $a_i$s.

Equations
Instances For
    theorem Erdos253.erdos_253 :
    ¬∀ (a : ), RepresentsAPs aFilter.Tendsto (fun (n : ) => (a (n + 1)) / (a n)) Filter.atTop (nhds 1)subsetSums (Set.range a) Filter.cofinite

    Let $a_1 < a_2 < \dotsc$ be an infinite sequence of integers such that $\frac{a_{i+1}}{a_i} \to 1$. If every arithmetic progression contains infinitely many integers which are the sum of distinct $a_i$ then every sufficiently large integer is the sum of distinct $a_i$.