I'm currently trying to solve the following tasks:
1) Prove that the relation $\mathcal{R} = \{(x, y) \in \mathbb{C} \mid x - y \in \mathbb{R}\}$ is an equivalence relation.
2) Find all equivalence classes of $\mathcal{R}$.
I already solved the first one, but I'm having "trouble" with the second one. If I'm not mistaken, there is an infinite amount of equivalence classes, right?
- $x \sim 0 = \{0\}$, because for "$x - 0 \in \mathbb{R}$" to be true, $x$ has to be $0$.
And you can continue doing this, for an infinite amount of equivalence classes:
$x \sim 1 = \{1\}$
$x \sim 2 = \{2\}$
$x \sim 3 = \{3\}$
$\cdots$
If this is actually correct, how do I correctly write it down?
Can I just write something like "$x \sim i = \{i\}$ for $i \in [0, \infty[$"?