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
Every sequence with property Q has upper density at most 6 / π^2. -
∀ (A : ℕ → ℕ), StrictMono A → Erdos1102.HasPropertyQ (Set.range A) → Filter.limsup (fun j => ↑j / ↑(A j)) Filter.atTop ≤ 6 / Real.pi ^ 2