I want to prove the contrapositive of this: if $x + y + z$ is odd, then at least one of $x, y$, and $z$ is odd.
I think the contrapositive is this: if at least one of $x, y$, and $z$ is even, then $x + y + z $ is even.
For the proof I'm not sure; I have something though. Assume $x$ is even, such that $x = 2k$ for some integer $k$, and assume $y$ and $z$ are odd, such that $y = 2c+1$ for some integer $c$, and $z = 2l+1$ for some integer $l$. $(2k)+(2c+1)+(2l+1).....$ not sure if I'm right or wrong to this point, but I don't know what to do. Can someone walk me thorough this one?