Scroll to Top
Union - Monomath Math Dictionary
← Monomath Home← Math DictionaryUnion
U

Union

Set Theory

📖 Definition

The union of two sets is the set containing all elements from both sets.

📝 Detailed Explanation

The union of A and B, written A ∪ B, includes every element that belongs to A or B (or both). For example, if A = {1, 2, 3} and B = {3, 4, 5}, then A ∪ B = {1, 2, 3, 4, 5}. In probability, P(A ∪ B) = P(A) + P(B) - P(A ∩ B). Union is a fundamental set operation alongside intersection and complement.

📐 Formula

A ∪ B = {x | x ∈ A or x ∈ B}

📜 History & Origins

Set operations including union were formalized by Georg Cantor in the 1870s. The symbol ∪ was introduced by Giuseppe Peano in 1888. Union is one of the basic operations in Boolean algebra and is used in database queries (SQL UNION), logic, and probability theory.

🔗 Related Terms

← Back to DictionaryBrowse Study Notes →