Prove by induction: $A(n) = 2^n \lt\ n!$
$A(n+1) = 2^{n+1} \lt\ (n+1)!$
The expression below is true for $n = 5$.
$2^n \lt\ \frac{n!}{2}$
Then, we have:
$2^n \lt\ \frac{n!}{2} \lt\ n! \lt\ (n+1)!$
Which implies that:
$2^{n+1} \lt\ (n+1)!$ for every $n \ge\ 5$
Is this proof correct?
Update: the case is true for $n = 4$. It's true for $n = 5$, too. I started the induction proof with $n = 5$.
Let be more clear:
$A(n) = 2^n \lt\ n!$ is true for $n = 5$.
For $n= 5$, the expression $2^n \lt\ \frac{n!}{2}$ is true too.
From the expression above, we can deduce: $$2^n \lt\ \frac{n!}{2} \lt\ n! \lt\ (n+1)!$$
$$2^n * 2 \lt\ n! \lt\ (n+1)!$$ Hence: $$2^{n+1} \lt\ (n+1)!$$
I would like to know if there is something wrong with this proof. Remember, I assumed the expression is true for $n=5$, not $n=4$ (which is true too).
Update 2: I think is neccessary to prove the expression below by induction first:
"For $n= 5$, the expression $2^n \lt\ \frac{n!}{2}$ is true too."
We don't know if it's true for $ n\gt\ 5$