CP-1 Proof — coverage pack
1 specification leaves · notes, questions, answers and worked methods
CP-1.1 · Construct proofs using mathematical induction. Contexts include sums of series, divisibility and powers of matrices.
- Mathematical induction proves a statement for every integer from a stated starting value: verify the base case, assume , prove , then conclude.
- In the inductive step, use the hypothesis explicitly: add the next term for a sum, isolate a multiple for divisibility, or multiply by the matrix once more for a matrix power.
- For example, after assuming a sum formula for , write the term with index , then simplify to the target formula with substituted for .
- A common error is circular reasoning: assuming the result for , or checking several numerical cases, does not prove the result for all permitted integers.
Tier 1 · Easy
1. Prove by mathematical induction that for every positive integer .[4 marks]
Answer
- Base case: when , both sides equal .
- Assume for some positive integer .
- Then .
- Therefore the result holds for every positive integer by induction.
Method: Verify . For the inductive step, the next odd number is . Add it to the assumed sum: , which is exactly the required form for . Complete the induction conclusion.
Tier 2 · Standard
1. Prove by mathematical induction that is divisible by for every positive integer .[5 marks]
Answer
- Base case: , which is divisible by .
- Assume for some integer .
- .
- Since is an integer, is divisible by .
- Therefore the result holds for every positive integer by induction.
Method: After the base case, express the hypothesis as with . Rewrite the next case so the hypothesis appears: . Substitution gives , an integer multiple of , so the inductive step and conclusion follow.
Tier 3 · Hard
1. Let . Prove by mathematical induction that for every positive integer .[6 marks]
Answer
- Base case: the stated formula gives .
- Assume .
- .
- The upper-right entry is , so this is the required formula with in place of .
- Therefore the result holds for every positive integer by induction.
Method: Check , including the upper-right entry . Assume the formula for and multiply on the right by . The upper-right entry is ; the diagonal entries are . This matches the target at , completing the proof.