What is the best way and easiest way to approach this problem?
My first relation is going to be defined as such
R = {(a,a), (b,b), (c,c)} which is reflexive, symmetric, and vacuously transitive.
My second relation will be defined as such
R = {(a,a), (b,b), (c,c), (a,c), (c,a)}
Am I on the right track here?
It seems to me that I can make more than 5 equivalence relations.. ie.
R = {(a,a), (b,b), (c,c)}
R = {(a,a), (b,b), (c,c), (a,c), (c,a)}
R = {(a, a), (b,b), (c, c), (a,b), (b,a)}
R = {(a, a), (b,b), (c, c), (b,c), (c,b)}
R = {(a, a), (b,b), (c, c), (a,c), (c,a), (b,a), (a,b)}
R = {(a, a), (b,b), (c, c), (a,c), (c,a), (b,a), (a,b) (b,c), (c,b)}