Erdős problem 1139
Let be the sequence of integers with at most prime factors. Is it true that
Sources
FormalConjectures/ErdosProblems/
1139.lean
Retained formal statement
Let be the sequence of integers with at most prime factors. Is it true that
True ↔ Filter.limsup (fun k => (↑↑(Nat.nth (fun n => 0 < n ∧ ArithmeticFunction.cardFactors n ≤ 2) (k + 1)) - ↑↑(Nat.nth (fun n => 0 < n ∧ ArithmeticFunction.cardFactors n ≤ 2) k)) / ↑(Real.log (↑k + 1))) Filter.atTop = ⊤OpenStatement only, no proof