Back to Problems

erdos_930.variant.consecutive_integers

Specification

Erdos and Selfridge [ErSe75] proved that the product of consecutive integers is never a power (establishing the case $r=1$). Theorem 1 from [ErSe75]. It is implied from `erdos_930.variant.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.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem erdos_930.variant.consecutive_integers :
    ∀ n k, 0 ≤ n → 2 ≤ k →
      ¬ IsPower (∏ m ∈ Icc (n + 1) (n + k), m)
ID: ErdosProblems__930__erdos_930.variant.consecutive_integers
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.