• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Principle of Mathematical Induction

Principle of Mathematical Induction

The Principle of Mathematical Induction is a foundational concept in Mathematics, providing a rigorous method to prove statements true for all natural numbers. By establishing a base case and demonstrating the transition from one case to the next, mathematical induction offers a powerful tool for proving the validity of conjectures, theorems, and formulas across an infinite range of integers.

1.0Principle of Mathematical Induction Statement

Let P(n) represent a statement concerning the natural number n, satisfying the following conditions:

  1. The statement holds true for n = 1, denoted as P (1) being true (or true for any specific natural number).
  2. If the given statement is true for n = k (where k is any specific but arbitrary natural number), then it follows that the statement holds true for n = k + 1, indicating that the truth of P(k) leads to the truth of P (k + 1).

Under these conditions, P(n) holds true for all natural numbers n.

2.0Principle of Mathematical Induction Proof 

The Principle of Mathematical Induction is a fundamental concept in mathematics used to prove statements about natural numbers. It is typically used to prove statements of the form "P(n)" for all-natural numbers "n". The principle is usually divided into two steps:

  1. Base Step: The first step is to prove that the statement is true for the base case, typically when "n = 1" or "n = 0", depending on the context. This establishes the foundation for the induction.
  2. Inductive Step: The second step is to prove that if the statement is true for some arbitrary natural number "k", then it must also be true for the next natural number "k+1". This establishes the chain-like reasoning that extends the truth of the statement from the base case to all subsequent natural numbers.

Formally, the Principle of Mathematical Induction can be stated as follows:

Suppose "P(n)" is a statement involving a natural number "n".

  1. Base Step: Prove that "P (1)" is true.
  2. Inductive Step: Prove that for every natural number "k", if "P(k)" is true, then "P(k+1)" is also true.

By establishing the truth of the basis step and the inductive step, one can conclude that the statement "P(n)" holds true for every natural number "n".

The Principle of Mathematical Induction serves as a robust method for establishing the validity of statements, theorems, or formulas across all natural numbers. It generalizes the approach of proving truths for individual cases to encompass the entirety of the natural number set.

3.0Principle of Mathematical Induction Examples

Example 1: For all natural numbers n, n ≥1, Prove that 1 + 2 + 3 + … + n = 2n(n+1)​.

Solution: Let's denote the given statement as P(n),

i.e. P(n): 1 + 2 + 3 + … + n = 2n(n+1)​

Step 1:  For n = 1, 

P(1): 1=21(1+1)​=21×2​=1

P (1) holds true.

Step 2: Assume that P (k) holds true for a certain positive integer k, 

i.e., 1 + 2 + 3 +. . . + k = 2k(k+1)​

Step 3: Now, we will have to prove that P (k+1) is also true. We have 

(1 + 2 + 3 + . . . + k) + (k + 1) = 2k(k+1)​+(k+1)

Simplifying the right side of the equation:

=2k(k+1)+2(k+1)​

=2k2+k+2k+1​

=2k2+3k+1​

=2(k+1)(k+2)​

This confirms that the formula holds true for k + 1.

Since the formula holds for the base case (n = 1), and assuming it holds for K implies it holds for k +1, by the principle of mathematical induction, the formula is true for natural numbers.


Example 2. Prove that 2n>n

Solution : Let p(n): 2n>n

For n = 1, 21 > 1. Hence.  P (1) is true.

Assume that p(k) is true for any positive integer, i. e.

2k>k                        ………. (1)

Now, we will have to prove that P (k+1) is also true. 

Multiplying both sides of (1) by 2, we get

2.2k>2k

i.e.,

2k+1>2k

= k + k > k + 1.

Therefore, p(k+1) holds true when p(k) holds true. Thus, in accordance with the principle of mathematical induction,  p(n) holds true for every positive integer n.


Example 3.  ∑t=1n−1​t(t+1)=3n(n−1)(n+1)​, for all-natural number

Solution : We observe that-

L.H.S. = P (2) = ∑t=12−1​t(t+1)=∑t=11​t(t+1)1.2

R.H.S. = 32(2−1)(2+1)​32⋅1⋅3​=1.2

LHS = RHS.

Thus, P (n) holds true for n = 2.

Assume that P (n) is true for

i.e.  p(k) =  ∑t=1k−1​t(t+1)3k(k−1)(k+1)​

To prove that P (k+1) is true, we have-

∑t=1(k+1−1)​t(t+1)=∑t=1k​t(t+1)

=∑t=1k−1​t(t+1)+k(k+1)=3k(k−1)(k+1)​+k(k+1)

=k(k+1)[3k−1+3​]=3k(k+1)(k+2)​

=3(k+1)((k+1)−1)((k+1)+1)​

Thus, P (k + 1) holds true, whenever P (k) holds true.

Thus, in accordance with the principle of mathematical induction, P(n) holds true for all-natural numbers n, n ≥ 2.


Example 4. Prove that 2^{2 n}-1 is divisible by 3.

Solution : The statement p(n) given as p(n):22n−1 is divisible by 3, for every natural number n.

We observe that P (1) is true, since.

22 –1 =4 –1 = 3 is divisible by 3.

Assume that p(n) is true for some natural number k, i.e., p(k): 22k – 1 is divisible by 3. i.e. 22k – 1 = 3q, where q ∈N

Now, to prove that p (k+1) is true, we have.

P(k+1):  22(k+1) –1 = 22k+2 –1 = 22k. 22 –1 

=22k⋅4−1=3⋅22k+(22k−1)

=3.22k+3q=3(22 K+q)=3 m, where

Thus p(k+1) holds true, whenever p(k) holds true.

Thus, in accordance with the principle of mathematical induction, p (n) holds true for all-natural numbers n.

4.0Principle of Mathematical Induction Exercise 

Here are some practice questions based on the principle of mathematical induction. Prove the following by using the principle of mathematical induction.

Question 1: 4n –1 is divisible by 3, for each natural number n.

Question 2: 32n – 1 is divisible by 8, for all natural numbers n.

Question 3: 2 + 4 + 6 . . . + 2n = n2 + n, for all natural numbers n.

Question 4: For all prove that  1.21​+2.31​+3.41​+…+n(n+1)1​=n+1n​

5.0Solved question for Principle of Mathematical Induction

Q. Can you give an example of the Principle of Mathematical Induction proof?

Ans: An example is proving the formula for the sum of the initial n natural numbers: 1 + 2 + 3 + … + n =  2n(n+1)​.


Table of Contents


  • 1.0Principle of Mathematical Induction Statement
  • 2.0Principle of Mathematical Induction Proof 
  • 3.0Principle of Mathematical Induction Examples
  • 4.0Principle of Mathematical Induction Exercise 
  • 5.0Solved question for

Frequently Asked Questions

Mathematical Induction serves as a method to validate the truth of statements for all natural numbers.

It involves proving a base case, typically n = 1, and then demonstrating that if the statement holds for any arbitrary value k, it also holds for k + 1.

Basis Step: Prove the statement true for the base case. Inductive Step: Presume the validity of the statement for k, then prove it for k + 1.

Mathematical Induction can prove statements about natural numbers, such as formulas, inequalities, and divisibility properties.

No, it is specifically suited for proving statements about natural numbers and discrete structures.

Forgetting the base case. Incorrectly assuming the truth of P(k) in the inductive step. Failing to complete both the basis and inductive steps.

It provides a rigorous method for proving statements true for infinitely many natural numbers, essential in various areas of mathematics and computer science.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Complex Numbers: Definition and Key Concepts

Complex Numbers are expressed in the form a + ib, where a and b are real numbers and i (iota) represents the imaginary unit, defined as the square root of –1.

Chain Rule: Solved Examples and Practice Questions

The Chain Rule is a fundamental concept in calculus that allows us to find the derivative of composite functions.

Vector Triple Product: Detailed Overview

The vector triple product involves three vectors - A, B and C. It comes from...

Limits of Functions

Limits in mathematics are the most fundamental concepts when it comes to understanding functions in calculus, where limits describe the behavior of a...

Circle: A Shape With Infinite Symmetry

A Circle is a fundamental geometry in a two-dimensional geometric shape defined by a set of points that are all equidistant from a fixed center point.

Exploring Continuity and Differentiability

Continuity of a function is a fundamental concept in mathematics that describes the smoothness of the graph of the function. Differ...

What is Mathematical Reasoning? A Comprehensive Overview

Mathematical Reasoning, a crucial component of mathematics, involves the evaluation of the truth values of given statements. These...

  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO