Answer:
For all k≥0 if [tex] g_k=\frac{5}{2}2^k-k-\frac{3}{2}[/tex] then [tex] g_{k+1}=\frac{5}{2}2^{k+1}-(k+1)-\frac{3}{2}[/tex]
Step-by-step explanation:
Remember that a proof by induction consists on the following structure:
You want to prove a property p(n) for all natural numbers n.
Here, our property is the theorem we want to prove, that is, [tex]p(k): g_k=\frac{5}{2}2^k-k-\frac{3}{2}[/tex].
So, the inductive step "for all k≥0 p(k)→p(k+1)" becomes "for all k≥0 if [tex] g_k=\frac{5}{2}2^k-k-\frac{3}{2}[/tex] then [tex] g_{k+1}=\frac{5}{2}2^{k+1}-(k+1)-\frac{3}{2}[/tex]"
If we would want to write the proof, we must use the recursive definition given, in this case, [tex]g_0=1, g_n=3g_{n-1}+2n[/tex]. Notice how this definition and the inductive step are different, but to prove the base case and inductive step you have to use the definition.