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
Erdos and Selfridge [ErSe75] proved that the product of consecutive integers is never a power (establishing the case ).
Theorem 1 from [ErSe75].
It is implied from erdos_930.variants.consecutive_strong.
[ErSe75] Erdős, P. and Selfridge, J. L., The product of consecutive integers is never a power. Illinois J. Math. (1975), 292-301.
∀ (n k : ℕ), 0 ≤ n → 2 ≤ k → ¬Erdos930.IsPower (∏ m ∈ Finset.Icc (n + 1) (n + k), m)SolvedStatement only, no proof