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
Ruzsa [Ru17] proves that, if and and satisfy the conditions in the problem then (after possibly changing the roles of and )
∀ (A B : Set ℕ), A.Infinite → B.Infinite → Erdos785.IsExactAdditiveComplement A B → (∀ ε > 0, ∀ᶠ (x : ℕ) in Filter.atTop, (1 - ε) * ↑(Erdos785.aStar A x) / ↑(Erdos785.counting A x) < ↑(Erdos785.counting A x) * ↑(Erdos785.counting B x) - ↑x) ∨ ∀ ε > 0, ∀ᶠ (x : ℕ) in Filter.atTop, (1 - ε) * ↑(Erdos785.aStar B x) / ↑(Erdos785.counting B x) < ↑(Erdos785.counting A x) * ↑(Erdos785.counting B x) - ↑xSolvedStatement only, no proof