Erdős problem 741
Let be such that has positive density in the literal sense that its natural density exists and is positive. Can one always decompose such that and both have positive density in this sense?
Sources
FormalConjectures/ErdosProblems/
741.lean
Retained formal statement
Let be such that has positive upper density. Can one always decompose such that and both have positive upper density?
This was proved by the DeepMind prover agent.
True ↔ ∀ (A : Set ℕ), 0 < (A + A).upperDensity → ∃ A₁ A₂, A = A₁ ∪ A₂ ∧ Disjoint A₁ A₂ ∧ 0 < (A₁ + A₁).upperDensity ∧ 0 < (A₂ + A₂).upperDensity