T.J.I. 🪼 📚 Notes 🏦 Question Banks! 📃 Paper 02s ✏️ Quizzes 🗄️ Flashcards 🔎 SEARCH
🎓 Study Centre Blog Team About Contact Us!

The Principle of Mathematical Induction

The Principle of Mathematical Induction is a technique of proof used to show that a proposition is true for infinitely many cases using inferential logic. Directly addresses the related part of syllabus objective 2.5

Author:Author ImageRahul Kissoon

Edu Level: Unit1

Date: Oct 6 2025 - 2:02 AM

⏱️Read Time: 16 min



As you journey into higher-level mathematics, you will gain a better appreciation for the significance of proofs. Proving what is claimed to be true is fundamental to the nature of mathematics, a system built on logic. Proof by induction, also known as the Principle of Mathematical Induction, is a popular method that is used to prove the veracity of a proposition.

The Idea

Suppose that we wanted to formally prove a proposition, P(n), to be true nN.

Of course, we can directly substitute n=1, n=2, and so on to prove the proposition for these values of n. However, our aim is to prove the proposition for all natural numbers. Directly substituting every single natural number in existence is simply impossible as there are infinitely many. Therefore, we must consider proof by induction in this scenario.

Step 1: Defining P(n)

Writing the proposition every single time you need to refer to it can be extremely tedious. Thus, it is recommended to represent the proposition symbolically. Also, it is good practice to formally define what P(n) means before using it.

For example, if you are tasked with showing that r=1nr=n(n+1)2 for all whole numbers, you should write Let P(n) be the proposition that r=1nr=n(n+1)2 nW.

Note: P(n) is just notation to represent a proposition. It is not a function.

Step 2: The Base Case

Firstly, we must find the minimum value of n for which P(n) is true. You should consider how n was defined in this context to determine this value.

  • If nN or nZ+, then the minimum value of n is 1.
  • If nW, then the minimum value of n is 0.
  • Sometimes, a question may specify that n>2. In this scenario, the minimum value of n is 3.

Once we have determined the minimum value of n, we need to directly substitute the value into the proposition to manually verify that it is true for this value. This is called the base case.

If the base case is false, we can conclude that P(n) is false. Hence, verifying the base case is a crucial and sometimes overlooked step in the principle of mathematical induction.

Step 3: The Inductive Hypothesis, P(k)P(k+1)

Consider the following hypothesis: If P(k) is true, then P(k+1) must also be true, where kN.

Suppose that k=1. We have already verified that P(1) is true (by proving the base case). If we can prove that P(2) using the fact that P(1) is true, then we can repeat the process again using the fact that P(2) is true, to prove P(3). You can think of it like climbing a ladder. If you are on the first step of the ladder, you can use the first step to climb onto the second step. Then, you can use the second step to climb onto the third step, and so on.

However, we will not be showing that each P(1), P(2), P(3), is true directly - that's basically the same as testing P(n) for each natural number. Instead, we will start off with some arbitrary value of kN. By assuming that P(k) is true, our goal is to show that P(k+1) is true.

But how can we assume that P(k) is true for some arbitrary value of k? This underscores the importance of verifying the base case: we must first confirm that there exists a value of k for which P(k) is true to start off with - otherwise we cannot reasonably make that assumption. In terms of the ladder analogy, in order to climb onto the next step, we have to be standing on a step in the first place; we cannot climb onto a step if we are floating miraculously in thin air.

Reusing the example from earlier, you would write Assume P(k):r=1kr=k(k+1)2 for some kN is true.

Step 4: Proving that P(k+1) is true

Now that we have assumed P(k) to be true, we must show that P(k+1) is true using the assumption to complete the proof. This involves using P(k) in some way or the other to prove that P(k+1) is true. Typically, it involves algebraic manipulation and substitution.

Before this step, you should formally declare what you are required to prove. For the previous example, this step would entail Required To Prove P(k+1):r=1k+1r=(k+1)[(k+1)+1]2 L.H.S.=r=1k+1r=r=1kr+r=k+1k+1r=r=1kr+(k+1) (Substituting r=k+1 into the summand, we obtain the (k+1)th term)=k(k+1)2+(k+1)( From the assumption P(k):r=1kr=k(k+1)2)=k(k+1)+2(k+1)2=(k+1)(k+2)2=(k+1)[(k+1)+1]2L.H.S.=R.H.S. Evidently, in the example, the assumption for P(k) was directly substituted to prove P(k+1). However, sometimes, it may require some more work. Furthermore, note that we must manipulate the L.H.S. to look identical to the R.H.S., otherwise we may risk losing partial marks.

Step 5: Statement of Conclusion

Phew, the difficult part is over. Now, all that's left to do is formally conclude our proof with a written statement to show that we have satisfied the requirements for proof by induction. Typically, you can write, Q.E.D. By the Principle of Mathematical Induction, P(n) has been proven to be true nN.

"Q.E.D." stands for "quod erat demonstrandum", a Latin phrase which means "that which was to be demonstrated", and is typically used to conclude proofs. You should adjust this statement of conclusion depending on how n has been defined (refer to step 1).


Now that we have covered the overarching logic that makes mathematical induction work, let's put pen to paper by trying some questions.

Example 1: Use mathematical induction to prove that 12+32+52++(2n1)2=n3(4n21) for nN (CAPE 2014 Pure Mathematics U1 Paper 2, Caribbean Examinations Council)

Let P(n) be the proposition that 12+32+52++(2n1)2=n3(4n21) for nN

Base Case: P(1) L.H.S.=12=1R.H.S.=13[4(1)21]=13(3)=1 1=1L.H.S.=R.H.S., confirming that P(1) is true.

Assume that P(k) is true for some kN. P(k):12+32+52++(2k1)2=k3(4k21)

If P(k) is true, then P(k+1) must also be true. Required To Prove P(k+1):12+32+52++[2(k+1)1]2=k+13[4(k+1)21] L.H.S.=12+32+52++[2(k+1)1]2=12+32+52++(2k1)2The first k terms+[2(k+1)1]2The (k+1)th term=k3(4k21)The first k terms(From the assumption)+(2k+1)2=13[k(4k21)+3(2k+1)2]=13[k(2k+1)(2k1)+3(2k+1)2]=2k+13[k(2k1)+3(2k+1)]=2k+13(2k2+5k+3)=2k+13(2k+3)(k+1)=k+13(2k+3)(2k+1)=k+13(4k2+8k+3)=k+13(4k2+8k+41)=k+13[4(k2+2k+1)21]=k+13[4(k+1)21]=R.H.S.

Q.E.D. By the Principle of Mathematical Induction, P(n) has been proven to be true for nN.

As you can tell, your algebraic manipulation skills need to be strong for solving these types of questions.

Example 2: Use mathematical induction to prove that 10n+1+3(10n)+5 is divisible by 9 for all natural numbers. (CAPE 2015 Pure Mathematics U1 Paper 2 Guyana, Caribbean Examinations Council)

This type of question is called a divisibility test. The majority of the proof is similar to what you already know. However, to carry out the proof itself, divisibility tests demand a key insight about division: if the number X is divisible by the number Y, then the quotient, k, must be an integer. XY=kX=kY For instance, 10÷2=510=5×2. Apply this logic in your proof.

Let P(n) be the proposition that 10n+1+3(10n)+5 is divisible by 9 nN. P(n) implies that 10n+1+3(10n)+59A, AZ

Base Case: P(1) L.H.S.=101+1+3(101)+5=100+30+5=135=15(9) 135=15(9) which is divisible by 9, confirming that P(1) is true.

Assume that P(k) is true for some kN. P(k):10k+1+3(10k)+59A

If P(k) is true, then P(k+1) must also be true. Required To Prove P(k+1):10(k+1)+1+3(10k+1)+59BBZ L.H.S.=10(k+1)+1+3(10k+1)+5=10k+1×101+3(10k+1)+5 We can substitute for 10k+1 from the assumption. Recall that 10k+1+3(10k)+5=9A10k+1=9A53(10k) L.H.S.=[9A53(10k)]10+3(10k+1)+5=90A503(10k+1)+3(10k+1)+5=90A45=9(10A5)=9B, where some integer B=10A5=R.H.S.

Q.E.D. By the Principle of Mathematical Induction, P(n) has been proven to be true nN.

Example 3: Given that S(n)=5+52+53+54++5n, use mathematical induction to prove that 4S(n)=5n+15 for nN. (CAPE 2015 Pure Mathematics U1 Paper 2 Rest of Region, Caribbean Examinations Council)

Firstly, don't be confused by S(n). Although this looks similar to P(n), S(n) is simply a definition that was given in the question, not the proposition that we are being asked to prove.

Let P(n) be the proposition that 4S(n)=5n+15 for nN.

Base Case: P(1) L.H.S.=4S(n)=4(5)S(1)=51=20R.H.S.=51+15=255=20 20=20L.H.S.=R.H.S, confirming that P(1) is true.

Assume that P(k) is true for some kN. P(k):4S(k)=5k+15

If P(k) is true, then P(k+1) must also be true. Required To Prove P(k+1):4S(k+1)=5(k+1)+15

L.H.S.=4S(k+1)=4(5+52+53+54++5k+5k+1)=4(5+52+53+54++5k)4S(k)+4(5k+1)=5k+154S(k)(From the assumption)+4(5k+1)=5(5k+1)5=5k+25=5(k+1)+15=R.H.S.

Q.E.D. By the Principle of Mathematical Induction, P(n) has been proven to be true for nN.

Don't forget the base case.

I know that I have emphasized this many times before, but let me show you where leaving out the base case can induce a flawed proof.

Let P(n) be the proposition that n=n+1 nW.

Now, obviously, we know that this proposition is false. n=n+10=1, which is a contradiction. However, just for the sake of highlighting the absolute necessity of the base case when doing proof by induction, let's continue by assuming that P(k) is true for some kW.

P(k):k=k+1

If P(k) is true, then P(k+1) must also be true. Required To Prove P(k+1):k+1=(k+1)+1 L.H.S.=k+1=(k+1)+1 (From the assumption, k=k+1)=R.H.S.

Q.E.D. By the Principle of Mathematical Induction, P(n) has been proven to be true for nW.

Now, if we had just tested the base case for P(0), we would have observed that 00+1P(n) is false. This is why, although the base case may seem like an inconsequential step, we absolutely cannot afford to ignore it at all.

About Rahul Kissoon

Read More

Read Next

Mode

We have a new Instagram Account! Follow us @edukattedotcom.