I am working on an induction proof for my discrete mathematics class. Here is the problem:
Define $x_1 = 1$ and $x_2 = 2$ and $x_{n+2} = x_{n+1} + x_n$ for $n \geq 1$. Prove that $4^nx_n < 7^n$ for all positive integers $n$.
Here is what I have so far:
Base Case: n=1
$4^nx_n = 4^1*1 = 4 < 7 = 7^1$
Inductive Hypothesis
There is some $k$ such that $4^kx_k < 7^k$ for $k \geq 1$. We want to show $4^{k+1}x_{k+1} < 7^{k+1}$.
Then, $4^{k+1}x_{k+1} = 4^{k+1}(x_{k}+x_{k-1}) = 4(4^{k}x_{k}+4^{k}x_{k-1}) < 4(7^k+4^{k}x_{k-1})$.
I have no idea where to go from here. Can anyone give a hint or suggest a direction to head from here? All help is appreciated. Thanks!
Here's a continuation: $$4(7^k+4^{k}x_{k-1})< 4\cdot7^k+4^2\cdot 7^{k-1}< 4\cdot7^k+21\cdot 7^{k-1}=4\cdot7^k+3\cdot 7^k=7^{k+1}.$$