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
Erdős and Obláth observed that the Bertrand-style fact (first proved by Breusch [Br32]) that, if is the sequence of primes congruent to then except for , together with Fermat's theorem on the sums of two squares implies that the only solution to is .
∀ {n x y : ℕ}, 1 < x * y → n.factorial = x ^ 2 + y ^ 2 → n = 6 ∧ (x = 12 ∧ y = 24 ∨ x = 24 ∧ y = 12)SolvedStatement only, no proof