This post was translated from Korean by LLM (Kimi). The translation may contain errors or awkward sentences. The Korean original is the source of truth.

Subset Relations

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

The following two propositions are properties of \(\subset\).

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 hypothesis 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. Hence, by syllogism, \(x\in A\implies x\in C\) is also true, and since \(x\) was arbitrary, \(A\subseteq C\) holds.

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

Ordered Pairs

Virtually the only tool we use in set theory is a binary relation, and the language expressing it is the ordered pair. For example, the binary relation \(\subseteq\) examined above can be thought of as the “set”

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

consisting of 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 an 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, there is no tool that can play the role of the ordered pair learned in middle and high school. For instance, since \(\{A,B\}=\{B,A\}\), simply using the axiom of pair once does not allow us to distinguish the order of \(A\) and \(B\).

Definition 4 We define the ordered pair \((x,y)\) as the set \(\big\{\{x\}, \{x,y\}\big\}\).

For the above definition to make sense, we must first show the following lemma.2

Lemma 5 For any 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 again.

For uniqueness, \(\{x\}=\{x,x\}\) and \(\{x,y\}\) are first determined uniquely, and then the set \((x,y)\) obtained by applying the axiom of pair to them is also determined uniquely; this can be checked by using extensionality twice.

We have checked that the ordered pair \((x,y)\) is well-defined, but we must verify that this ordered pair satisfies \((x,y)\neq (y,x)\) for general \(x,y\).

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

Proof

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

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

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

holds. Since exactly one of \(x=y\) and \(x\neq y\) must hold, we divide into two cases.

  • If \(x=y\), the left-hand 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\}\). Hence \(\{x\}=\{x'\}=\{x',y'\}\), so \(x=x'=y'\) and therefore \(x=x'=y=y'\). That is, \(x=x'\) and \(y=y'\), so this case is done.

  • The remaining case is \(x\neq y\). In this case, \(\{x,y\}\neq\{x'\}\), so for the two ordered pairs to be equal, we must have \(\{x\}=\{x'\}\) and \(\{x,y\}=\{x',y'\}\). Then from \(\{x\}=\{x'\}\) we get \(x=x'\), and from \(\{x,y\}=\{x',y'\}\) we get \(y=y'\). Hence this case is also done.

Consider the set

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

Now 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\}\). If we similarly define the property \(Q\) appropriately, we obtain the singleton \(\{y\}\).

Definition 7 For the two sets \(\{x\}\), \(\{y\}\) obtained by the above process, we call the unique element \(x\) of \(\{x\}\) the first component of \(z=(x,y)\), and the unique element \(y\) of \(\{y\}\) the second component of \(z=(x,y)\), and denote them respectively by

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

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

Definition 8 For two sets \(A\), \(B\), we call the set

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

the cartesian product of \(A\) and \(B\), and simply denote it by \(A\times B\).

Also, similarly to Definition 7, we call the sets \(A\) and \(B\) the first and second components of \(A\times B\).

To know when two product sets \(A\times B\) and \(A'\times B'\) are equal, it suffices to determine precisely when one product set is contained in the other.

Proposition 9 For two nonempty sets \(A'\), \(B'\), the statement $A'\times B'\subseteq A\times B$ and the statement $A'\subseteq A$ and $B'\subseteq B$ are equivalent.

Proof

First, assume \(A'\times B'\subseteq A\times B\). To show \(A'\subseteq A\), let an arbitrary \(a'\in A'\) be given and show \(a'\in A\). Since \(B'\) is nonempty, there exists some element \(b'\in B'\). Hence \((a',b')\in A'\times B'\), and since \(A'\times B'\subseteq A\times B\), we have \((a',b')\in A\times B\) and so \(a'\in A\). Similarly, \(B'\subseteq B\) can be shown.

Conversely, suppose \(A'\subseteq A\) and \(B'\subseteq B\). We must show that for any \(z'\in A'\times B'\), we have \(z'\in A\times B\). Let \(z'=(a',b')\). That is, \(a'\in A'\), \(b'\in B'\), but by hypothesis \(a'\) and \(b'\) are also elements of \(A\) and \(B\), so \((a,b)\in A\times B\).

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

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

Proof

First suppose \(A\times B=\emptyset\). If both \(A\) and \(B\) are nonempty, then 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. Once again, if we deny the conclusion and suppose \(A\times B\) is nonempty, then 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. Q.E.D.


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. From the end of the proof of this lemma onward, we no longer mention the axioms used in the proof process. 

댓글남기기