logo

Union axiom 📂Set Theory

Union axiom

Axiom

X(U(a(axxX    aU))) \forall X \left( \exists U \left( \forall a \left( a \in x \land x \in X \implies a \in U \right) \right) \right) For any set XX, there exists a set UU that contains all the elements of the elements of XX.

Definition of Union 1

The axiom of union guarantees the existence of the union defined as follows: xAxB    xAB x \in A \lor x \in B \iff x \in A \cup B For any two sets AA and BB, the set containing elements that belong to at least one of them is called the union of AA and BB, and is represented as ABA \cup B.

Explanation

The axiom of union and the definition of union are distinctly different. Although a definition is merely a statement of a concept, and the axiom guarantees its existence, the phrase “containing the elements of the elements” in the explanation of the axiom of union differs. If one speaks of the elements of element1 as element2, then element1 is necessarily a set, and the shape of element1 has been guaranteed existence through the pairing axiom and appears similar to {A,B}\left\{ A, B \right\}’s AA and BB. In other words, the union can be seen as being created through an operation \cup between AA and BB, and the concept of union as intended by the axiom of union refers to something like U(X):={ax:xX}U(X) := \left\{ a \in x : x \in X \right\} when a set of sets like X={A,B}X = \left\{ A, B \right\} is given.

While this distinction might not mean much when dealing with mathematics below the undergraduate level, one should precisely understand and move on if they wish to understand the axiom out of curiosity or on the rare occasion it is needed.

Basic Properties

For the subsets AA, BB, and CC of the set XX, the following hold:

  • [1] Identity Law: A=AAX=A A \cup \emptyset = A \\ A \cap X = A
  • [2] Idempotent Law: AA=AAA=A A \cup A = A \\ A \cap A = A
  • [3] Commutative Law: AB=BAAB=BA A \cup B = B \cup A \\ A \cap B = B \cap A
  • [4] Associative Law: A(BC)=(AB)CA(BC)=(AB)C A \cup ( B \cup C) = (A \cup B) \cup C \\ A \cap (B \cap C) = ( A \cap B ) \cap C
  • [5] Distributive Law: A(BC)=(AB)(AC)A(BC)=(AB)(AC) A \cap (B \cup C) = (A \cap B) \cup (A \cap C) \\ A \cup (B \cap C) = (A \cup B) \cap (A \cup C)
  • [6] De Morgan’s Theorem: (AB)c=AcBc(AB)c=AcBc (A \cup B)^{c} = A^{c} \cap B^{c} \\ (A \cap B)^{c} = A^{c} \cup B^{c}
  • [7] (AB)c=AcB (A \setminus B)^{c} = A^{c} \cup B

Proof

[7]

x(AB)c    xAB    xA or xB    xAc or xB    xAcB \begin{align*} x \in (A \setminus B)^{c} &\iff x \notin A \setminus B \\ &\iff x \notin A \text{ or } x \in B \\ &\iff x \in A^{c} \text{ or } x \in B \\ &\iff x \in A^{c} \cup B \end{align*}


  1. Translation by Heungcheon Lee, You-Feng Lin. (2011). Set Theory: An Intuitive Approach: p87. ↩︎