Equivalence classes are easy. Let's say all the even numbers are equivalent to each other and all the odd numbers are equivalent to each other. This partitions the integers into two sets:
$\{\ldots,-1,1,3,5,\ldots\}$ and $\{\ldots,-2,0,2,4,\ldots\}$
We say that all of the members of the same set are equivalent to each other. So $-1\sim1\sim3\ldots$ and so on.
You should be able to see that every equivalence relation $\sim$ on a set partitions it.
If we map the real numbers onto the circle via the morphism $x\mapsto e^{2i\pi x}$ you should see that $0$ maps to the same point on the circle as $1$ and as $2,3,4,\ldots$. They all go to the same place on the circle. You can think of this as a projection in that it loses some information because if you were to pick a point on the circle and send that point back to where it came from in $\Bbb R$ you wouldn't know which point to send it back to. You would have an infinite set $\{x+i:i\in\Bbb Z\}$. All of those points could be thought of as equivalent.
Technically an equivalence relation is reflexive, symmetric and transitive. This means:
- every element is equivalent to itself, and
- if $a\sim b$ then $b\sim a$, and
- if $a\sim b$ and $b\sim c$ then $a\sim c$
But intuitively what really captures these three properties is the fact that an equivalence relation partitions a set. A partition of a set is a disjoint family of sets that covers the original set.