I am trying to prove the following conjecture:
Prove that if $m$ and $n$ are integers and $mn$ is even, then $m$ is even or $n$ is even.
Proof by contraposition:
Assume $m$ and $n$ are odd. Then $m = 2k + 1$ and $n = 2l + 1$. So $$mn = (2k + 1)(2l + 1) = 4kl + 2k + 2l + 1 = 2(2kl + k + l) + 1$$ QED
Is there anything else I need to do in order to prove this conjecture? Thank you!