Relations
In order to study the elements of a set, we compare or relate each element with others. We already know some relations such as "\(=\)" (equal), "\(<\)" (less than), "\(\subset\)" (subset), etc. We generalize this idea. A relation is defined on a set. For example, \(<\) is (usually) used for comparing two numbers that are well-ordered. So \(<\) is defined on \(\mathbb{R}\), for example. Similarly, \(\subset\) is the subset relation, so it is defined on a set of sets.
To denote a relation in general, we often use the symbol \(\sim\). But there is nothing special about this particular symbol. We could instead use \(\bowtie\), \(\heartsuit\), \(\equiv\), etc. Or we can use any alphabets like \(A, b, \rho,\cdots\).
Instead of writing \(a < b\), we could write \(a~ \mathcal{L}~ b\) (as long as everybody agrees on this convention). It's just a matter of definition.
But what is a relation, anyway?
Definition (Relation)
A relation \(R\) on a set \(S\) is a subset of \(S\times S\). If \((a,b)\in R\), we write \(aRb\).
Example. Consider \(=\) ("equal")on \(\mathbb{N}\). We define this relation as \(\{(a, a) | a \in \mathbb{N}\}.\) That is,
\[ = \stackrel{\text{def.}}{=} \{(a, a) | a \in \mathbb{N}\}. \tag{eq:Nequal}\]
Here, the left-most "\(=\)" is the relation being defined, "\(\stackrel{\text{def.}}{=}\)" means "definition," and the right-most set is the subset of \(\mathbb{N}\times \mathbb{N}\) that defines the left-hand side. To avoid confusion, let us define the set \(E\) by
\[E = \{(a, a) | a \in \mathbb{N}\}.\]
Then, for any \(a, b\in\mathbb{N}\), "\(a = b\)" if and only if \((a,b) \in E\). In this case, we write \(aEb\), but rename "\(E\)" as "\(=\)" so we write "\(a = b\)" instead. This is what (Eq:Nequal) means.
Example. Consider "\(<\)" (less than) on \(\mathbb{Z}\). We can define this relation by
\[ < \stackrel{\text{def.}}{=} \{(a,b) | a, b \in \mathbb{Z}, \exists c\in\mathbb{N} ~ (a + c = b)\}.\]
That is, if there is some natural number \(c\) such that \(a + c = b\), then \((a, b) \in <\), or \(a < b\).
Among various relations, the following class of relations is important.
Definition (Equivalence relation)
A relation \(\sim\) on a set \(S\) is said to be an equivalence relation if it satisfies the following three conditions.
- (Reflexivity) \(a \sim a\) for all \(a \in S\).
- (Symmetry) For all \(a, b\in S\), if \(a \sim b\), then \(b \sim a\).
- (Transitivity) For all \(a, b, c\in S\), if \(a \sim b\) and \(b \sim c\), then \(a \sim c\).
Definition (partition)
- (Non-empty) If \(X\in \mathcal{C}\), then \(X \neq \emptyset.\)
- (Mutually disjoint) If \(X, Y\in \mathcal{C}\) and \(X\neq Y\), then \(X\cap Y = \emptyset\).
- (Collectively exhaustive) The union of all elements of \(\mathcal{C}\) is equal to \(S\). That is, \[\bigcup_{X\in \mathcal{C}}X = S.\]
Definition (Equivalence class)
Theorem
- For any \(x \in S\), we have \(x \sim x\), and hence \(x \in [x]\). Thus, each equivalence class \([x]\) is non-empty.
- "Mutually disjoint" means that, if \([y] \neq [z]\), then \([y]\cap[z] =\emptyset\). we prove the contrapositive: if \([y]\cap[z]\neq \emptyset\), then \([y] = [z]\). Suppose \([y] \cap [z] \neq \emptyset\). Then, we may choose some \(x \in [y]\cap[z]\). Since \(x \in [y]\), we have \(x \sim y\). Since \(x \in [z]\), we have \(x \sim z\). By symmetry and transitivity, we have \(y \sim z\). For all \(a \in [y]\), we have \(a \sim y\), hence \(a \sim z\), hence \(a \in [z]\). Therefore, \([y] \subset [z]\). Similarly, for all \(b \in [z]\), we have \(b\sim z\), hence, \(b \sim y\), hence \(b \in [y]\). Therefore, \([z] \subset [y]\). Thus, \([y] = [z]\).
- For any \(x \in S\), we have \(x \in [x] \in S/\sim\). Thus, each \(x\in S\) belongs to precisely one of the equivalence classes. Thus, \(S/\sim\) is collectively exhaustive.
Comments
Post a Comment