HL Induction Notes
HL Induction Notes
HL Induction Notes
• Direct Proof
• Proof by Contradiction
• Proof by Induction
We used this type of proof to prove, for example, the Sine rule and the quadratic formula.
We conclude that q is a prime number, not among the primes listed above,
contradicting our assumption that all primes are in the list p1 , p2 , ... , pn .
1. Prove that the formula/proposition is true for n = 1 and therefore assume it is true for n = k .
2. Prove that the formula/proposition is also true for n = k + 1.
3. Use the induction to show that it is true for all n .
2 1
For P (1), 1 = 1 = (1)(1+1)( 2( 1)+1) ∴ True for n = 1
6
2 2 2 2 1
For P (k ), 1 + 2 + 3 + ... + k = k ( k+1)( 2k +1) Assume true for n = k
6
2 2 2 2 2 1 2 Add (k +1)2 to both
For P (k +1), 1 + 2 + 3 + ... + k + (k +1) = k ( k+1)( 2k +1) + ( k+1) sides
6
1 2
= ( k (k +1)(2 k+1) + 6 (k +1) )
6
1
= ( k+1)( k (2 k+1) + 6 (k +1)) Factorise out (k + 1) term
6
1 2
= ( k+1)( 2k +k +6k +6)
6
1 2
= ( k+1)( 2k +7 k+6) Factorise the quadratic
6
1
= ( k+1)( k+2)(2 k+3)
6
1
= ( k+1)((k +1)+1)( 2( k+1)+1) ∴ True for n = k + 1
6
+
Therefore, using induction, the proposition is true for P(1) and P(k) ⇒ True for P(k + 1), so P(n) is true for all n∈ℤ
.
n n
Let f (n) = 5 + 9 + 2
= 4× 4 ∴ True for n = 1
= 5k (5 − 1) + 9k (9 − 1) Factorise
= 5k × 4 + 9 k ×8
f (k +1) − 4×A = 5 k × 4 + 9 k ×8 Substitute f ( k )=4× A
f (k +1) = 5k × 4 + 9 k ×8 + 4×A
f (k +1) = 4(5k + 9k ×2 + A)
Using proof by induction, since it is true for f (1) and f (k ) ⇒ True for f (k +1) ,
+
f (n) is divisible by 4 for all n∈ℤ .