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
Chen and Fang [ChFa15] proved cannot hold for any constant .
∀ (A B : Set ℕ), A.Infinite → B.Infinite → Erdos785.IsExactAdditiveComplement A B → ∀ (c : ℝ), 0 < c → ¬(fun x => ↑(Erdos785.counting A x) * ↑(Erdos785.counting B x) - ↑x) =O[Filter.atTop] fun x => ↑(Erdos785.counting A x) ^ cSolvedStatement only, no proof