Guilmon said:
The nth case I understand. It is the n+1th case that has me stumped.
I am still not sure that you understand how induction works and
what has to be proved (not
how it is proved). There is no separate nth and (n+1)th cases in a proof by induction.
To make sure we are on the same page, I recommend starting from the very beginning: identifying the property P(n) that you need to prove for all n. Without this step, everything else is useless. Note that P(n) has to be true or false for each concrete n; in particular, P(n) cannot be a number such as 1(1!)+2(2!)+...+n(n!). Identifying P(n) in simple cases is easy: just remove the words "for all n" (if they are present) from the claim you are asked to prove. In this case, P(n) is the equality 1(1!)+2(2!)+...+n(n!) = (n+1)! - 1.
Next, you need to know how to write P(0) (or P(1)) and P(n+1). To do this, replace n with 0 (or 1, or n+1, respectively) everywhere in P(n).
Now you should be able to write the base case P(0) (or P(1)) and the induction step: "For all n, P(n) implies P(n+1)". Write both claims explicitly, replacing P by its definition. Only when you do this, you'll know
what you need to prove. How to prove it is the following step.