Theorem:
The negative of any even integer is even.
proof:
Suppose $n$ is an even integer. By definition of even, $n$ is even $\iff \exists k \in\mathbb{Z}$ such that $n = 2k$. We must show that the negative of $n$ is even. Then $n = 2k$ $= -(n) = -(2k)$ $= -n = -2k$ $= -n = 2(-k)$. Let $-k = r$, notice that $r$ is an integer because it's the product of integers $-1$ and $k$. Since $-n = 2r$ follows the definition of even, the negative of n is even.
How can we abbreviate this to take less space? When quoting definitions, I have a tendency to quote its entirety.