To proof: 1⋅1!+2⋅2!+…+n⋅n!=(n+1)!−1 for every positive integer n. PROOF BY INDUCTION: Let P(n) be 1⋅1!+2⋅2!+…+n⋅n!=(n+1)!−1 Basis step n=11⋅1!+2⋅2!+…+n⋅n!=1⋅1!=1⋅1=1(n+1)!−1=(1+1)!−1=2!−1=2−1=1 We then note P(1) is true. Induction step: Let P(k) be true. 1⋅1!+2⋅2!+…+k⋅k!=(k+1)!−1 We need to prove that P(k+1) is also true.
1⋅1!+2⋅2!+…+k⋅k!+(k+1)⋅(k+1)!=(k+1)!−1+(k+1)⋅(k+1)!=1⋅(k+1)!+(k+1)⋅(k+1)!−1=(1+k+1)(k+1)!−1=(k+2)(k+1)!−1=(k+2)!−1=((k+1)+1)!−1
We then note that P(k+1) is also true.
Conclusion By the principle of mathematical induction, P(n) is true for all positive integers n .
Thus, 1⋅1!+2⋅2!+⋅⋅⋅+n⋅n!=(n+1)!−1 whenever n is a positive integer.
Hence Proved