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
Let . Can the product of any consecutive integers ever be powerful? That is, must there always exist a prime such that ?
sorry ↔ ∀ k ≥ 3, ∀ (n : ℕ), ¬(∏ x ∈ Finset.Ioc n (n + k), x).PowerfulOpenStatement only, no proof