Standard Proofs by Induction (Edexcel International A Level (IAL) Further Maths: Further Pure 1): Revision Note

Exam code: YFM01

Mark Curtis

Written by: Mark Curtis

Reviewed by: Dan Finlay

Updated on

Proof by Induction with Series

What are the steps for proof by induction with series?

  • For example: prove that r=1nr2=16n(n+1)(2n+1) 

    • It has a left-hand side, LHS=r=1nr2

    • and a right-hand side, RHS=16n(n+1)(2n+1)

  • STEP 1

    The basic step: Show result is true for n=1

    • Substitute n=1 into both sides individually

      LHS= r=11r2=12=1RHS=16×1×(1+1)(2×1+1)=16×2×3=1

  • STEP 2

    The assumption step: Assume the LHS and RHS are equal for some n=k where k is some integer

    • Replace n with k in the statement

    • Write: "Assume r=1kr2=16k(k+1)(2k+1) is true"

  • STEP 3

    The inductive step: You need to prove that the LHS and RHS are equal for n=k+1

    • Start with the LHS for n=k+1

      • Take the last term out: r=1k+1r2 =r=1kr2 +(k+1)2

      • Substitute in the assumption (STEP 2) :

      • r=1k+1r2 =16k(k+1)(2k+1) +(k+1)2

      • Factorise:
        16(k+1)[k(2k+1)+6(k+1)]=16(k+1)[2k2+7k+6]=16(k+1)(k+2)(2k+3)

    • Check if it is the same as the RHS for n=k+1

      RHS=16(k+1)((k+1)+1)(2(k+1)+1)=16(k+1)(k+2)(2k+3)

    • So LHS = RHS for n=k+1, as long as the assumption is true

  • STEP 4

    The conclusion step: Explain in words how the above steps make the result true for all integers, using the following two sentences:

    • "If it is true for n=k, then it is true for n=k+1."

    • "As it is true for n=1, the statement is true for all n+."

Worked Example

Prove by induction that r=1nr(r3)=13n(n4)(n+1) for n+.

STE P 1: The basic step
Find the LHS when n=1

r=11r(r3)=1(13)=2

Find the RHS when n=1

13×1×(14)(1+1)=13×(6)=2

The LHS and RHS are equal, which shows the statement is true for n=1
State this

LHS = RHS, so it is true for n=1

STEP 2: The assumption step
Assume the statement is true for some n=k where k is a positive integer

Assume that r=1kr(r3)=13k(k4)(k+1)

STEP 3: The inductive step
Find the RHS when n=k+1

13(k+1)(k+14)(k+1+1)=13(k+1)(k3)(k+2)

Find the LHS when n=k+1

r=1k+1r(r3)

Prove that the LHS when n=k+1 equals the RHS when n=k+1
Start by pulling out the final term in the sum

r=1k+1r(r3)=r=1kr(r3)+(k+1)(k+13)=r=1kr(r3)+(k+1)(k2)

Now use the assumption in STEP 2 to replace the sum from 1 to k with its answer

r=1k+1r(r3)=13k(k4)(k+1)+(k+1)(k2)

Now factorise the right-hand side

r=1k+1r(r3)=(k+1)[13k(k4)+(k2)]=13(k+1)[k(k4)+3(k2)]

Expand inside the square brackets then continue to factorise

r=1k+1r(r3)=13(k+1)[k24k+3k6]=13(k+1)[k2k6]=13(k+1)(k3)(k+2)

This is the same as the RHS when n=k+1
The LHS and RHS are equal, which shows that the statement is true for n=k+1
State this

LHS = RHS, so it is true for n=k+1

STEP 4: The conclusion
We have just proved that if the case when n=k is true, then the case when n=k+1 is true
We have also shown that the case when n=1 is true
Those two parts come together to mean that n=1 is true, so n=2 is true, so n=3 is true, ... and so on

If it is true for n=k, then it is true for n=k+1.
As it is true for n=1, the statement is true for all n+.

Proof by Induction with Divisibility

What are the steps for proof by induction with divisibility?

  • For example: prove that f(n)=4n1 is divisible by 3 for all positive integers n

    • Being divisible by 3 is the same as being a multiple of 3

  • STEP 1

    The basic step: Show result is true for n=1

    • Substitute n=1 into the function

    • f(1)=411=3which is divisible by 3

  • STEP 2

    The assumption step: Assume f(k)=4k1 is divisible by 3 for some n=k where k is some integer

    • Replace n with k in the statement

    • Write "divisible by 3" as "=3m" where m is a positive integer

    • Sof(k)=4k1=3m where m+ 

    • It helps to make 4k the subject: 4k=1+3m 

  • STEP 3

    The inductive step (method 1): You need to show that the n=k+1 case is divisible by 3

    • Substitute n=k+1 into the function

      • f(k+1)=4k+11

    • Use index laws to substitute in the assumption (STEP 2) 4k=1+3m 

      • f(k+1)=4(4k)1=4(1+3m)1=3(4m+1)which is a multiple of 3

    • So f(k+1)is divisible by 3 (as long as the assumption is true)

  • STEP 3

    The inductive step (method 2): An alternative method is to show that the difference f(k+1)f(k) is a multiple of 3

    • i.e. f(k+1)f(k)=3×...

    • Making f(k+1)the subject gives f(k+1)=f(k)+3×...

    • So f(k+1) is divisible by 3 (as long as the assumption is true, i.e. that f(k) is divisible by 3)

    • This method does not always work

      • When it does, a hint will be given in the question

  • STEP 4

    The conclusion step: Explain in words how the above steps make the result true for all integers, using the following two sentences:

    • "If it is true for n=k, then it is true for n=k+1."

    • "As it is true for n=1, the statement is true for all n+."

Worked Example

Prove by induction that f(n)=6n+13n+1 is divisible by 7 for all integers satisfying n0.

STE P 1: The basic step
Prove that it is true for n=0

f(0)=60+130+1=1+13=14=7×2

State that it is true for n=0

14 is divisible by 7, so it is true for n=0

STEP 2: The assumption step
Assume the statement is true for some n=k where k is a positive integer

Assume that f(k)=6k+13k+1 is divisible by 7

Replace "being divisible by 7" with being equal to 7m, where m is a positive integer

6k+13k+1=7m

STEP 3: The inductive step
Substitute n=k+1 into the function

f(k+1)=6k+1+13(k+1)+1=6k+1+13k+2

Now make either 6k or 13k+1 the subject of STEP 2 and substitute it in
It helps to use index laws first

f(k+1)=6k×6+13k+2=(7m13k+1)×6+13k+2

Simplify the terms, using index laws to group the 13k+1 terms

f(k+1)=42m6×13k+1+13k+2=42m6×13k+1+13×13k+1=42m+(6+13)×13k+1=42m+7×13k+1

The goal is to show that this result is divisible by 7
Factorise out a 7 to show this

f(k+1)=7×(6m+13k+1)

State that it is true for n=k+1

f(k+1) is divisible by 7, so it is true for n=k+1

STEP 4: The conclusion
We have just proved that if the case when n=k is true, then the case when n=k+1 is true
We have also shown that the case when n=0 is true
Those two parts come together to mean that n=0 is true, so n=1 is true, so n=2 is true, ... and so on

If it is true for n=k, then it is true for n=k+1.
As it is true for n=0, the statement is true for all integers n0.

Proof by Induction with Sequences

What are the steps for proof by induction with sequences?

  • For example: prove that the sequence given recursively by un+1=3un+4 where u1=1 has the nth term formula un=3n2 for n1

  • STEP 1

    The basic step: Show result is true for n=1

    • Substitute n=1 into the formulae separately

    • u1=1 from the recursive formula

    • u1=312=1 from the nth term formula

  • STEP 2

    The assumption step: Assume that the term uk satisfies uk=3k2 for some n=k where k is some integer

    • Replace n with k in the statement

    • The assumption is on the nth term formula

      • (not on the recursive formula)

  • STEP 3

    The inductive step: Show that the nth term formula is true for n=k+1

    • Use the recursive formula to write uk+1=3uk+4

    • Substitute in the assumption (STEP 2) and simplify

      • uk+1=3(3k2)+4=3k+12

    • Check this is the same as the nth term formula when n=k+1

      • uk+1=3k+12

      • It is the same

  • STEP 4

    The conclusion step: Explain in words how the above steps make the result true for all integers, using the following two sentences:

    • "If it is true for n=k, then it is true for n=k+1."

    • "As it is true for n=1, the statement is true for all n+."

Examiner Tips and Tricks

  • If the recursive formula involves the previous two terms, then the basic step must be done for both n=1 and n=2.

Worked Example

A sequence is defined by un+1=5un4 where u1=2 and n1.

Prove by mathematical induction that un=5n1+1, where n1.

STE P 1: The basic step
Find u1 from the recursive sequence

u1=2

Find u1 from the nth term formula

u1=511+1=50+1=1+1=2

These two terms are equal
State that it is true for n=1

It is true for n=1

STEP 2: The assumption step
Assume the formula is true for some n=k where k is a positive integer

Assume that uk=5k1+1

STEP 3: The inductive step
Use the recursive sequence to write uk+1 in terms of uk

uk+1=5uk4

Replace uk with the assumption in STEP 2 and simplify

uk+1=5(5k1+1)4=5k+54=5k+1

Check that this is the same as substituting n=k+1 into the nth term formula

uk+1=5(k+1)1+1=5k+1

State that the result is true for n=k+1

It is true for n=k+1

STEP 4: The conclusion
We have just proved that if the case when n=k is true, then the case when n=k+1 is true
We have also shown that the case when n=1 is true
Those two parts come together to mean that n=1 is true, so n=2 is true, so n=3 is true, ... and so on

If it is true for n=k, then it is true for n=k+1.
As it is true for n=1, the statement is true for all n+.

Proof by Induction with Matrices

What are the steps for proof by induction with matrices?

  • For example: prove that Mn=(2n012n1) where M=(2011) for all integers n1.

  • STEP 1

    The basic step: Show result is true for n=1

    • Substitute n=1 into formula

    • M1=(2101211)=(2011)=M

  • STEP 2

    The assumption step: Assume Mk=(2k012k1) is true for some n=k where k is some integer

    • Replace n with k in the statement

  • STEP 3

    The inductive step: You need to show that the n=k+1 case is true

    • Use index laws to write Mk+1=MMk

    • Substitute in the assumption: Mk+1=M(2k012k1)=(2011)(2k012k1)

    • Multiply the matrices

      • Mk+1=(2k+1012×2k1)=(2k+1012k+11)

    • Check if it is the same as the formula with n=k+1

      • Mk+1=(2k+1012k+11)

      • It is the same

  • STEP 4

    The conclusion step: Explain in words how the above steps make the result true for all integers, using the following two sentences:

    • "If it is true for n=k, then it is true for n=k+1."

    • "As it is true for n=1, the statement is true for all n+."

Worked Example

The matrix M is given by M=(2201).

Prove, using mathematical induction, that Mn=(2n2(2n1)01) for all integers satisfying n1.

STE P 1: The basic step
Prove that it is true for n=1

M1=(212(211)01)=(2201)=M

State that it is true for n=1

It is true for n=1

STEP 2: The assumption step
Assume the formula is true for some n=k where k is a positive integer

Assume that Mk=(2k2(2k1)01)

STEP 3: The inductive step
Look at the power of n=k+1

Mk+1

Use index laws, then substitute in the assumption from STEP 2

Mk+1=MkM1=(2k2(2k1)01)(2201)

Use matrix multiplication to work out the right-hand side
Simplify the terms

Mk+1=(2k×2+0  2k×2+2(2k+11)×10+00+1)=(2k+1  2×2k+1201)

Check that this is the same as substituting n=k+1 into the formula for Mn

Mk+1=(2k+12(2k+11)01)=(2k+12×2k+1201)

State that the result is true for n=k+1

It is true for n=k+1

STEP 4: The conclusion
We have just proved that if the case when n=k is true, then the case when n=k+1 is true
We have also shown that the case when n=1 is true
Those two parts come together to mean that n=1 is true, so n=2 is true, so n=3 is true, ... and so on

If it is true for n=k, then it is true for n=k+1.
As it is true for n=1, the statement is true for all n+.

Unlock more, it's free!

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Build on this topic

Mark Curtis

Author: Mark Curtis

Expertise: Maths Content Creator

Mark graduated twice from the University of Oxford: once in 2009 with a First in Mathematics, then again in 2013 with a PhD (DPhil) in Mathematics. He has had nine successful years as a secondary school teacher, specialising in A-Level Further Maths and running extension classes for Oxbridge Maths applicants. Alongside his teaching, he has written five internal textbooks, introduced new spiralling school curriculums and trained other Maths teachers through outreach programmes.

Dan Finlay

Reviewer: Dan Finlay

Expertise: Portfolio Lead

Dan graduated from the University of Oxford with a First class degree in mathematics. As well as teaching maths for over 8 years, Dan has marked a range of exams for Edexcel, tutored students and taught A Level Accounting. Dan has a keen interest in statistics and probability and their real-life applications.