Say I have $2^n +1 < n! -n$ for all $n \ge 4$, and $n$ is an integer.
My inductive steps says, consider a $k$ that is a arbitrary integer, assuming $P(k)$.
Thus, $$\begin{align} 2^{k+1} +1 = 2^k \cdot 2 +1 \\ 2^k\cdot 2+1\overset{\mathrm{IH}}{<} 2(k!-k) < ((k+1)!-k) \\\text{Therefore, we have proven this my mathematical induction.} \end{align}$$
I am not too sure on how to use < in mathematical induction. I based this off an example I saw, and wondering it is valid, and maybe some calcification on what this works (if it does)...