principle Mathematical Induction
principle Mathematical Induction
principle Mathematical Induction
Mathematical induction is a concept that helps to prove mathematical results and theorems
for all natural numbers. Mathematical induction is a technique used to prove certain
statements in algebra formulated in terms of n, where n is a natural number. Any
mathematical statement or expression is proved based on the premise that it is true for n = 1,
n = k, and then it is proved for n = k + 1.
Let us understand the concept of the principle of mathematical induction, its statement, and
its application for proving various mathematical theorems and statements for natural
numbers.
Mathematical Induction is a technique used to prove that a mathematical statement P(n) holds
for all natural numbers n = 1, 2, 3, 4, ... It is often referred to as the principle of mathematical
induction. To prove a result P(n) using the principle of mathematical induction, we prove that
P(1) holds. If P(1) is true, then we assume that P(k) holds for some natural number k, and
using this hypothesis, we prove that P(k+ 1) is true. If P(k+1) holds true, then the statement
P(n) becomes true for all natural numbers.
Principle of Mathematical Induction Statement
Now, let us state the principle of mathematical induction and understand how it is used to
prove statements step-wise:
Suppose there is a given statement P(n) involving the natural number n such that
Now before we move on to solve a few examples using the principle of mathematical
induction, let us go through some points that are important to understand:
The first step is a statement of fact. Some mathematical statements hold true for n ≥ 5. In
this case, to prove the result using the Principle of Mathematical Induction, step 1 will
start from n = 5.
Step 2 is a conditional property. It does not assert that the statement P(n) is true for n = k.
It says that if the statement is true for n = k, then it is also true for n = k+1. In other
words, we can say that we assume P(k) is true for some natural number k and then prove
that P(k+1) is true.
Mathematical Induction - Steps To Solve
Now, each step that is used to prove the theorem or statement using mathematical induction
has a defined name. Each step is named as follows:
Base step: To prove P(1) is true.
Assumption step: Assume that P(k) is true for some k in N.
Induction step: Prove that P(k+1) is true.
After proving these 3 steps, we can say, “By the principle of mathematical induction, P(n) is
true for all n in N". The assumption that we make in the second step that P(n) holds for some
natural number n = k is called the induction hypothesis.
Now that we have understood the concept of mathematical induction, let us solve an example
to understand its application better.
Example 1: Prove that the formula for the sum of n natural numbers holds for all natural
numbers, that is, 1 + 2 + 3 + 4 + 5 + .... + n = n(n+1)/2 using the principle of mathematical
induction.
Here we use the concept of mathematical induction and prove this across the following three
steps.
For n = 1, LHS = 1
Assumption Step: Assume that P(n) holds for n = k, i.e., P(k) is true
= 1 + 2 + 3 + 4 + ... k + (k+1)
= (1 + 2 + 3 + 4 + ... + k) + k+1
= [k(k+1) + 2(k+1)]/2
= (k+1)(k+2)/2
= RHS
Hence, by the principle of mathematical induction, P(n) is true for all natural numbers n.
Example 1: Prove the following formula using the Principle of Mathematical Induction.
n (2 n−1)(2 n+1)
12 +32 +52 +...+(2 n−1)2 =
3
2 2 2 2 n (2 n−1)(2 n+1)
Solution: Assume P(n): 1 +3 +5 +...+(2 n−1) =
3
Here we use the concept of mathematical induction across the following three steps.
For n = 1, LHS = 12 = 1
Assumption Step: Assume that P(n) holds for n = k, i.e., P(k) is true
k (2 k −1)(2 k +1)
⇒ 12 +32 +52 +...+(2 k−1)2= --- (1)
3
( k +1 ) [ 2 ( k +1 ) −1 ] [2 [ k +1 ) +1]
To prove: 12 +32 +52 +...+(2 k −1)2+[2(k +1)−1]2=
3
2 2 2 2 2
Consider LHS ¿ 1 +3 +5 +...+(2 k −1) +[2 (k +1)−1]
2 2 2 2 2
¿ [1 +3 +5 +...+ ( 2 k−1 ) ]+[2(k +1)−1]
k (2 k −1)(2k + 1)
¿ +[2(k + 1)−1] 2 Using equation 1
3
k (2 k −1)(2k + 1)
¿ +(2 k +1)2
3
2
k ( 2 k−1 ) ( 2 k +1 ) +3(2 k +1)
¿
3
( 2 k +1 ) [k ( 2 k−1 ) +3 ( 2 k +1 ) ]
¿
3
2
( 2 k +1 ) (2 k −k +6 k +3)
¿
3
( 2 k +1 ) (2 k 2 +5 k +3)
¿
3
( 2 k +1 ) (2 k +3)(k +1)
¿
3
( k +1 ) [ 2 ( k +1 )−1 ] [2 [ k +1 ) +1]
¿ =RHS
3
Hence, by the principle of mathematical induction, P(n) is true for all natural numbers n.
2 2 2 2 k (2 k−1)(2 k +1)
Answer: 1 +3 +5 +...+(2 k −1) = is true for all positive integers n.
3
Example 2: Prove that 2n > n for all positive integers n.
Solution: We will prove the result using the principle of mathematical induction.
⇒ P(1) is true.
Assumption Step: Assume that P(n) holds for n = k, i.e., P(k) is true
=k+k
> k + 1 [Because any natural number other than 1 is greater than 1.]
⇒ P(n) is true for n = k+1
Hence, by the principle of mathematical induction, P(n) is true for all natural numbers n.
⇒ P(1) is true.
Assumption Step: Assume that P(n) holds for n = k, i.e., P(k) is true
⇒ 102k-1 + 1 is divisible by 11
⇒ 102k-1 + 1 = 11a, for some integer 'a' --- (1)
Hence, by the principle of mathematical induction, P(n) is true for all natural numbers n.
Proof.
Let P (n) be the statement 1 + 5 + 9 + · · · + (4n − 3) = 2n2 − n. First we
will verify our base case, P (1). Observe that (4(1) − 3) = 1 = 2(1) 2 − 1 = 1.
Thus, we know that P (n) holds for n = 1. Next, assume P (k) is true for
some positive integer k; that is,
1 + 5 + 9 + · · · + (4k − 3) = 2k2 − k.
We want to prove that P (k + 1) holds; that is, we want to prove
that 1 + 5 + 9 + · · · + (4(k + 1) − 3) = 2(k + 1)2 − (k + 1).
Observe the following:
[1 + 5 + 9 + · · · + (4k − 3)] + (4(k + 1) − 3) = [2k2 − k] + (4(k + 1) − 3)
[By Inductive Hypothesis]
= 2k2 − k + 4k + 4 – 3
= 2k2 + 4k + 2 + 2 − 3 – k
= 2(k2 + 2k + 1) − k – 1
n ( n+1 ) ( n+2 )
Prove that 1 ·2+2 · 3+3 · 4+…+ n ( n+1 )= for every 3positive integer n [1].
3
Proof.
n ( n+1 ) ( n+2 )
Let P (n) be the statement, 1 ·2+2 · 3+3 · 4+…+ n ( n+1 )= First3
3
we will verify our base case, P(1). Observe that
1 ( 1+3 1 )( 1+2 )
1 ( 1+ 1 )=2= =2. Thus, we know that P (n) holds for n = 1.
3
Next, assume P (k) is true for some positive integer k; that is,
k ( k +1 )( k +2 )
1 ·2+2 · 3+3 · 4+…+ k ( k +1 )=
3
We want to prove that P (k + 1) holds; that is, we want to prove that
( k +1 ) ( k +2 ) ( k +3 )
1 ·2+2 · 3+3 · 4+…+ k ( k +1 ) + ( k + 1 )( k +2 )=
3
k ( k +1 ) ( k +2 ) 3 ( k +1 )( k +2 ) ( k +1 ) ( k +2 ) ( k +3 )
¿ + =
3 3 3
Thus P (k + 1) is true. Therefore, P (n) is true for all positive integers n
by the principle of mathematical induction.