Erdős problem 785
Let be infinite sets such that contains all large integers. Let and similarly for . Is it true that if then as ?
Sources
FormalConjectures/ErdosProblems/
785.lean
Retained formal statement
This is sharp, as Chen and Fang [ChFa11] also proved that there exist such and with for which for infinitely many .
∃ A B, A.Infinite ∧ B.Infinite ∧ IsAdditiveComplement A B ∧ Filter.limsup (fun x => ↑(↑(Erdos785.counting A x) * ↑(Erdos785.counting B x)) / ↑↑x) Filter.atTop = ↑(3 / 2) ∧ ∃ᶠ (x : ℕ) in Filter.atTop, ↑(Erdos785.counting A x) * ↑(Erdos785.counting B x) - ↑x = 1SolvedStatement only, no proof