The question states: Let $A = \mathbb{R} \setminus \{0\}$, the set of nonzero real numbers. Let $R$ be the relation on $A$ defined by:
$xRy$ if $x/y$ is rational
(a) Prove that $R$ is an equivalence relation on $A$.
(b) Determine equivalence class $[1]$.
So for part (a) I got:
Reflexive:
$\forall x \in \mathbb{R}, x/x \in \mathbb{Q} \implies xRx$
Symmetric:
Suppose $xRy$, then $x/y \in \mathbb{Q}$ is the same as $y/x \in \mathbb{Q}$, thus $yRx$
Transitive:
$x, y, z \in \mathbb{R}$
Let $xRy$ be $x/y \in \mathbb{Q}$ and $yRz$ be $y/z \in \mathbb{Q}$, thus $x/z \in \mathbb{Q}$ and $xRz$
(b) I'm not sure I understand correctly. I know that $[a] = \{x \in A| xR1\}$, but wouldn't that mean all nonzero real numbers? Since to get $1$, $x$ and $y$ should equal each other.