Erdős problem 399
Is it true that there are no solutions to n! = x^k ± y^k with x,y,n ∈ ℕ, x*y > 1, and k > 2?
Sources
FormalConjectures/ErdosProblems/
399.lean
Retained formal statement
Pollack and Shapiro [PoSh73] proved there are no solutions to .
∀ (n x : ℕ), n.factorial + 1 ≠ x ^ 4SolvedStatement only, no proof