I am trying to understand induction and not having much luck. Here is my problem as I understand it
Problem:
n > or equal to 4, 2^n < n!
Step 1) Prove it works for n=1 no, n=2 no, n=3 no, n=4 yes 16 < 24
step 2) assume it works for n=k 2^k < k!
Step 3) prove it works for n= (k+1)...