I have seen the solution to this problem where for the induction step we have:
$$2^{n+1} = 2 \cdot 2^n \gt 2 (n^2 + 4 n + 5) = (n + 1)^2 + 4(n + 1) + 5 + n^2 + 2 n \gt (n + 1)^2 + 4(n + 1) + 5$$
In this induction step we prove the inequality from left to right, my question is, is it possible to prove the inequality starting from $(n + 1)^2 + 4 (n + 1) + 5$. This is what I have tried:
$$(n+1)^2 + 4(n + 1) + 5 = (n^2 + 4 n + 5) + 2n + 5 \lt 2^n + 2n + 5$$
To continue I would need to prove that $2n + 5 \le 2^n$ which doesn't seem true.
My question is, are there times in a proof by induction where it is possible to prove the inequality in one direction and not in the other?