Induction for a Divisibility Pattern Modulo Ten
Mathematical induction is a standard proof technique in HSC Extension 1, often tested through divisibility arguments. This problem addresses a subtle twist: the statement is only claimed for even positive integers. By rewriting , we convert the statement into a regular induction over all positive integers , then prove divisibility by 10 using algebraic manipulation and the inductive hypothesis. Working through it will reinforce how to adapt induction when a domain restriction is present.
Problem Statement
Prove by induction that is divisible by when is an even positive integer.
Hints
Since is even, let for . Prove by induction on that is divisible by .
For the inductive step:
- Express as
- From IH: for some integer
- Substitute and factor out
Solutions
Since is an even positive integer, let where .
We prove by induction on that : " is divisible by " holds for all .
To set up the base case, we check the smallest value (which gives the smallest even ).
Base case (, i.e., ):
Divisible by . \checkmark
Inductive hypothesis:
Assume holds: for some integer .
From this:
Inductive step:
Prove : is divisible by .
We first expand the exponents so the expression involves and — exactly the terms from — which will let us use the inductive hypothesis.
Now we replace using the relation from the inductive hypothesis.
Substitute from IH:
Since and are integers, is an integer.
Therefore, is divisible by . \checkmark
By the principle of mathematical induction, holds for all .
Therefore, is divisible by for all even positive integers .
Takeaways
- Reconstruct the full proof from the hint and the solution outline, and justify every transformation explicitly.
- Check edge cases and verify where each assumption is used in the argument.
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 Complex Numbers