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
Narkiewicz [Na59] proved that, under the given assumptions (and perhaps swapping and ) we must have and .
∀ (A B : Set ℕ), A.Infinite → B.Infinite → Erdos785.IsExactAdditiveComplement A B → Filter.Tendsto (fun x => ↑(Erdos785.counting A (2 * x)) / ↑(Erdos785.counting A x)) Filter.atTop (nhds 1) ∧ Filter.Tendsto (fun x => ↑(Erdos785.counting B (2 * x)) / ↑(Erdos785.counting B x)) Filter.atTop (nhds 2) ∨ Filter.Tendsto (fun x => ↑(Erdos785.counting B (2 * x)) / ↑(Erdos785.counting B x)) Filter.atTop (nhds 1) ∧ Filter.Tendsto (fun x => ↑(Erdos785.counting A (2 * x)) / ↑(Erdos785.counting A x)) Filter.atTop (nhds 2)SolvedStatement only, no proof