Test if the relation $$(x, y)ρ(a, b)\Leftarrow\Rightarrow sgn(y+\pi x) = sgn(b + \pi a)$$
is a relation of equivalence on $R^2$ and if so, determine the quotient set and $C_{(2, \pi)}$.
Also, $sgn(x)=1$ if $x>0$, $sgn(x)=0$ if $x=0$, and $sgn(x)=-1$ if $x<0$.
I've started with the usual definition of equivalence.
Reflexivity:
$sgn(y+\pi x)=sgn(y+\pi x)$
Symmetry and transitivity - I really have no idea how to do this. I'm not sure if I did reflexivity right, because there must be different cases for $x$ because of the $sgn$, am I correct? Because of that, I don't know how to find the quotient set.
Can someone help me in demistifying this problem?
reflection : (x,y)~(x,y) ; it is obvious because of "=" sign.
symmetry: if (x,y)~(a,b) than it has to be (a,b)~(x,y) you don't change the position of x,y because you work with ordered pair in R2.
transitivity: if (x,y)~(a,b) and (a,b)~(c,d) than it has to be (x,y)~(c,d).This is obvious again because of "=" sign. Function sgn() gives you 1/0/-1 so it is like comparing integers, for example 1=1 and 1=1 => 1=1
$sgn(y+πx) = sgn(b+πa) $
$sgn(b+πa)=sgn(d+πc)$
$ => sgn(y+πx)=sgn(d+πc)$
quotient set: pairs that are in relation must give the same sgn() result. 1 or 0 or -1 ,so our R2 is divided in 3 classes.
1. all pairs which sgn() function gives 1.
sgn(y+πx)=1 when $y+πx >0$, $y >-πx$ our represent can be (1,1)
class is[(1,1)]
2. all pairs which sgn() function gives 0.
sgn(y+πx)=0 when $y+πx =0$, $y =-πx$ our represent can be (1,-π)
class is[(1,-π)]
3. all pairs which sgn() function gives -1.
sgn(y+πx)=-1 when $y+πx <0$, $y<-πx$ our represent can be (0,-1)
class is[(0,-1)]