Use mathematical induction to prove that $4^n -3^n + 1 = 7a_{n-1} – 12a_{n-2} + 6$ with $n \ge 3$ with the initial condition $a_1 = 2$ and $a_2 = 8$ . Given that $a_n = 4^n -3^n + 1$.
I am confused at the inductive step or $(k+1)$ part.
Use mathematical induction to prove that $4^n -3^n + 1 = 7a_{n-1} – 12a_{n-2} + 6$ with $n \ge 3$ with the initial condition $a_1 = 2$ and $a_2 = 8$ . Given that $a_n = 4^n -3^n + 1$.
I am confused at the inductive step or $(k+1)$ part.
Since the OP asks for an inductive proof, I'll write in this format.
Base case
Induction hypothesis (redundant)
Inductive step
\begin{align*} n &= k+1 \\ a_{k+1} &:= 4^{k+1} - 3^{k+1} + 1 \\ &= 4 \cdot 4^k - 3 \cdot 3^k + 1 \\ &= 7 (4^k - 3^k + 1) - 3 \cdot 4^k + 4 \cdot 3^k - 6 \\ &= 7 a_k - 12 (4^{k-1} - 3^{k-1} + 1) + 6 \\ &= 7 a_k - 12 a_{k-1} + 6 \end{align*}
Hence, by induction, the proposition is true for all $n \in \Bbb N$.
Remarks
The induction hypothesis is not needed. As vrugtehagel says, what we're doing is just verifying $4^n-3^n+1=7a_{n-1}-12a_{n-2}+6 \,\forall\,n\ge3$.