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
Conversely, for any function f : ℕ → ℕ that goes to infinity, there exists a strictly increasing sequence A = {a₁ < a₂ < …} with property P such that (a_j / j) ≤ f(j) for all j. -
∀ (f : ℕ → ℕ), Filter.Tendsto f Filter.atTop Filter.atTop → (∀ (n : ℕ), f n ≠ 0) → ∃ A, StrictMono A ∧ Erdos1102.HasPropertyP (Set.range A) ∧ ∀ (j : ℕ), ↑(A j) / ↑j ≤ ↑(f j)