Mathematical Induction
BY: JEEVAN JYOTI GIRI
INSTITUTE OF MATHEMATICS
AND APPLICATIONS
1
Mathematical Induction
Mathematical Induction is a proof technique used to establish the truth of an infinite sequence of statements, usually indexed by natural numbers. It consists of two main steps:
If both steps are satisfied, then by the principle of induction, the statement is true for all natural numbers n.
2
Principles of Mathematical Induction
The Principles of Mathematical Induction are:
If these steps are satisfied, the statement is true for all natural numbers.
3
Example: Sum of Odd Integers
for all integers n≥1.
1) Basis step:
The statement is true for n=1: 1=12 .
2) Inductive step:
Assume the statement is true for some k≥1
(inductive hypothesis) ,
show that it is true for k+1 .
4
Example: Sum of Odd Integers
The statement is true for k:
1+3+…+(2k-1) = k2 (1)
We need to show it for k+1:
1+3+…+(2(k+1)-1) = (k+1)2 (2)
Showing (2):
1+3+…+(2(k+1)-1) = 1+3+…+(2k+1) =
1+3+…+(2k-1)+(2k+1) =
k2+(2k+1) = (k+1)2 .
We proved the basis and inductive steps,
so we conclude that the given statement true.
by (1)
Important theorems proved by mathematical induction
For all integers n≥1,
For any real number r except 1, and any integer n≥0,
6
Proving a divisibility property by mathematical induction
7n - 2n is divisible by 5. (P(n))
1) Basis step:
The statement is true for n=1: (P(1))
71 – 21 = 7 - 2 = 5 is divisible by 5.
2) Inductive step:
Assume the statement is true for some k≥1 (P(k))
(inductive hypothesis) ;
show that it is true for k+1 . (P(k+1))
7
Proving a divisibility property by mathematical induction
P(k): 7k - 2k is divisible by 5. (1)
Then 7k - 2k = 5a for some a∈Z . (by definition) (2)
We need to show:
P(k+1): 7k+1 - 2k+1 is divisible by 5. (3)
7k+1 - 2k+1 = 7·7k - 2·2k = 5·7k + 2·7k - 2·2k
= 5·7k + 2·(7k - 2k) = 5·7k + 2·5a (by (2))
= 5·(7k + 2a) which is divisible by 5. (by def.)
Thus, P(n) is true by induction.
8
Strong Induction�
Strong Induction is a variation of mathematical induction that assumes the statement is true for all values up to k (instead of just k) to prove it for k+1. This is useful when a problem depends on multiple previous cases rather than just the immediately preceding one.
Steps of Strong Induction:
9
When to use?
When to Use Strong Induction Over Weak Induction:
10
THANK YOU
11