The problem wants me to prove by induction that $n!\neq2^nk$ for every $n$ in $N$. First of all, I've been usually doing proofs where I show something is true, so now I'm a bit confused since I do not know do I apply the same approach (base case, assumption, show for $n+1$) or do I perhaps show the base case, assume that it does hold, and then show that that assumption leads to some contradiction for $n+1$ ?
I've tried the following. Showed that for $n=1\Rightarrow2\neq4k$. Assuming it holds for $n$ I tried to prove for $n+1$, $$(n+1)!\neq2^{n+1}k\Rightarrow(n+1)n!\neq2^n\cdot2k$$ Now I should probably use the IH somehow but I'm not sure how.