theorem
proved
term proof
sum_of_squares_thirteen
show as:
view Lean formalization →
formal statement (Lean)
1561theorem sum_of_squares_thirteen : (13 : ℕ) = 2^2 + 3^2 := by native_decide
proof body
Term-mode proof.
1562
1563/-- 17 = 1² + 4². -/