Erdős problem 891
Let be the primes and . Is it true that, for all sufficiently large , there must exist an integer in with many prime factors?
Sources
FormalConjectures/ErdosProblems/
891.lean
Retained formal statement
Schinzel deduced from Pólya's theorem [Po18] (that the sequence of -smooth integers has unbounded gaps) that this is true with replaced by .
∀ k ≥ 2, ∀ᶠ (n : ℕ) in Filter.atTop, ∃ m ∈ Finset.Ico n (n + (∏ i ∈ Finset.range (k - 1), Nat.nth Nat.Prime i) * Nat.nth Nat.Prime k), k < ArithmeticFunction.cardDistinctFactors mSolvedStatement only, no proof