1

Prove or disprove: There is an equivalence relation $\sim$ on $\mathbb{Z}$ defined by $x \sim y$ if $x − y$ is even. What are the equivalence classes?

I have proven that there is an equivalence relation by proving symmetry, transitivity, and reflexivity. How do I go about partitioning $\mathbb{Z}$ into the equivalence classes?

baba
  • 299
  • 1
    What is the class of $0$? And of $1$? How many classes are there? – lhf May 29 '14 at 02:31
  • 1
    I understand that it can be broken up into the classes of 0, all positive integers, and all negative integers, but is there a general methodology for partitioning the set? – baba May 29 '14 at 02:33
  • We will say that the numbers $a$ ans $b$ belong to the same family if $a-b$ is even, that is, $0$, or $2$, or $-2$, or $4$, or $-4$, and so on. How many families are there? – André Nicolas May 29 '14 at 02:35
  • Hint: the only way a sum (or subtraction) renders an even number is when both are even or both are odd. – Miguelgondu May 29 '14 at 02:37
  • infinite families – baba May 29 '14 at 02:38

2 Answers2

4

The equivalent classes are: $[0]$, and $[1]$.

$[0] = \{x: x \in \mathbb{Z}, \text{and is even}\}$

$[1] = \{x: x \in \mathbb{Z}, \text{and is odd}\}$.

And if you define your relation: $x \sim y \iff x \equiv y \pmod n$, then you have $n$ equivalent classes:

$[0], [1], ..., [n-1]$

DeepSea
  • 77,651
0

If $x$ is even and $x\sim y$, then $y$ is even. Conversely if $x$ and $y$ are even, $x\sim y$. So a class is the set of even numbers.
Same reasoning for odd numbers.

ajotatxe
  • 65,084