Determining Equivalence class

202 Views Asked by At

Question:

Let $ \ R$ be an equivalence relation on $ \mathbb{Z}$ defined as follows:

$ \ (a,b) \in R \iff 2a + 3b$ is divisible $ 5$.

What is the equivalence class of $ 0$.

My attempt:

$[0] = { \{ y \in \mathbb{Z}: 5 | \ 3y}\} = { \{ 0,5,-5,10,-10,.......} \} $

I am new to equivalence relations. Is this equivalence class correct? In general do we write it as a set that satires certain conditions and then find all the elements?

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, your answer is correct. But it can be written in a shorter form. Notice that this set consists precisely of all integer multiples of $5$, so $$[0]=\{0,5,-5,10,-10,\ldots\}=\{5k\mid k\in\mathbb{Z}\}=5\mathbb{Z}.$$