logo

Homotopy Type 📂Set Theory

Homotopy Type

Definition 1

Let’s say a equivalence relation RR is defined on a set XX. For xXx \in X, x/R:={yX:yRx}x / R := \left\{ y \in X : y R x \right\} is called the equivalence class of xx. The set of all equivalence classes given by XX is represented as X/R:={x/R:xX}X / R := \left\{ x / R : x \in X \right\}.

Explanation

Though the expression might look a bit messy, it’s not a difficult concept at all if you think of an example. On the set of natural numbers N\mathbb{N}, let’s say that if the remainder when divided by 33 is the same, they are equivalent, and if x,yZx,y \in \mathbb{Z} are equivalent, let it be represented as xy(mod3)x \equiv y \pmod{3}. Since 5,75,7 have different remainders when divided by 33, which are 2,12,1 respectively, they are not equivalent but 11,1711,17, having the remainder 22 when divided by 33, can be written as 1117(mod3)11 \equiv 17 \pmod{3}. 14710(mod3)25811(mod3)36912(mod3) 1 \equiv 4 \equiv 7 \equiv 10 \equiv \cdots \pmod{3} \\ 2 \equiv 5 \equiv 8 \equiv 11 \equiv \cdots \pmod{3} \\ 3 \equiv 6 \equiv 9 \equiv 12 \equiv \cdots \pmod{3} As can be seen from the calculation above, the equivalence class of 11 is (1/)={1,4,7,10,}( 1 / \equiv) = \left\{ 1, 4, 7, 10, \cdots \right\}, and the equivalence class of 22 is (2/)={2,5,8,11,}(2 / \equiv) = \left\{ 2, 5, 8, 11, \cdots \right\}, and the equivalence class of 33 is (3/)={3,6,9,12,}(3 / \equiv) = \left\{ 3, 6, 9, 12, \cdots \right\}. From numbers larger than 33, these three equivalence classes repeat, and thus, (N/)={1/,2/,3/} (\mathbb{N} / \equiv) = \left\{ 1 / \equiv , 2 / \equiv , 3 / \equiv \right\} As can be seen from the example above, equivalence classes have the following common-sense properties.

Basic Properties

  • [1] x/Rx / R \ne \emptyset
  • [2] x/Ry/R    xRy x / R \cap y / R \ne \emptyset \iff xRy
  • [3] x/R=y/R    xRyx/R = y/R \iff x R y
  • [4] x/Ry/R    x/R=y/Rx / R \cap y / R \ne \emptyset \iff x/R = y/R

Proof

[1]

Since RR is an equivalence relation on XX, by reflexivity, for all xXx \in X, xRxx R x, and xx/Rx \in x / R must hold.

Strategy [2][3]: Take an arbitrary zz, separate from x,yx,y, and connect the equations using the symmetry and transitivity of the equivalence relation.

[2]

x/Rx/R and y/Ry/R are not empty sets and are equivalence relations on XX, so x/Ry/Rx/R \cap y/R \ne \emptyset, which is equivalent to zx/Rzy/R    zRxzRy    xRzzRy    xRy \begin{align*} & z \in x / R \land z \in y / R \\ \iff & z R x \land z R y \\ \iff & x R z \land z R y \\ \iff & x R y \end{align*} for some zz.

[3]

(    )( \implies ) If x/R=y/Rx/R = y/R, then x/Ry/Rx/R \cap y/R \ne \emptyset, so by [2], xRyx R y


(    )( \impliedby ) If xRyx R y, for all zx/Rz \in x / R, zRxz R x. Since xRyx R y, by the transitivity of RR, zRyz R y and zy/Rz \in y / R. To summarize, zx/R    zy/R z \in x / R \implies z \in y / R If we change it to the form of a set inclusion relation, x/Ry/R x / R \subset y / R Similarly, we can obtain y/Rx/R y / R \subset x / R, so x/R=y/R x / R = y / R

[4]

Following the principle of syllogism, from [2] and [3], x/Ry/R    xRy    x/R=y/R x / R \cap y / R \ne \emptyset \iff xRy \iff x/R = y/R


  1. 이흥천 역, You-Feng Lin. (2011). 집합론(Set Theory: An Intuitive Approach): p147. ↩︎