Back to Problems
erdos_399.variants.sum_two_squares
Specification
The only solution to `n! = x^2 + y^2` with `x*y > 1` is `6! = 12^2 + 24^2` (up to swapping `x` and `y`).
Lean 4 Statement
theorem erdos_399.variants.sum_two_squares :
∀ {n x y : ℕ}, 1 < x * y → n ! = x ^ 2 + y ^ 2 →
n = 6 ∧ (x = 12 ∧ y = 24 ∨ x = 24 ∧ y = 12)
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.