Union

Logic
definition

Also known as: A ∪ B

Grade 6-8

View on concept map

The union of sets A and B is the set of all elements that belong to A, to B, or to both, written A \cup B. Union combines overlapping categories without double-counting, a tool used in probability, data analysis, and every branch of math.

Definition

The union of sets A and B is the set of all elements that belong to A, to B, or to both, written A \cup B.

💡 Intuition

Pour both sets into one container and remove duplicates. Everything from either pile ends up in the union — this is the OR operation for sets.

🎯 Core Idea

x \in A \cup B if and only if x \in A OR x \in B. Union corresponds exactly to logical OR.

Example

A = \{1, 2, 3\}, B = \{3, 4, 5\}. Then A \cup B = \{1, 2, 3, 4, 5\} — the 3 appears once.

Formula

A \cup B = \{x : x \in A \text{ or } x \in B\}

Notation

A \cup B

🌟 Why It Matters

Union combines overlapping categories without double-counting, a tool used in probability, data analysis, and every branch of math.

💭 Hint When Stuck

Write out both sets' elements side by side, then merge them into one list, crossing off any repeats.

Formal View

A \cup B = \{x : x \in A \lor x \in B\}

🚧 Common Stuck Point

Union doesn't duplicate—element 2 appears once in the result.

⚠️ Common Mistakes

  • Confusing union (\cup) with intersection (\cap) — union includes ALL elements from both sets
  • Including duplicate elements in the result — sets never have duplicates, so \{1, 2\} \cup \{2, 3\} = \{1, 2, 3\}, not \{1, 2, 2, 3\}
  • Forgetting that A \cup \emptyset = A, not \emptyset

Frequently Asked Questions

What is Union in Math?

The union of sets A and B is the set of all elements that belong to A, to B, or to both, written A \cup B.

Why is Union important?

Union combines overlapping categories without double-counting, a tool used in probability, data analysis, and every branch of math.

What do students usually get wrong about Union?

Union doesn't duplicate—element 2 appears once in the result.

What should I learn before Union?

Before studying Union, you should understand: set.

Prerequisites

How Union Connects to Other Ideas

To understand union, you should first be comfortable with set. Once you have a solid grasp of union, you can move on to intersection and venn diagram.

Visualization

Static

Visual representation of Union