Intersection

Logic
definition

Also known as: A ∩ B

Grade 6-8

View on concept map

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

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

Formula

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

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

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

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

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.

What is the Intersection formula?

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

When do you use Intersection?

Try listing out the elements of each set explicitly, then check which ones appear in both.

Prerequisites

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

Static

Visual representation of Intersection