- Home
- /
- Math
- /
- Sets & Logic
- /
- Intersection
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. Intersection finds common ground between groups β used in probability, geometry, and whenever two conditions must both hold.
Definition
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.
π‘ Intuition
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.
π― Core Idea
x \in A \cap B if and only if x \in A AND x \in B. Intersection corresponds exactly to logical AND.
Example
Formula
Notation
A \cap B
π Why It Matters
Intersection finds common ground between groups β used in probability, geometry, and whenever two conditions must both hold.
π Hint When Stuck
Try listing out the elements of each set explicitly, then check which ones appear in both.
Formal View
Related Concepts
π§ Common Stuck Point
If sets share nothing, intersection is empty: \{1, 2\} \cap \{3, 4\} = \emptyset.
β οΈ 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
Go Deeper
Frequently Asked Questions
What is Intersection in Math?
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.
Why is Intersection important?
Intersection finds common ground between groups β used in probability, geometry, and whenever two conditions must both hold.
What do students usually get wrong about Intersection?
If sets share nothing, intersection is empty: \{1, 2\} \cap \{3, 4\} = \emptyset.
What should I learn before Intersection?
Before studying Intersection, you should understand: set.
Prerequisites
Next Steps
Cross-Subject Connections
How Intersection Connects to Other Ideas
To understand intersection, you should first be comfortable with set. Once you have a solid grasp of intersection, you can move on to union and venn diagram.
Visualization
StaticVisual representation of Intersection