- n ∈ N and $P(n) : n! − 2^n > 0$.
- $P(4) : 4! − 16 > 0$ is true.
- $P(m)$ is true, m ≥ 4.
- $m! − 2^m > 0$, from step 3.
- $(m+1)! − 2^{m+1} = (m+1)\cdot m! − 2\cdot2^m$.
- $m+1 > 2$, from step 3.
- $(m+1)(m! − 2^m)>m! − 2^m$, from steps 4 and 5.
- $P(m+1)$ is true, from steps 4 and 6.
- $P(m)⇒P(m+1)$.
- From steps 2 and 9 infer P(n) is true.
I don't understand step 5. $(m+1)\cdot m! − 2\cdot 2^m$.
$$\begin{align} (m+1)!&=(m+1)\cdot m\cdot(m-1)\cdots2\cdot1\\ &=(m+1)\cdot m!\\ \end{align}$$
And $$\begin{align} 2^{m+1} &=\underbrace{2\cdot2\cdots2\cdot2}_{m+1 \text{times}}\\ &=2\cdot\underbrace{2\cdot2\cdots2\cdot2}_{m \text{times}}\\ &=2\cdot2^m\\ \end{align}$$