Erdős problem 871
Let be an additive basis of order , and suppose as . Can be partitioned into two disjoint additive bases of order ?
Sources
FormalConjectures/ErdosProblems/
871.lean
Retained formal statement
Let be an additive basis of order , and suppose as . Can be partitioned into two disjoint additive bases of order ?
A question of Erdős and Nathanson [ErNa88], who proved this is true if (for all large ) for some constant . Erdős and Nathanson [ErNa89] also proved that for every there exists a basis of order such that for all large and yet cannot be partitioned into two disjoint additive bases. This has been disproved by Larsen using Claude Opus 4.5 - in fact only a small modification of the argument of [ErNa89] is required.
False ↔ ∀ (A : Set ℕ), ((∀ᶠ (n : ℕ) in Filter.atTop, ∃ a ∈ A, ∃ b ∈ A, a + b = n) ∧ ∀ (t : ℕ), ∀ᶠ (n : ℕ) in Filter.atTop, ∃ pairs, pairs.card ≥ t ∧ ∀ p ∈ pairs, p.1 ∈ A ∧ p.2 ∈ A ∧ p.1 + p.2 = n ∧ p.1 ≤ p.2) → ∃ B C, (∀ (x : ℕ), x ∈ A ↔ x ∈ B ∨ x ∈ C) ∧ Disjoint B C ∧ (∀ᶠ (n : ℕ) in Filter.atTop, ∃ a ∈ B, ∃ b ∈ B, a + b = n) ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ∃ a ∈ C, ∃ b ∈ C, a + b = n