Back to Problems
erdos_399
Specification
Is it true that there are no solutions to `n! = x^k ± y^k` with `x,y,n ∈ ℕ`, `x*y > 1`, and `k > 2`? The answer is no: Jonas Barfield found the counterexample `10! = 48^4 - 36^4` (equivalently, `10! + 36^4 = 48^4`).
Lean 4 Statement
theorem erdos_399 : answer(False) ↔
¬ ∃ (n x y k : ℕ), 1 < x * y ∧ 2 < k ∧ (n ! = x ^ k + y ^ k ∨ n ! + y ^ k = x ^ k)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.