Define a relation on the set of all real numbers $x, y \in \mathbb{R}$:
$x ≃ y$ if and only if $x − y \in \mathbb{Z}$
Prove that this is an equivalence relation, and find the equivalence class of the number $1/3$.
I proved that the relation is:
reflexive
$$x-x = 0 \in \mathbb{Z}$$
symmetric
$$x-y = y-x \in \mathbb{Z}$$
transitive
$$x-y \in \mathbb{Z}$$
$$y-z \in \mathbb{Z}$$
$$x-z \in \mathbb{Z}$$
Are these proofs enough?
I'm stuck on the step where I need to find the equivalence class.