Erdős–Turán conjecture on additive bases
Openerdos-turan-additive-basis
Statement
Let be an additive basis of order 2: every sufficiently large integer is a sum of two elements of . For let be its representation function. Conjecture (Erdős–Turán, 1941): is necessarily unbounded, i.e. . Task: prove unboundedness for every order-2 basis, or construct one whose representation function is bounded.
Current frontier
erdosproblems.com/28, OPEN since 1941. Erdős (1956) showed a random set gives a basis with r_A(n) ≍ log n, and Erdős–Fuchs (1956) proved no basis can have its counting function ∑_{n≤N} r_A(n) hug a line cN too tightly. Whether every order-2 basis has unbounded r_A(n) is open.
Formal statement (Lean) — pinned & machine-checkable
theorem erdos_28 (A : Set ℕ) (h : (A + A)ᶜ.Finite) :
limsup (fun (n : ℕ) => (sumRep A n : ℕ∞)) atTop = (⊤ : ℕ∞) := by sorry- Theorem name
- Erdos28.erdos_28
- 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
This is binary. A full solve is a rigorous proof that for every additive basis of order 2, OR an explicit basis with a verifiable uniform bound for all (a counterexample, which would settle it in the negative). Conditional results, statements about almost-all bases, or sharper forms of the Erdős–Fuchs regularity obstruction that stop short of either alternative don't close it.
Classification
binary