Erdős problem 137
Let . Can the product of any consecutive integers ever be powerful? That is, must there always exist a prime such that ?
Sources
FormalConjectures/ErdosProblems/
137.lean
Retained formal statement
Erdős [Er82c] conjectures that, if is fixed, then for all sufficiently large and all positive integers , there must be at least distinct primes such that and yet does not divide the right hand side.
[Er82c] Erdős, Paul, "Miscellaneous problems in number theory". Congr. Numer. (1982), 25-45.,
∀ (k : ℕ), ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (m : ℕ), 0 < m → ∃ P, P.card = k ∧ ∀ p ∈ P, Nat.Prime p ∧ p ∣ ∏ x ∈ Finset.Ioc m (m + n), x ∧ ¬p ^ 2 ∣ ∏ x ∈ Finset.Ioc m (m + n), xOpenStatement only, no proof