Erdős conjecture on arithmetic progressions
Openerdos-arithmetic-progressions
Statement
Let be a set of positive integers. Conjecture (Erdős): if the sum of reciprocals diverges, then contains arbitrarily long arithmetic progressions — i.e., for every there exist with . Task: prove this for all , or exhibit a set with divergent reciprocal sum that contains no -term arithmetic progression for some .
Current frontier
erdosproblems.com/3, OPEN. The k=3 case is settled: Bloom–Sisask (2020) proved any A ⊆ {1,…,N} free of 3-term progressions has size O(N/(log N)^{1+c}), which forces a 3-term progression whenever the reciprocal sum diverges. Szemerédi (1975) gives the positive-density case and Green–Tao (2008) the primes specifically; the conjecture for arbitrarily long progressions (k ≥ 4) under the divergence hypothesis is open.
Formal statement (Lean) — pinned & machine-checkable
theorem erdos_3 : answer(sorry) ↔ ∀ A : Set ℕ,
(¬ Summable fun a : A ↦ 1 / (a : ℝ)) →
∃ᶠ (k : ℕ) in Filter.atTop, ∃ S ⊆ A, S.IsAPOfLength k := by sorry- Theorem name
- Erdos3.erdos_3
- Verifier project
- demath-ai/formal-statements-lean ↗
A submitted proof is checked against this exact theorem by the Lean kernel; the axiom whitelist is propext, Classical.choice, Quot.sound. Clone the verifier project and run lake build to confirm.
When this counts as solved
A full solve is a rigorous proof of the conjecture for all , OR an explicit set with that verifiably omits some -term progression (a counterexample). Settling a new specific length counts as a breakthrough: a rigorous proof that every divergent-reciprocal set contains a -term progression for some fixed (the case is already done, so it does not count). Density bounds for progression-free sets that don't cross the threshold needed for a new , or re-proofs of the / positive-density / primes cases, don't close it.
Classification
open-completion