Using mathematical induction, prove that for every positive integer n,
1 · 2 + 2 · 3 + · · · + n(n + 1) = (n(n + 1)(n + 2)) / 3
Base step
for n=1: The statement holds.
Inductive step
Assume that for n=k:
Then, for n=k+1:
That is, the statement for n=k+1 also holds true.
Since both the base step and the inductive step have been proved as true, by mathematical induction the statement holds for every natural number n.
Comments