if $n\in\mathbb{Z}$, then $4$ does not divide $(n^2 - 3)$
I'm not sure how to approach this question, I know how to do questions that involve proving that it does divide but I'm unsure of how to do does not divide. Would I want to use contrapositive as a method of proof?
Break it into two cases: even and odd. I'll do the even case (since it's easier but you'll get the idea).
Suppose $n$ is even, then $n = 2m$ for some $m\in\mathbb{Z}$. Then $n^2 = (2m)^2 = 4m^2$. Therefore $n^2 - 3 = 4m^2 - 3$. Can $4$ ever divide this?