I am trying to solve this problem by induction. The sad part is that I don't have a very strong grasp on solving by inductive proving methods. I understand that there is a base case and that I need an inductive step that will set $k = n$ and then one more step that basically sets $k = n + 1$.
Here is the problem I am trying to solve:
If $f(n) = \sum_{i = 0}^n X_{i}$, then show by induction that $f(n) = f(n - 1) + X_{n-1}$.
Can I have someone please try to point me in the right direction?
*EDIT: I update the formula to the correct one. I wasn't sure how to typeset it correctly and left errors in my math. Thank you for those that helped. I'm still having the problem but now I have the proper formula posted.
Let $$f(n) = \displaystyle \sum_{i=1}^{n-1} X^{i}$$.
Show that $$f(n) = f(n -1) + x^{n-1}$$
– Michael Guantonio Sep 11 '12 at 14:43