So I have a bonus question on a homework assignment I am working on that literally just asks "How would you prove a recursive formula by induction?" There are no numbers, or sequences given.
I understand how to prove something using induction, but am very confused on how to go about doing it for a recursive formula.
Any ideas?
Your mission, if you choose to accept it, is to outline the steps involved in proving by induction that $\forall k\geq 0:a_k = g(k)$ when given that $a_0=c$ and $\forall k\geq 0:a_{k+1} = f(a_{k})$.
That is how do you prove $a_k=g(k)$ is the closed form of the recursion formula.
As you understand what proof by induction involves, what is the first thing you would do?
That's the exactly right thing to do. So, do that then.
Okay, what is the base case here?
Yes, and what are you assuming is true for any $k$ here?
Likewise what do you need to prove for $k+1$.
It should not be that confusing. It is just a matter of identifying how to use the recursion formula to move from the assumption to the required conclusion.