Erdős problem 930
Is it true that, for every , there is a such that if are disjoint intervals of consecutive integers, all of length at least , then is not a perfect power?
Sources
FormalConjectures/ErdosProblems/
930.lean
Retained formal statement
Let , , be integers such that , and , where is the least prime satisfying . Then there is a prime for which does not divide the multiplicity of the prime factor in .
Theorem 2 from [ErSe75].
[ErSe75] Erdős, P. and Selfridge, J. L., The product of consecutive integers is never a power. Illinois J. Math. (1975), 292-301.
∀ (k l n : ℕ), 3 ≤ k → 2 ≤ l → Erdos930.nextPrime k ≤ n + k → ∃ p, k ≤ p ∧ Nat.Prime p ∧ ¬l ∣ (∏ m ∈ Finset.Icc (n + 1) (n + k), m).factorization pSolvedStatement only, no proof