Erdős problem 489
If is a forbidden-divisor set with and the sifted set, must converge to a finite limit?
Sources
FormalConjectures/ErdosProblems/
489.lean
Retained formal statement
Let be a set such that . Let . If then is it true that exists (and is finite)?
For example, when then is the set of squarefree numbers, and the existence of this limit was proved by Erdős.
See also [208].
True ↔ ∀ (A : Set ℕ), ((fun x => ↑{x ∈ Finset.Icc 1 x | x ∈ A}.card) =o[Filter.atTop] fun x => √↑x) → (Erdos489.sievedSet A).Infinite → ∃ L, Filter.Tendsto (fun x => Erdos489.GapSumSq A x / ↑x) Filter.atTop (nhds L)