Intersection Formula

The Formula

A \cap B = \{x : x \in A \text{ and } x \in B\}

When to use: Picture two overlapping circles in a Venn diagram—the intersection is only the overlapping region where both circles cover. For example, if set A is students who play soccer and set B is students who play piano, then A \cap B is students who do both. It is the AND gate of set theory: an element must satisfy both conditions to be included.

Quick Example

A = \{1, 2, 3\}, B = \{2, 3, 4\}. Then A \cap B = \{2, 3\} — only the shared elements.

Notation

A \cap B

What This Formula Means

The intersection of sets A and B is the set of all elements that belong to both A and B simultaneously, written A \cap B.

Picture two overlapping circles in a Venn diagram—the intersection is only the overlapping region where both circles cover. For example, if set A is students who play soccer and set B is students who play piano, then A \cap B is students who do both. It is the AND gate of set theory: an element must satisfy both conditions to be included.

Formal View

A \cap B = \{x : x \in A \land x \in B\}

Worked Examples

Example 1

easy
Let A = \{1, 2, 3, 4\} and B = \{3, 4, 5, 6\}. Find A \cap B.

Solution

  1. 1
    Recall the definition: A \cap B = \{x : x \in A \text{ and } x \in B\}. An element belongs to the intersection only if it appears in both sets simultaneously.
  2. 2
    Check each element of A = \{1,2,3,4\}: is 1 \in B? No. Is 2 \in B? No. Is 3 \in B = \{3,4,5,6\}? Yes. Is 4 \in B? Yes.
  3. 3
    The elements common to both sets are 3 and 4, so A \cap B = \{3,4\}.

Answer

A \cap B = \{3, 4\}
The intersection keeps only the elements shared by both sets. It is always a subset of each original set.

Example 2

medium
Let A = \{x \in \mathbb{R} : x \ge 1\} and B = \{x \in \mathbb{R} : x \le 4\}. Find A \cap B.

Common Mistakes

  • Confusing intersection (\cap) with union (\cup) — intersection only keeps elements in BOTH sets
  • Thinking A \cap B must be non-empty — disjoint sets have A \cap B = \emptyset
  • Forgetting that A \cap A = A, not \emptyset — every element is in both copies

Why This Formula Matters

Intersection finds common ground between groups — used in probability, geometry, and whenever two conditions must both hold.

Frequently Asked Questions

What is the Intersection formula?

The intersection of sets A and B is the set of all elements that belong to both A and B simultaneously, written A \cap B.

How do you use the Intersection formula?

Picture two overlapping circles in a Venn diagram—the intersection is only the overlapping region where both circles cover. For example, if set A is students who play soccer and set B is students who play piano, then A \cap B is students who do both. It is the AND gate of set theory: an element must satisfy both conditions to be included.

What do the symbols mean in the Intersection formula?

A \cap B

Why is the Intersection formula important in Math?

Intersection finds common ground between groups — used in probability, geometry, and whenever two conditions must both hold.

What do students get wrong about Intersection?

If sets share nothing, intersection is empty: \{1, 2\} \cap \{3, 4\} = \emptyset.

What should I learn before the Intersection formula?

Before studying the Intersection formula, you should understand: set.