Let P(n) be the proposition that
1Ć2Ć3+2Ć3Ć4+...+n(n+1)(n+2)
=4n(n+1)(n+2)(n+3)ā Basis step: P(1) is true, because
1Ć2Ć3=6=41(1+1)(1+2)(1+3)āInductive step: For the inductive hypothesis we assume that P(k) holds for an arbitrary positive integer k. That is, we assume that
1Ć2Ć3+2Ć3Ć4+...+k(k+1)(k+2)
=4k(k+1)(k+2)(k+3)ā Under this assumption, it must be shown that P(k+1) is true, namely, that
1Ć2Ć3+2Ć3Ć4+...+k(k+1)(k+2)
+(k+1)(k+1+1)(k+1+2)
=4(k+1)(k+1+1)(k+1+2)(k+1+3)āis also true.
We obtain
1Ć2Ć3+2Ć3Ć4+...+k(k+1)(k+2)
+(k+1)(k+1+1)(k+1+2)
=4k(k+1)(k+2)(k+3)ā+(k+1)(k+2)(k+3)
=4(k+1)(k+2)(k+3)āā
(k+4)
=4(k+1)(k+1+1)(k+1+2)(k+1+3)ā
This last equation shows that P(k+1) is true under the assumption that P(k) is true. This completes the inductive step.
We have completed the basis step and the inductive step, so by mathematical induction we know that P(n) is true for all positive integers n. That is, we have proven that
1Ć2Ć3+2Ć3Ć4+...+k(k+1)(k+2)
=4k(k+1)(k+2)(k+3)ā for all positive integers n.
Comments