Erdős problem 280
Let be an infinite sequence of integers with associated , such that for some we have for all . Then
Sources
FormalConjectures/ErdosProblems/
280.lean
Retained formal statement
Let be an infinite sequence of integers with associated , such that for some we have for all . Then
Cambie observed that this is false.
False ↔ ∀ (n a : ℕ → ℕ), StrictMono n → (∀ (i : ℕ), 1 ≤ i → a i < n i) → (∃ ε, 0 < ε ∧ ∀ (k : ℕ), 1 ≤ k → ↑(n k) > (1 + ε) * ↑k * Real.log ↑k) → ¬Filter.Tendsto (fun k => ↑(Erdos280.uncoveredCount n a k) / ↑k) Filter.atTop (nhds 0)