I am to use mathematical induction to prove:
$\sum_{i=1}^n$ $(i \times i!) = (n+1)! - 1$
my base case is n = 1
$RHS: (1 \times1!) = 1$
$LHS: (1+1)! - 1 = 1$
If I am not mistaken the next step is to assume n=k so
$=(k+1)! -1$
then I need to show k+1
$((k+1)+1)-1$ or $(k+2)!-1$
now I'm a bit confused on where to go from here. I THINK my next step is:
$(k+1)!-1 + (k+1 \times k+1!)$
Is this the correct next step? if it is how do I algebraically show that it is equal to $(k+2)!-1$
Any help is appreciated guys! Thanks!
The next is indeed $$(k+1)!-1+(k+1)(k+1)!=(k+1+1)(k+1)!-1=(k+2)!-1.$$
This remarkable identity can be used to define a factorial basis of the integers.