Erdős problem 680
Is it true that, for all sufficiently large , there exists some such that where denotes the least prime factor of ?
Sources
FormalConjectures/ErdosProblems/
680.lean
Retained formal statement
Can one prove this is false if we replace by , for all , where is some constant?
True ↔ ∀ ε > 0, ∃ C > 0, ¬∀ᶠ (n : ℕ) in Filter.atTop, ∃ k, k ≠ 0 ∧ ↑(n + k).minFac > Real.exp ((1 + ε) * √↑k) + COpenStatement only, no proof