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?
If $x+y+z$ is odd, then there exists one of them that is odd.
The contrapositive should be
If all of $x,y,z$ are even, then $x+y+z$ is even.
To see the proof, let $x=2a, y=2b, z=2c$, sum them up and factorize the $2$ out.