Subset Relations of Sets

Definition 1 \(A\subseteq B\) means that for any \(x\), the proposition \(x\in A\implies x\in B\) is always true.

The following two propositions establish properties of \(\subseteq\).

Proposition 2 \(A\subseteq A\) always holds.

Proof

\(x\in A\implies x\in A\) is always true.

Proposition 3 If \(A\subseteq B\) and \(B\subseteq C\), then \(A\subseteq C\).

Proof

First, the premise means that for any \(x\), the two propositions \(x\in A\implies x\in B\) and \(x\in B\implies x\in C\) are true. Therefore, by syllogism, \(x\in A\implies x\in C\) is also true, and since \(x\) can be chosen arbitrarily, \(A\subseteq C\) holds.

From these two propositions, we see that \(\subseteq\) constitutes an order relation among sets. (§Definition of Order Relations, ⁋Definition 1)

Ordered Pairs

The binary relation is among the few tools we will use in set theory, and ordered pairs provide the language for expressing it. For example, the binary relation \(\subseteq\) examined above can be viewed as the “set”

\[\subseteq=\{(A,B),(B,C),\cdots\}\]

that collects all ordered pairs \((A,B)\) satisfying \(A\subseteq B\).1 Similarly, a function \(y=f(x)\) can be thought of as the following set

\[F=\{(x_1,f(x_1)), (x_2,f(x_2)),\cdots\}\]

and the equivalence relation, which we have not yet defined, can also be represented as a set of ordered pairs in this way.

However, among the sets we have defined thus far, there is nothing that can serve the role of ordered pairs as we encountered in middle and high school. For example, since \(\{A,B\}=\{B,A\}\), we cannot distinguish the order of \(A\) and \(B\) simply by using the axiom of pair once.

Definition 4 An ordered pair \((x,y)\) is defined as the set \(\big\{\{x\}, \{x,y\}\big\}\).

For this definition to be meaningful, we must first establish the following lemma.2

Lemma 5 For two sets \(x\), \(y\), the set \((x,y)\) always exists and is unique.

Proof

The sets \(\{x\}=\{x,x\}\) and \(\{x,y\}\) each exist by the axiom of pair, and therefore the set \(\big\{\{x\}, \{x,y\}\big\}\) also exists by the axiom of pair.

For uniqueness, \(\{x\}=\{x,x\}\) and \(\{x,y\}\) are first uniquely determined, and by applying the axiom of pair to these again, we can verify that the set \((x,y)\) obtained is also uniquely determined by using extensionality twice.

We have confirmed that the ordered pair \((x,y)\) is well-defined; however, we must still verify whether an ordered pair defined in this way satisfies \((x,y)\neq (y,x)\) for general \(x,y\).

Proposition 6 For two ordered pairs \((x,y)\) and \((x',y')\), $(x,y)=(x',y')$ and $x=x'$ and $y=y'$ are equivalent.

Proof

If \(x=x'\) and \(y=y'\), then \((x,y)=(x', y')\) is obvious. This is because \(\{x\}=\{x'\}\) and \(\{x,y\}=\{x', y'\}\).

Now, conversely, assume \((x,y)=(x',y')\). By definition,

\[\big\{\{x\},\{x,y\}\big\}=\big\{\{x'\},\{x',y'\}\big\}\]

holds. Since exactly one of \(x=y\) or \(x\neq y\) must hold, we proceed by considering two cases.

  • If \(x=y\), the left side of the above equation becomes

    \[\big\{\{x\},\{x,x\}\big\}=\big\{\{x\},\{x\}\big\}=\big\{\{x\}\big\}\]

    so \(\big\{\{x\}\big\}=\big\{\{x'\},\{x',y'\}\big\}\). Therefore, \(\{x\}=\{x'\}=\{x',y'\}\), so \(x=x'=y'\), and thus \(x=x'=y=y'\). That is, since \(x=x'\) and \(y=y'\), the proof is complete for this case.

  • The other case is \(x\neq y\). In this case, since \(\{x,y\}\neq\{x'\}\), for the two ordered pairs to be equal, we must have \(\{x\}=\{x'\}\) and \(\{x,y\}=\{x',y'\}\). From \(\{x\}=\{x'\}\) we obtain \(x=x'\), and together with \(\{x,y\}=\{x',y'\}\) this yields \(y=y'\). Thus, the proof is complete for this case as well.

Consider the set

\[\bigcup z=\{x\}\cup\{x,y\}=\{x,y\}\]

Now, if we define the property

\(P(s)\): There exists some \(t\) such that \(z=(s,t)\).

then we obtain the subset

\[\left\{s\in\bigcup z\mid P(s)\right\}\]

of the preceding set \(\bigcup z\). This set is the singleton \(\{x\}\). Defining a property \(Q\) similarly yields the singleton \(\{y\}\).

Definition 7 For the two sets \(\{x\}\) and \(\{y\}\) obtained through the above process, the unique element \(x\) of \(\{x\}\) is called the first component of \(z=(x,y)\), and the unique element \(y\) of \(\{y\}\) is called the second component of \(z=(x,y)\). These are denoted respectively as

\[x=\pr_1 z,\qquad y=\pr_2 z\]

Here, \(\pr\) is an abbreviation for projection. Meanwhile, we can define the product \(A\times B\) of two sets \(A\) and \(B\) as follows.

Definition 8 For two sets \(A\) and \(B\), the following set

\[\{z\mid(z=(x,y))\wedge (x\in A)\wedge(y\in B)\}\]

is called the cartesian product of \(A\) and \(B\), and is simply denoted as \(A\times B\).

Also, similar to Definition 7, the sets \(A\) and \(B\) are called the first and second components of \(A\times B\).

To determine the conditions under which two product sets \(A\times B\) and \(A'\times B'\) are equal, it suffices to determine when one product set is contained in another.

Proposition 9 For two non-empty sets \(A'\) and \(B'\), $A'\times B'\subseteq A\times B$ and $A'\subseteq A$ and $B'\subseteq B$ are equivalent.

Proof

First, assume \(A'\times B'\subseteq A\times B\). We need to show \(A'\subseteq A\); let any \(a'\in A'\) be given, and we will show that \(a'\in A\). Since \(B'\) is not empty, there exists some element \(b'\in B'\). Therefore \((a',b')\in A'\times B'\), and since \(A'\times B'\subseteq A\times B\), we have \((a',b')\in A\times B\) and \(a'\in A\). The argument for \(B'\subseteq B\) is analogous.

Conversely, assume \(A'\subseteq A\) and \(B'\subseteq B\). We need to show that given any \(z'\in A'\times B'\), we have \(z'\in A\times B\). Let \(z'=(a',b')\), so \(a'\in A'\) and \(b'\in B'\). By assumption, \(a'\) and \(b'\) are also elements of \(A\) and \(B\), hence \((a',b')\in A\times B\).

When one of \(A\) or \(B\) is empty, the following proposition applies.

Proposition 10 For two sets \(A\) and \(B\), $A\times B=\emptyset$ and $A=\emptyset$ or $B=\emptyset$ are equivalent.

Proof

First, assume \(A\times B=\emptyset\). If both \(A\) and \(B\) are non-empty, we can pick some \(a\in A\) and \(b\in B\), so \((a,b)\in A\times B\), which is a contradiction.

Conversely, assume \(A\) or \(B\) is empty. Again, by contradiction: if \(A\times B\) is non-empty, there exists some element \((a,b)\in A\times B\). Hence \(a\in A\) and \(b\in B\), which contradicts the assumption that \(A\) or \(B\) is empty. This completes the proof.


References

[HJJ] K. Hrbacek, T.J. Jeck, and T. Jech. Introduction to Set Theory. Lecture Notes in Pure and Applied Mathematics. M. Dekker, 1978.
[Bou] N. Bourbaki, Theory of Sets. Elements of mathematics. Springer Berlin-Heidelberg, 2013.


  1. Of course, this “set” is not a set. (§ZFC Axioms, ⁋Example 4

  2. With the proof of this lemma, we will no longer mention the axioms used in proofs. 

댓글남기기