Mathematical induction also works for a sequence Pk Pk 1 o
Mathematical induction also works for a sequence P_k, P_k + 1, ... of propositions, indexed by the integers n greaterthanorequalto k for some k N. The statement is: if P_k is true and P_n + 1 is true whenever P_n is true and n greaterthanorequalto k, then P_n is true for all n greaterthanorequalto k. Prove this. Use induction in the form stated in the preceding exercise to prove that n^2
Solution
Check for n = 5
=> 52 < 25
=> 25 < 32
Hence , the condition n2 < 2n is true for n = 5
Let the result be true for n = k
=> k2 < 2k
To Prove : (k + 1)2 < 2k+1
(k + 1)2 = k2 + 2k + 1 < 2k + 2k + 1
=> (k + 1)2 < 2k + 2k + 1 < 2k + k2 ( As 2k + 1 < k2 for k > 3 )
=> (k + 1)2 < 2k + k2 < 2k + 2k
=> (k + 1)2 < 2k+1
