Which of the following integers CANNOT be expressed as a sum of two perfect squares?
A5
B25
C3
D13
By the sum-of-two-squares theorem, a number is a sum of two squares iff every prime factor of the form 4k+3 appears to an even power. The number 3 is itself a prime of the form 4k+3 (k=0) appearing to an odd power, so it cannot be expressed as a sum of two squares. Lagrange's theorem guarantees it can be expressed as four: 3 = 1² + 1² + 1² + 0².
Question 2 Multiple Choice
In the proof of Lagrange's theorem, what role does the Euler four-square identity play?
AIt directly proves that every prime is a sum of four squares
BIt shows that a product of two sums of four squares is itself a sum of four squares, so the result extends from primes to all integers
CIt establishes that the number of four-square representations grows with the integer
DIt proves that the descent argument terminates at m = 1
The Euler four-square identity shows that the set of integers expressible as sums of four squares is closed under multiplication. Since every positive integer factors into primes, it suffices to prove the result for primes — the identity then propagates it to all integers via prime factorization. The identity itself does not prove the prime case; that requires the pigeonhole and descent arguments.
Question 3 True / False
Most integer that can seldom be expressed as a sum of three squares also can seldom be expressed as a sum of four squares.
TTrue
FFalse
Answer: False
Integers of the form 4ᵃ(8b+7) cannot be expressed as a sum of three squares, but Lagrange's theorem guarantees every non-negative integer can be expressed as a sum of four squares — with no exceptions. The passage from three to four squares closes the remaining gap entirely.
Question 4 True / False
The proof that every prime p is a sum of four squares uses a descent argument that starts from a multiple mp expressible as a sum of four squares (with m < p) and reduces m until reaching 1.
TTrue
FFalse
Answer: True
A pigeonhole counting argument shows that a² + b² + 1 ≡ 0 (mod p) for some a, b, giving mp = a² + b² + 0² + 1² for some m < p. The descent then reduces m step by step, using the Euler identity at each stage, until m = 1, at which point p itself is expressed as a sum of four squares.
Question 5 Short Answer
Why does it suffice, in proving Lagrange's four-square theorem, to prove only that every prime can be expressed as a sum of four squares?
Think about your answer, then reveal below.
Model answer: Because the Euler four-square identity shows that a product of two integers each expressible as sums of four squares is itself expressible as a sum of four squares. Since every positive integer has a prime factorization, establishing the result for primes and applying the identity inductively extends it to all positive integers.
The multiplicative closure provided by the Euler identity is what allows a proof about primes to become a universal theorem. Without it, the prime case would not obviously generalize.