Consider the statement: For all $x, y, z ∈ Z$. At least one of $x−y$, $x−z$ and $y−z$ is even. Prove this statement by contradiction.
So the contradictory statement would be that neither one of $x−y$, $x−z$ and $y−z$ is even, eg they're all odd. I know how to do the proof, but with proof by contradiction, would I be allowed to let $x$,$y$, and $z$ equal actual integers, eg $1,2,3$ or would I have to make them equal eg. $2k+3$, $2m+6$ and $2n+8$ to complete this proof?
By the way of contradictio, assume that $x-y$, $z-x$ and $y-z$ are odd numbers.
By adding all three, you get: $(x-y)+(z-x)+(y-z)=0$. But the sum of three odd numbers must be odd. And here you have a contradiction.
MOREOOVER. This proof says that it is also impossible to have exactly 1 odd numbers among them.