1

$f:X→Y$

$x,y ∈ X,xRy$ iff $f(x) = f(y)$

Show that R is an equivalence relation on X.

Also when $X = Y = \mathbb{R}$ and $f: \mathbb{R} \to \mathbb{R} $ with $x \mapsto x^2$ for all $x∈R$ find the equivalence classes of R relative to this situation.

1 Answers1

2

Let us start by the easiest condition - reflexivity. Is $xRx$? The answer is yes because clearly $f(x)=f(x)$.

Transitivity: if $xRy$ and $yRz$ then $f(x)=f(y)$ and $f(y)=f(z)$, but clearly $f(x)=f(y)=f(z)$ and thus $f(x)=f(z)$ which implies $xRz$.

Symmetry is easy, I leave this as an exercise.

Now for $x \mapsto x^2$. We denote $x \sim y \iff x^2 = y^2$. Solving this equation yields $x = \pm y$. Thus $x \sim y \iff x = \pm y$. There are only two such $x$'s and they are $y$ and $-y$ so each class is $[y] = \{ y , - y \}$ and $[0]=\{ 0 \}$.

LinAlgMan
  • 3,012