Proving that a relation is symmetric

102 Views Asked by At

I need to show that $x \sim y$ if $x=2y$. I started off by assuming that $x,y \in R$. Since $x=2y$, $y=x/2$. Since $y \neq 2x$, $\sim$ is not symmetric. Could I approach the problem is this way?

2

There are 2 best solutions below

0
On

Yes, you are correct. The relation is not symmetric.

Hope this helps. Ask anything if not clear :)

0
On

Yes, you can. Note that all you have to do is to find a pair of real numbers $x,y$ such that $x \sim y$ but $y \nsim x$. Take $x = 2, y = 1$.