-
P(n) : Assertion involving ’n'
-
Goal: To prove P(n) is true for all
-
This can be achieved in two steps:
Basis step
To verify P(1) is true.
P(n) : Assertion involving ’n'
Goal: To prove P(n) is true for all n∈N
This can be achieved in two steps:
Basis step
To verify P(1) is true.
Inductive step
Assume induction hypothesis: P(k) is true.
To prove: P(k+1) is true
ie, to prove the conditional statement.
P(k) → P(k+1)
For a positive integer j, the jth harmonic number denoted Hj is defined as
Hj=1+21+31+….+j1
Prove that: H2n≥1+2n ∀n∈N∪{0}.
Proof:
Basis step
P(n):H2n≥1+2n
To prove P(0)
H20=H1=1≥1+20
i.e P(0) is true.
Inductive step
Assume that P(k) is true.
H2k=1+21+….+2k1≥1+2k
To prove that P(k+1) is true.
H2k+1=1+21+….+2k+11
H2k+1=(1+21+…+2k1)+2k+11+…+2k+11
H2k+2k+11+….+2k+11
⇒ ≧(1+2k)+2k terms2k+11+…+2k+11
⇒ 2k+1, 2k+2….≤2k+1
⇒ H2k+1≥(1+2k)+2k+11+2k+11+…+2k+11
=1+2k+2k.2k+11=1+2k+21
H2k+1=1+2k+1
H2k+1≥1+2k+1
Hence, by MI
H2n≥1+2n,∀n∈N∪{0}
1+21+31+…+n1+…..
H2n≥1+2n
Example:
Use MI to prove that n3−n is divisible by 3 for every positive integer.
Basis step to verify P(1) is true.
P(n): n3−n is divisible by 3.
P(1): 13−1=0 is a multiple of 3.
Inductive step
Assume P(k) is true ie, k3−k is divisible by 3.
k3−k=3.d, d∈N
To prove P(k+1) is true.
(k+1)3−(k+1)=k3+3k2+3k+1−k−1
=k3+3k2+3k−k
=(k3−k)+3(k2+k)
=3d+3(k2+k)
Thus P(k+1) is true.
∴ P(n) is true for all n∈N
7n+2+82n+2 is divisible by 57 for all non negative integer n.
Proof:
P(n) : 7n+2+82n+1 is divisible by 57. We have to Prove that,
P(n) is true for all n∈N∪{0}
Inductive step:
To prove 7k+1+2+82(k+1)+1 is divisible by 57.
7k+1+2+82(k+1)+1
⇒ 7k+3+82k+3
⇒ 7.7k+2+82k+1.82
⇒ 7.7k+2+64.82k+1
7k+1+2+82(k+1)+1=7.7k+2+7.82k+1−7.82k+1+64.82k+1
=7(7k+2+82k+1)+57.82k+1
=7.M(57)+57.82k+1 (M → multiple of 57.)
=M(57) i.e. P(k+1) is true.
Hence by M.I, P(n) is true for all n∈N∪{0}.
A set with n elements has 2n subsets, for all non negative integer n.
Proof:
P(n) : A set with n elements has 2n subsets.
Basis step: To prove P(0) is true.
P(0): consider empty set ϕ
Subsets are ϕ
1=20 subsets are there.
Observe:
For a subset X of S, ∃ two subsets for T
T={a1,a2,a3,a4}
T=S∪{a}
S={a1,a3,a4}
a=a2
ϕ, T,{a1},{a2} {a3},{a4},{a1 a2} ,{a1 a2}……. {a1 a2 a3} , {a2 a3 a4} ……
Here T→S∪a1{a2}→ϕ∪{a2}
S has2ksubsets
Hence, 2. 2k subsets for T
Hence, 2k+1 subsets for T
i.e P(k+1) is true
By mathematical induction P(n) is true for all n n∈N∪{0}.
What is wrong with this ‘Proof’?
For every positive integer n,
∑i=1ni=2(n+21)2.
Proof:
Assume given statement is correct.
Then, ∑i=1k+1i=(∑i=1ki)+(k+1)
=2(k+21)2+k+1(by inductive hypothesis).
=2k2+k+41+k+1=2k2+3k+49=2(k+23)2
=2[(k+1)+21]2, completing the inductive step
Hence, by mathematical induction, for every positive integer n
∑i=1ni=2(n+21)2
Let’s verify what is wrong with this proof.
Basis step:
Verify basis step.
P(n): All horses in a set of n horses are of same color.
What is wrong with a ‘proof’ that all horses are of same color?
Proof:
To Prove that P(n) is true for all n,
Consider any k+1 horses.
Let us number these as horses 1,2,3,…,k,k+1.
Now the first k of these horses all must have the same color, and the last k of these must have the same color.
Beacuse the set of the first k horses and the set of the last k horses over lap. all k+1 must be of same color.
This shows P(k+1) is true.
Let’s verify what is wrong with this proof.
Mistake is in inductive step,
The two sets do not overlap.
If k+1=2
In fact, P(1) → P(2) is false.
Mathematical Induction
× inductive reasoning
✓ deductive reasoning
Well ordered principle