Erdős problem 899
Let be an infinite set such that . Is it true that
Sources
FormalConjectures/ErdosProblems/
899.lean
Retained formal statement
Let be an infinite set such that . Is it true that
The answer is yes, proved by Ruzsa [Ru78].
[Ru78] Ruzsa, I. Z., _On the cardinality of {}\ and {}_. (1978), 933--938.
True ↔ ∀ (A : Set ℕ), A.Infinite → Filter.Tendsto (fun N => ↑(A ∩ Set.Icc 1 N).ncard / ↑N) Filter.atTop (nhds 0) → Filter.limsup (fun N => ↑((A - A) ∩ Set.Icc 1 N).ncard / ↑(A ∩ Set.Icc 1 N).ncard) Filter.atTop = ⊤SolvedStatement only, no proof