79
178
Principle of Mathematical Induction
Report Error
Solution:
Let the statement P(n) be defined as P(n):1×1!+2×2!+3×3!…+n×n!=(n+1)!−1 for all natural numbers n.
Note that P(1) is true, since P(1):1×1!=1=2−1=2!−1
Assume that P(n) is true for some natural number k,
i.e., P(k):1×1!+2×2!+3×3!+…+k×k!=(k+1)!−1...(i)
To prove P(k+1) is true, we have P(k+1):1×1!+2×2!+3×3!+⋯+k×k!+(k+1)×(k+1)! =(k+1)!−1+(k+1)!×(k+1) [by Eq. (i)] =(k+1+1)(k+1)!−1 =(k+2)(k+1)!−1 =(k+2)!−1
Thus, P(k+1) is true, whenever P(k) is true. Therefore, by the principle of mathematical induction, P(n) is true for all natural numbers n.