I am asked to show the follow set if an equivalence relation on a given set.
So I have:
Set: A=Map$(\mathbb{R},\mathbb{R})$
Relation: $f \sim g$ if $f(0)=g(0)$ or $f(1)=g(1)$.
I know that this is not an equivalence relation but I was wondering if someone could check my reasoning.
Reflexivity: $f \sim f$ implies $f(0)=f(0)$ or $f(1)=f(1)$
This will always be true for any function in the real numbers so the reflexivity property is always satisfied.
Symmetry: $f \sim g$ and $g \sim f$ implies $g(0)=f(0)$ or $g(1)=f(1)$
The equality still preserves the original definition so this is essentially the same as the original statement so the symmetry property is still satisfied.
Transitivity: $f \sim g$, $g \sim h$ implies $f \sim h$ implies that we should have:
$f \sim g:$ $f(0)=g(0)$ or $f(1)=g(1)$
$g \sim h:$ $g(0)=h(0)$ or $g(1)=h(1)$
implies we should have:
$f \sim h:$ $f(0)=h(0)$ or $f(1)=h(1)$.
Let $f(x)=1$ and $g(x)=x$ and $h(x)=2$
The $f \sim h:$ $f(0)=h(0)$ or $f(1)=h(1)$ fails so this is not an equivalence relation. Is that the right idea?
EDIT: I changed $h(x)=2$ instead of $x^2$.