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
Sárközy and Szemerédi [SaSz94] proved that it is impossible for
∀ (A B : Set ℕ), A.Infinite → B.Infinite → Erdos785.IsExactAdditiveComplement A B → ¬(fun x => ↑(Erdos785.counting A x) * ↑(Erdos785.counting B x) - ↑x) =o[Filter.atTop] fun x => ↑(Erdos785.counting A x)SolvedStatement only, no proof