- Reflexive: no. A relation is reflexive is an element is in relation with itself. But in this case, it cannot happen, because [tex] x \circ x \iff x-x \text{ is odd} \iff 0 \text{is odd} [/tex], which clearly cannot happen
- Symmetric: yes. A relation is symmetric if every time x and y are in relation, then also y and x are in relation. In this case, you have x and y are in relation if x-y is odd. But then, this guarantees that y and x are in relation, because [tex] y-x = -(x-y) [/tex], and the opposite of an odd number is still odd
- Transitive: no. A relation is transitive if every time x and y are in relation, and y and z are in relation, then x and z are in relation. So, suppose that x and y are in relation, which means [tex] x-y = 2k+1 [/tex], for some integer k. We also know that y and z are in relation, which means that [tex] x-y = 2m+1 [/tex], for some integer m. But then, you have
[tex] x-z = x-y+y-z = 2k+1 + 2m+1 = 2k+2m+2 = 2(k+m+1) [/tex]
But since [tex] 2(k+m+1) [/tex] is twice some integer, it is even, and thus x and z are not in relation. So, we've proven that although [tex] x \circ y [/tex] and [tex] y \circ z [/tex], it can't be that [tex] x \circ z [/tex], and thus the relation is not transitive.