Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Intersection of Sets in Set Theory

ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Intersection of Sets definition formula and solved examples

The concept of intersection of sets is essential in mathematics and helps in solving real-world and exam-level problems efficiently. Understanding how to find the common elements between sets not only clarifies set theory but also strengthens reasoning skills needed for board exams and competitive tests.


Understanding Intersection of Sets

An intersection of sets is the set containing all elements that are common to every set in question. In symbolic terms, if A and B are two sets, then their intersection is written as A ∩ B, and it contains all elements present in both A and B. This idea is widely used in set operations, Venn diagrams, and problem-solving in maths and computer programming.


Symbol and Notation for Intersection of Sets

In mathematics, the symbol for intersection is (an upside-down "U"). The intersection of two sets A and B is denoted as A ∩ B.

Definition using set-builder notation:
A ∩ B = { x : x ∈ A and x ∈ B }


Here's a quick reference table for the intersection of sets:

Intersection of Sets Table

Expression Meaning Example
A ∩ B Elements common to A and B If A = {2, 4, 6}, B = {4, 6, 8}: A ∩ B = {4, 6}
A ∩ B ∩ C Elements common to A, B, and C If A = {1,2,3}, B = {2,3}, C = {3,4}: A ∩ B ∩ C = {3}

This table helps you visualise how the intersection of sets collects only the shared elements from all involved sets.


Visualising Intersection in Venn Diagrams

The intersection of sets is easily represented using Venn diagrams. In a Venn diagram with two sets, the overlapped (shaded) portion signifies the intersection—elements that are inside both circles. This makes it easier to visualise and answer set operation questions in exams.


Step-by-step Example – Solving Intersection Problems

Let's solve an example using intersection of sets, applying the method step by step:

1. Let A = {2, 4, 6, 8} and B = {4, 8, 12, 16, 20}.

2. Write down the elements of each set:
A = {2, 4, 6, 8}
B = {4, 8, 12, 16, 20}

3. Find common elements in A and B. These are 4 and 8.

4. Write the intersection:
A ∩ B = {4, 8}

Final Answer: The intersection of sets A and B is {4, 8}.

Intersection of More Than Two Sets

Intersection can also be done for three or more sets. For example:

1. Let A = {6, 8, 10, 12, 14, 16}, B = {9, 12, 15, 18, 21, 24}, C = {4, 8, 12, 16, 20, 24, 28}.

2. List all elements:
A: 6, 8, 10, 12, 14, 16
B: 9, 12, 15, 18, 21, 24
C: 4, 8, 12, 16, 20, 24, 28

3. What elements are common to all? Only 12.

Final Answer: A ∩ B ∩ C = {12}

Properties and Laws of Intersection

1. Commutative Law: A ∩ B = B ∩ A

2. Associative Law: (A ∩ B) ∩ C = A ∩ (B ∩ C)

3. Idempotent Law: A ∩ A = A

4. Identity Law: A ∩ U = A (U is universal set)

5. Null Law: A ∩ ∅ = ∅

6. Distributive Law: A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)


Common Mistakes to Avoid

  • Mixing up the intersection symbol (∩) with the union symbol (∪).
  • Missing an element that is common to multiple sets.
  • Forgetting that intersection means common elements only, not all unique ones.

Practice Problems

  • If X = {3, 6, 9}, Y = {6, 12, 18}, what is X ∩ Y?
  • Given A = {a, b, c}, B = {b, c, d}, C = {b, c, e}, find A ∩ B ∩ C.
  • List the elements of the intersection of {5, 10, 15, 20} and {10, 20, 30}.
  • Explain why the intersection of {1,2,3} and {4,5,6} is an empty set.

Real-World Applications

The concept of intersection of sets is used in probability (finding the overlap of events), computer programming (getting similar data across two datasets), and real-life scenarios like choosing students who play both cricket and football in a group. Vedantu helps students see these useful applications beyond exams.


Related Set Theory Topics (Interlinks)

  • Union of Sets — Compare and understand the difference between union and intersection, essential for all set operation questions.
  • Set Theory Symbols — Learn all the important set symbols such as ∩ and ∪ and avoid confusion.
  • Sets, Subset and Superset — See how intersections relate to subset and superset logic.
  • Types of Sets — Explore how intersection works with different types like finite, infinite sets.
  • Complement of Set — Understand the basic trio: union, intersection, and complement in set operations.
  • Operations on Sets: Intersection and Difference — Practice and master problem-solving using intersection and difference.
  • Venn Diagram — Visualise intersections using diagrams for better memory and concept retention.
  • Sets and Set Difference — Get clear on the difference between intersection and set difference.
  • Basics of Set Theory — Build your foundational knowledge to master set intersections.
  • Sets Questions — Practice plenty of exam-style questions on intersection of sets and related topics.

We explored the idea of intersection of sets, symbols and formulas, step-by-step solutions, and even Venn diagram representations. With regular practice, you’ll be able to distinguish easily between intersection and union, solve set-based problems in exams, and see how these concepts fit into real-life and coding situations. Keep learning and revising with Vedantu to be strong in set theory and all future mathematical challenges!


FAQs on Intersection of Sets in Set Theory

1. What is the intersection of sets in mathematics?

The intersection of sets is the set of elements that are common to both given sets. It is denoted by the symbol .

  • If A and B are two sets, then their intersection is written as A ∩ B.
  • Mathematically, A ∩ B = {x | x ∈ A and x ∈ B}.
  • Example: If A = {1, 2, 3} and B = {2, 3, 4}, then A ∩ B = {2, 3}.
This concept is fundamental in set theory and Venn diagrams.

2. What is the symbol for intersection of sets?

The symbol for the intersection of sets is . It represents the elements that are common between two or more sets.

  • If A and B are sets, their intersection is written as A ∩ B.
  • It is read as “A intersection B”.
  • Example: If A = {a, b} and B = {b, c}, then A ∩ B = {b}.
The ∩ symbol is widely used in set theory, probability, and logic.

3. How do you find the intersection of two sets?

To find the intersection of two sets, list the elements that are present in both sets. Follow these steps:

  • Step 1: Write down all elements of both sets.
  • Step 2: Identify the common elements.
  • Step 3: Write those common elements inside braces.
Example: If A = {1, 3, 5, 7} and B = {3, 4, 5, 6}, then the common elements are 3 and 5, so A ∩ B = {3, 5}.

4. What is the formula for intersection of sets?

The formula for the intersection of sets is A ∩ B = {x | x ∈ A and x ∈ B}. This means x must belong to both sets.

  • In terms of number of elements: n(A ∩ B) gives the count of common elements.
  • In probability: P(A ∩ B) represents the probability that both events occur.
This formula is used in set theory, probability, and Venn diagram problems.

5. Can the intersection of two sets be empty?

Yes, the intersection of two sets can be empty if they have no common elements. Such sets are called disjoint sets.

  • If A ∩ B = , then A and B are disjoint.
  • Example: A = {1, 2, 3} and B = {4, 5, 6}.
  • Since there are no common elements, A ∩ B = ∅.
The symbol ∅ represents the empty set.

6. What is the intersection of three sets?

The intersection of three sets is the set of elements common to all three sets. It is written as A ∩ B ∩ C.

  • Mathematically: A ∩ B ∩ C = {x | x ∈ A, x ∈ B, and x ∈ C}.
  • Example: If A = {1, 2, 3}, B = {2, 3, 4}, and C = {3, 5}, then A ∩ B ∩ C = {3}.
This is often shown using a three-circle Venn diagram.

7. What are the properties of intersection of sets?

The intersection of sets follows important algebraic properties in set theory.

  • Commutative: A ∩ B = B ∩ A
  • Associative: (A ∩ B) ∩ C = A ∩ (B ∩ C)
  • Idempotent: A ∩ A = A
  • Identity: A ∩ U = A (where U is the universal set)
  • Null property: A ∩ ∅ = ∅
These properties are useful in simplifying set expressions.

8. What is the difference between union and intersection of sets?

The intersection of sets includes only common elements, while the union includes all elements from both sets.

  • A ∩ B = elements common to both A and B.
  • A ∪ B = all elements in A or B or both.
  • Example: If A = {1, 2, 3} and B = {3, 4}, then:
    • A ∩ B = {3}
    • A ∪ B = {1, 2, 3, 4}
This distinction is essential in set operations and Venn diagrams.

9. How is intersection shown in a Venn diagram?

In a Venn diagram, the intersection of sets is shown by the overlapping region of the circles. The shared area represents A ∩ B.

  • Draw one circle for set A.
  • Draw another overlapping circle for set B.
  • The overlapping region contains the common elements.
This visual method helps understand set relationships clearly.

10. What is the formula for n(A ∪ B) using intersection?

The formula for the number of elements in the union of two sets using intersection is n(A ∪ B) = n(A) + n(B) − n(A ∩ B). This avoids double counting common elements.

  • n(A) = number of elements in set A
  • n(B) = number of elements in set B
  • n(A ∩ B) = number of common elements
Example: If n(A) = 5, n(B) = 4, and n(A ∩ B) = 2, then n(A ∪ B) = 5 + 4 − 2 = 7.