Let $F_n$ be the $n$-th Fibonacci number, defined recursively by $F_0 = 0$, $F_1 = 1$ and $F_n = F_{n−1} + F_{n−2}$ for $n ≥ 2$.
Prove the following by induction (or strong induction):
$(a)$ For all $n ≥ 0$, $F_{n+1} ≤ \left(\dfrac74\right)^n$.
$(b)$ Let $G_n$ be the number of tilings of a $2 × n$ grid using domino pieces (i.e. $2 × 1$ or $1 × 2$ pieces). Then prove $G_n = F_{n+1}$.
For question $(a)$, I've done the proof but the result I kept getting was $$\left(\frac74\right)^{k+1}\left(\frac{11}7\right)≤\left(\frac74\right)^{k+1}$$ which is wrong.