Skip to main content

Section 4.3 Equivalence Relations

Definition 4.24.

Let \(A\) be a non-empty set, and let \(R\) be a relation on \(A\text{.}\)
  1. The relation \(R\) is reflexive if \(x R x\text{,}\) for all \(x\in A\text{.}\)
  2. The relation \(R\) is symmetric if \(x R y\) implies \(y R x\text{,}\) for all \(x, y\in A\text{.}\)
  3. The relation \(R\) is transitive if \(x R y\) and \(y R z\) imply \(x R z\text{,}\) for all \(x, y, z\in A\text{.}\)

Example 4.25.

  1. The relation \(\leq \) on \(R\) is reflexive and transitive, but not symmetric.
  2. The relation of one person being the cousin of another is symmetric, but neither reflexive nor transitive.
  3. The relation of one person being the daughter of another person is neither reflexive, symmetric nor transitive.

Definition 4.26.

Let \(A\) be a set, and let \(\sim \) be a relation on \(A\text{.}\) The relation \(\sim \) is an equivalence relation if it is reflexive, symmetric and transitive.

Convention 4.27.

We use \(\sim\) for equivalence relations.

Example 4.28.

  • Equality
  • Being the same age

Definition 4.30.

Let \(A\) be a non-empty set, and let \(\sim\) be an equivalence relation on \(A\text{.}\) The relation classes of \(A\) with respect to \(\sim\) are called equivalence classes.

Definition 4.31.

Let \(A\) be a non-empty set, and let \(\sim\) be an equivalence relation on \(A\text{.}\) The quotient set of \(A\) with respect to \(\sim\text{,}\) denoted \(A/\sim\text{,}\) is the set defined by \(A/\sim = \{[x] | x\in A\}\text{.}\)

Definition 4.32.

Let \(A\) be a non-empty set, and let \(\sim\) be an equivalence relation on \(A\text{.}\) The canonical map for \(A\) and \(\sim\) is the function \(\gamma : A \to A/\sim\) defined by \(\gamma (x) = [x]\) for all \(x\in A\text{.}\)

Definition 4.33.

Let \(A\) be a non-empty set. A partition of \(A\) is a family \(\cD\) of non-empty subsets of \(A\) such that
  1. if \(P, Q\in\cD\) and \(P \neq Q\text{,}\) then \(P \cap Q = \es\text{;}\)
  2. \(\bigcup _{P\in \cD} P = A\text{.}\)

Example 4.34.

  • Let \(\E\) denote the set of even integers, and let \(\O\) denote the set of odd integers. Then \(\cD = {\E, \O}\) is a partition of \(\Z\text{.}\)
  • Let \(\cC = \{[n, n + 1)\}_{n\in \Z}\text{.}\) Then \(C\) is a partition of \(\R\text{.}\)
  • Let \(\cG = \{(n - 1, n + 1)\}_{n\in \Z}\text{.}\) Then \(G\) is not a partition of \(\R\text{,}\) because it is not pairwise disjoint. For example, we observe that \((1 - 1, 1 + 1) \cap (2 - 1, 2 + 1) = (1, 2)\text{.}\)
psi and phi stuff to come