Let $(a_{n})_{n \in \mathbb N_{0}}$ be a sequence in $\mathbb Z$, defined as follows: $a_{0}:=0, a_{1}:=2, a_{n+1}:= 4(a_{n}-a_{n-1}) \forall n \in \mathbb N$.
Required to prove: $a_{n}=n2^{n} \forall n \in \mathbb N_{0}$
I have gone about it in the following:
Induction start: $n=0$ (condition fulfilled)
Induction premise: $a_{n}=n2^{n}$ for a specific $n \in \mathbb N_{0}$
Induction step:
$a_{n+1}=4(a_{n}-a_{n-1})$, and here the first problem arises, since I can say that (given the premise) $4(a_{n}-a_{n-1})=4(n2^{n}-a_{n-1})$, yet how do I get rid of the $a_{n-1}$? Surely stating the $a_{n-1}=(n-1)2^{n-1}$ is false, given that my premise is only based on an $n$ and not $n-1$.
Show that your premise holds for $n = 0$ and $n = 1$.
Then the induction step is: $A(n)~ ∧ ~ A(n+1) → A (n+2)$