Define symmetric relation R on set S

332 Views Asked by At

Answer: A symmetric relation R on S is that For all $x,y\in S$ such that $xRy$ implies $yRx$. meaning if the element x is related to y, then it is also true the other way around that element y is related to x of the set S.

i.e. $xRy\rightarrow yRx$

Does my definition wordings correct?