$$\text{Prove: } 2|n^2-n,\ \forall \ n \in \mathbb Z$$
My Proof is as follows. I am unsure as to how good it is and I presume there is a much better way of proving this that is simpler and clearer.
Proof: $2|n^2-n,\ \forall \ n \in \mathbb Z$ there are two cases, 1, when $n$ is odd, and 2, when $n$ is even.
Case 1: Let $n=2k+1$ $$2|(2k+1)^2 - (2k+1) = 4k^2 + 4k +1 - 2k - 1$$ $$2|4k^2 + 2k \ \text{ ...Which is true}$$
Case 2: Let $n=2k$ $$2|(2k)^2 - (2k) $$ $$2|4k^2 - 2k \ \text{ ...Which is also true}$$
Therefore as both Case 1 & 2 are true $2|n^2-n,\ \forall \ n \in \mathbb Z$