Equivalence relation and the quotient set

abstract-algebra

Good day everyone,

let $\sim$ be an equivalence relation on some set $E$, by definition we have $\bar{x}=\{y \in E \mid x \sim y\}$ the equivalence class of x, and $E/\sim$ the quotient set (set of all equivalence classes).

Wouldn't $E/\sim$ contain redundancies since if $x \sim y$ with $x,y \in E$ then $\bar{x}=\bar{y}$? Which is a problem because sets are composed of different elements.

Best Answer

If $\sim$ is an equivalence relation, then we know it is a reflexive, symmetric, and transitive relation. Only then can say that $\sim$ partitions $E$ into equivalence classes. Let $x \sim y$. Then for any $z\in \bar x$, we know that $x\sim z$ and $y \sim x$ (by the symmetry), and then $y\sim z$ (transitivity). Therefore, if $x \sim y$ then $\bar x = \bar y$.