I am struggling a bit with regards to sets and relations and would appreciate any help.
The question goes as follows:
Consider the relations R and S, defined on the set X = {1, 2, . . . , 99} as follows.
xRy ⇐⇒ x + y is a multiple of 11,
xSy ⇐⇒ x − y is a multiple of 11.
Determine which of those two is an equivalence relation , and find out into
how many classes does it partition the set X?
I know the definition of equivalence relation ,but it seems to me that both those relations are not reflexive. For R there can be (1,10) and for S there can be (99,88).
As for the second part, I have no idea whatsoever what classes and partitions mean as the given definition is quite vague.
HINT: Is $x+x$ divisible by 11 for integer $x$? And what about $x-x$? (The division in your question is in integers, not naturals).
The classes are $\{1,1+11,1+22,1+33,\ldots,1+88\}$, $\{2,2+11,2+22,\ldots,2+88\}$, $\ldots$
Can you finish this?