Erdős problem 245
Let be an infinite set such that . Is it true that
Sources
FormalConjectures/ErdosProblems/
245.lean
Retained formal statement
Let be an infinite set such that . Is it true that
The answer is yes, proved by Freiman [Fr73].
[Fr73] Fre\u{\i}man, G. A., _Foundations of a structural theory of set addition_. (1973), vii+108.
True ↔ ∀ (A : Set ℕ), A.Infinite → Filter.Tendsto (fun N => ↑(A ∩ Set.Icc 1 ⌊N⌋₊).ncard / N) Filter.atTop (nhds 0) → 3 ≤ Filter.limsup (fun N => ↑((A + A) ∩ Set.Icc 1 ⌊N⌋₊).ncard / ↑(A ∩ Set.Icc 1 ⌊N⌋₊).ncard) Filter.atTopSolvedStatement only, no proof