So, i'm stuck on trying to understand what happens on the following:
Show that $2^n < n!$ for every natural number $n \ge 4.$
Step 1: substitute n = 4 on the equation $2^4 < 4!$ that gives 16 < 24, so it's true for every $n>=4$
Step 2: in the inductive hypothesis, which is basically substituting $n$ by $k$, so $2^k < k!$
Step 3: i want to show that if its true for k so its true for $(k+1)$, so $2^{k+1} < (k+1)!$
Step 4: to get into step 3 I need to multiply by 2 both sides of inductive hypothesis, so $(2^k) \times 2 < (k!) \times 2$ from here on I cannot understand.
Could you please provide an answer in a way that each operation or comparison or property is contained in a single step?