Quadratic Residues Modulo 5
In number theory, quadratic residues tell us what remainders can appear when we square integers modulo a prime. This classic HSC problem asks you to find all possible quadratic residues modulo 5, then apply that insight to prove a divisibility statement about fourth powers. Working through it will strengthen your modular arithmetic, case analysis, and the crucial “hence” skill of building one result to prove another.
Problem Statement
- Given is integral and not divisible by 5, prove the remainder when is divided by 5 is either 1 or 4.
- Hence, given that are integral and not divisible by 5, prove that is divisible by 5.
Hints
Attempt the proof independently first. Focus on the key theorem, algebraic transformation, or contradiction setup that links the hypothesis to the target conclusion.
Solutions
Part (a): Proof by Cases
Since is not divisible by 5, we have . To determine all possible remainders of when divided by 5, we can simply check the residues that itself can take modulo 5.
By the division algorithm, must be congruent to 1, 2, 3, or 4 modulo 5.
We check each case by squaring and reducing modulo 5:
Case 1:
Case 2:
Case 3:
Case 4:
In all cases, or .
Therefore, the remainder when is divided by 5 is either 1 or 4.
Part (b): Using Part (a)
From part (a), for any integer not divisible by 5: or . We now need to find modulo 5. Taking the result for and squaring it again gives us two possibilities:
- If , then
- If , then
In either case we end up with the same residue. Thus for any integer not divisible by 5.
Because satisfies the same condition, we immediately have .
Therefore:
Hence .
Takeaways
- Systematic Case Analysis: For , check all residues systematically
- Squaring Congruences: If , then
- ``Hence'' Strategy: Part (b) builds directly on part (a)'s result; apply it twice to get
- Fermat's Little Theorem Preview: Result for is special case of FLT
Further Readings
If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills: HSC Proofs, HSC Polynomials, HSC Sequences