logo

Disjoint Union: Disjoint Unions 📂Set Theory

Disjoint Union: Disjoint Unions

Definition

Let {Xα}αA\left\{ X_{\alpha} \right\} _{\alpha\in A} be an arbitrary index family. Then, the set of ordered pairs defined as follows is called the {Xα}\left\{ X_{\alpha}\right\} disjoint union.

αAXα:={(x,α)  xXα, αA} \bigsqcup \limits_{\alpha \in A} X_{\alpha} := \left\{ (x,\alpha)\ |\ x\in X_{\alpha},\ \alpha \in A \right\}

Explanation

Instead of \bigsqcup, ⨿\amalg, \biguplus, etc., are also used. Note that ⨿\amalg is not the capital Pi Π\Pi. It is the mirrored version of it.

Even though they are different, to distinguish elements that look the same1, when forming the union, information about which set an element belongs to is added. For example, let’s say the set of students in class 1 is X1={X_{1}=\left\{ \right.Kim Cheolsu, Kim Younghee, Park SuCheol, Lee HeeYoung}\left. \right\}, and the set of students in class 2 is X2={X_{2}=\left\{ \right.Kim Cheolsu, Kim Younghee, Kwon Hyunsu, Choi Changsik}\left. \right\}. Then, Kim Cheolsu and Kim Younghee from class 1 and class 2 are clearly different people but appear to be the same. Thus, if we simply form the union, it might not accurately represent the actual union as {\left\{\right.Kim Cheolsu, Kim Younghee, Park SuCheol, Lee HeeYoung, Kwon Hyunsu, Choi Changsik}X1X2 \left. \right\} \ne X_{1} \cup X_{2}. However, if we form the disjoint union of X1X_{1} and X2X_{2},

i=1,2Xi={(김철수,1),(김영희,1),(박수철,1),(이희영,1),(김철수,2),(김영희,2),(권현수,2),(최창식,2)} \bigsqcup \limits_{i=1,2} X_{i} =\left\{(\text{김철수},1), (\text{김영희},1), (\text{박수철},1), (\text{이희영},1), (\text{김철수},2), (\text{김영희},2), (\text{권현수},2), (\text{최창식},2) \right\}

it clearly indicates which class each belongs to, so two different elements aren’t treated as the same. If you understand the concept well, you should see that the following equation holds.

R2=αRRα \mathbb{R}^2 = \bigsqcup_{\alpha \in \mathbb{R}} \mathbb{R}_{\alpha}

Of course, this is meant to discuss abstract precision, so in practice, one wouldn’t mark it this complicatedly but think of it as forming a union without overlaps. That is, for each αA\alpha \in A, think of the following natural mapping as treating it as x=(x,α)x = (x,\alpha).

ια:XααAXαby x(x,α) \iota_{\alpha} : X_{\alpha} \hookrightarrow \bigsqcup \limits_{\alpha \in A}X_{\alpha} \quad \text{by } x \mapsto (x,\alpha)

Considering XαX_\alpha and ια(Xα)\iota_\alpha (X_\alpha) the same. After all, the reason for considering the disjoint union is to say, “Kim Cheolsu from class 1 is a different person from Kim Cheolsu from class 2~ Don’t get confused,” so, in essence, it’s handled as follows.

αAXααAXα \bigsqcup \limits_{\alpha \in A} X_{\alpha} \approxeq \bigcup \limits_{\alpha \in A} X_{\alpha}


  1. Or have the same name ↩︎