Assume given statement
Let P(n):n2<2n∀n≥5,nϵN
Check that statement is true for n=5
P(1):52<25
=25<32
⇒P(n) is true for n=5
Assume P(k) to be true and then prove P(k+1) is true.
Lets assume P(k) is true.
k2<2k…(1)
To prove: (k+1)2<2(k+1)
LHS=(k+1)2
=k2+2k+1<2k+2k+1 {from (1)}
Now we know that 2k+1<2kfor all k>5 as LHS will be increased by 2 for every term but RHS is twice of the last term
∴k2+2k+1<2k+2k
⇒(k+1)2<2.2k
⇒(k+1)2<2k+1
Hence, P(k+1) is true whenever P(k) is true.
Hence, By Principle of mathematical Induction P(n) is true for all natural numbers n≥5.