Is there any easy way to do this? I get the basic step.. where you prove it for some number.. but I don't get the induction step.
Do you literally take the given equation that you just proved with the basic step.. and plug in (k+1)?
I really don't understand how to prove by induction other than the general explanation where you show that if it works for some number, than it will also work for some number + 1 based on assumptions.
Thanks
First we show that it holds for the "base case", usually $n=1$ or $n=0$ but that can vary.
Then we assume it holds for $n=k$ and then prove that provided it holds for $n=k$ it will also hold for $k+1$. In other words, if the formula is valid for an integer, it will always be valid for the next integer.
Combining this with our original demonstration that it is true for $n=1$, it means it will be true for $n=2$. But if it is true for $n=2$ it should be true for the next integer, i.e, $n=3$. This is kind of like a "domino effect" that ad infinitum.