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 B.

The Formula

AB={x:xA and xB}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 AA is students who play soccer and set BB is students who play piano, then ABA \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}A = \{1, 2, 3\}, B={2,3,4}B = \{2, 3, 4\}. Then AB={2,3}A \cap B = \{2, 3\} — only the shared elements.

Notation

ABA \cap B

What This Formula Means

The intersection of sets AA and BB is the set of all elements that belong to both AA and BB simultaneously, written ABA \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 AA is students who play soccer and set BB is students who play piano, then ABA \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

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

Worked Examples

Example 1

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

Answer

AB={3,4}A \cap B = \{3, 4\}

First step

1
Recall the definition: AB={x:xA and xB}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.

Full solution

  1. 2
    Check each element of A={1,2,3,4}A = \{1,2,3,4\}: is 1B1 \in B? No. Is 2B2 \in B? No. Is 3B={3,4,5,6}3 \in B = \{3,4,5,6\}? Yes. Is 4B4 \in B? Yes.
  2. 3
    The elements common to both sets are 3 and 4, so AB={3,4}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={xR:x1}A = \{x \in \mathbb{R} : x \ge 1\} and B={xR:x4}B = \{x \in \mathbb{R} : x \le 4\}. Find ABA \cap B.

Example 3

medium
Compute {x:1x6}{x:x is prime}\{x : 1 \le x \le 6\} \cap \{x : x \text{ is prime}\}.

Common Mistakes

  • Including an element found in only one set — the intersection holds only members common to both.
  • Mixing up \cap (both, AND) with \cup (either, OR) — intersection can only shrink, union can only grow.
  • Writing \emptyset as 'no answer' when sets share nothing — disjoint sets have intersection \emptyset, a valid set.

Why This Formula Matters

Intersection is the AND of set theory and is the heart of 'both events happen' in probability and of common-factor reasoning. A student who confuses it with union, or who includes items that are only in one set, will compute the wrong overlap everywhere from Venn diagrams to GCFs. Recognizing it by "Does an item qualify only if it is in both sets at the same time?" — rather than by familiar numbers — is what lets a student tell it apart from union and disjoint sets and subset in a mixed problem set.

Frequently Asked Questions

What is the Intersection formula?

The intersection of sets AA and BB is the set of all elements that belong to both AA and BB simultaneously, written ABA \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 AA is students who play soccer and set BB is students who play piano, then ABA \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?

ABA \cap B

Why is the Intersection formula important in Math?

Intersection is the AND of set theory and is the heart of 'both events happen' in probability and of common-factor reasoning. A student who confuses it with union, or who includes items that are only in one set, will compute the wrong overlap everywhere from Venn diagrams to GCFs. Recognizing it by "Does an item qualify only if it is in both sets at the same time?" — rather than by familiar numbers — is what lets a student tell it apart from union and disjoint sets and subset in a mixed problem set.

What do students get wrong about Intersection?

The procedure for intersection is the easy part; the trap is including an element found in only one set. Asking "Does an item qualify only if it is in both sets at the same time?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Intersection formula?

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