Erdős problem 1102
There exists an infinite sequence where , i.e. the set of squarefree numbers. The set A has property Q and natural density 6 / π^2. Equivalently, (j / a_j) → 6/π^2 as j → ∞. -
Sources
FormalConjectures/ErdosProblems/
1102.lean
Retained formal statement
If A = {a₁ < a₂ < …} has property P, then A has natural density 0. Equivalently, (a_j / j) → ∞ as j → ∞. -
∀ (A : ℕ → ℕ), StrictMono A → Erdos1102.HasPropertyP (Set.range A) → Filter.Tendsto (fun j => ↑(A j) / ↑j) Filter.atTop Filter.atTop