Lagrange's four square theorem #
The main result in this file is sum_four_squares
,
a proof that every natural number is the sum of four square numbers.
Implementation Notes #
The proof used is close to Lagrange's original proof.
number_theory.sum_four_squares
The main result in this file is sum_four_squares
,
a proof that every natural number is the sum of four square numbers.
The proof used is close to Lagrange's original proof.