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
This is unknown even for - that is, is it true that in every interval of (sufficiently large) consecutive integers there must exist one with at least prime factors?
True ↔ ∀ᶠ (n : ℕ) in Filter.atTop, ∃ m ∈ Finset.Ico n (n + 6), 3 ≤ ArithmeticFunction.cardDistinctFactors mOpenStatement only, no proof