There are two operations $\otimes$ and $\odot$, which are anticommutative on a set X or Y. Additionally there is a function $f:X\to Y$ with the following property:
$f(r_X)=r_Y$ and $f(x\otimes y)=f(x)\odot f(y)$, for all $x,y\in X$. (By the way, has that property a proper name?)
Then, why is it true that $xRy:\Leftrightarrow f(x\otimes y)=r_Y$ is a equivalence relation on X? In detail my question relates to the part of the proof, where the symmetric property is verified.
Assume if $x,y\in X$ then one has $f(x\otimes y)=r_Y$. Hence by the anticommutative property of $\otimes$ and $f(r_X)=r_Y$ we can conclude $x\otimes y=r_X \Leftrightarrow x=y$. Set $a:=y$ and $b:=x$ then we can conclude $a\otimes b=r_X$, further we get $f(a\otimes b)=r_Y=f(y\otimes x)$. This is equivalent to $(y,x)\in R_\Box$
An other way could be:
Assume if $x,y\in X$ then one has $f(x\otimes y)=r_Y$. Hence by the anticommutative property of $\otimes$ and $f(r_X)=r_Y$ we can conclude $\underbrace{(x\otimes y)}_{r_X}\otimes (y\otimes x)=r_X$. Again with the anticommutative property of $\otimes$ then one has $r_X\otimes\underbrace{(y\otimes x)\otimes r_X}_{(y\otimes x)}=r_X\otimes r_X$, which is equivalent to $(y\otimes x)=r_X$. This implies $r_Y=f(y\otimes x)$, which is equivalent to $(y,x)\in R_\Box$
If I'm not wrong is there a smarter way to proof the symmetric property?