The intersection of sets is a core concept in set theory that deals with finding common elements shared by two or more sets. This mathematical operation helps in identifying overlapping data, making it highly useful in subjects like mathematics, logic, data analysis, and computer science. By understanding the properties of the intersection of sets, students can solve problems involving common subsets, Venn diagrams, and real-life grouping scenarios with greater accuracy. In this article, we explore the definition, notation, key properties, and practical applications of set intersection with clear examples and explanations. In this article, we will cover in depth the concept of Intersection. It is an important topic under the chapter of Sets, and we will look at definitions, formulas, important properties and some solved examples.
A set is simply a collection of distinct objects, considered as a whole. These objects, called elements or members of the set, can be anything: numbers, people, letters, etc. Intersections of sets represent the common elements in the sets considered.
The intersection of sets $A$ and $B$ is the set of all elements which are common to both $A$ and $B$. The symbol ' $\cap$ ' is used to denote the intersection of sets.
Symbolically, we write $A \cap B=\{x: x \in A$ and $x \in B\}$
If $A$ and $B$ are two sets such that $A \cap B=\varphi$, then $A$ and $B$ are called disjoint sets.
The symbol for the intersection of sets is " $\cap$ ". For any two sets $A$ and $B$, the intersection, $A \cap$ $B$ (read as $A$ intersection B) lists all the elements present in both sets (common elements of $A$ and B).
To find the intersection of the set, we can use the following steps:
Step 1: Compare the elements of the given sets.
Step 2: Select the common elements between both sets.
Step 3: Add the selected elements to the resultant set.
Step 4: Repeat above steps for all the given sets.
Step 5: The resultant set obtained represents intersection of sets.
Now let us look into an example of set intersection for better understanding.
1. Let $A=\{i,a,f,h,s\}$ and $B=\{f,m,s,h,a,i\}$, then $A \cap B=\{a,s,h,i,f\}$
2. Let $A=\{2,4,6,8\}$ and $B=\{2,3,5,8\}$, then $A \cap B=\{2,8\}$
3. Let $A=\{2,4,6,8\}$ and $B=\{1,3,5,7\}$. Then $A$ and $B$ are disjoint sets because there are no elements that are common to A and B.
4. let $A=\{2,4,6,8\}, B=\{2,3,8\}$, and $C=\{2,3,5,8\}$, then $A \cap B \cap C=\{2,8\}$
The cardinal number of a set is the total number of elements present in the set. For example, if $\operatorname{Set} A=\{1,2,3,4,5,7,8\}$, then the cardinal number (represented as $\mathrm{n}(\mathrm{A})$ ) $=8$.
Consider two sets $A$ and $B$. Let $A=\{2,4,5,9,10,11,18,21\}, B=\{1,2,3,5,7,8,11,12,13\}$ and $A \cap B=\{2,5,11\}$, and the cardinal number of $A$ intersection $B$ is represented by $n(A \cap B)=3$.
The cardinality of $A \cap B$ can also be found by the formula, $n(A \cap B)=n(A)+$ $n(B)-n(A \cup B)$. Let's verify this formula for the above example, where $n(A)=8, n(B)=9$, and $A \cup B=\{1,2,3,4,5,6,7,8,10,11,12,13,14,21\}$. Note that $n(A \cup B)=14$ here. Then
$ \begin{aligned} & n(A \cap B)=n(A)+n(B)-n(A \cup B) \\ & n(A \cap B)=8+9-14 \\ & n(A \cap B)=3 \end{aligned} $
Now, let us look into the Venn diagram of the intersection of sets.
The intersection of two sets signifies that the common element is present in both sets.
The intersection of three sets signifies that the common element is present in all three sets.
This section explains the key algebraic and logical properties that govern the intersection operation in set theory. Understanding these properties of the intersection of sets is essential for solving problems in mathematics, computer science, and data analysis. These rules help simplify complex expressions, especially when working with Venn diagrams, set identities, and Boolean algebra.
The commutative law of intersection states that the order in which two sets are intersected does not affect the result. That is:
$A \cap B = B \cap A$
This means the set of common elements remains the same regardless of the order. For example, if $A = \{1, 2, 3\}$ and $B = \{2, 3, 4\}$, then:
$A \cap B = \{2, 3\} = B \cap A$
This property is useful when rearranging set expressions for simplification.
The associative property allows you to group sets in any order when performing multiple intersections:
$(A \cap B) \cap C = A \cap (B \cap C)$
This rule helps in solving complex problems where three or more sets are involved. For instance, with $A = \{1, 2\}$, $B = \{2, 3\}$, and $C = \{2, 4\}$, the intersection will always result in:
$A \cap B \cap C = \{2\}$
irrespective of how the sets are grouped.
The idempotent law states that intersecting a set with itself returns the same set:
$A \cap A = A$
This shows that intersection is a stabilising operation; applying it repeatedly doesn't change the result. It's a fundamental property used in algebraic proofs and simplifying expressions in set theory and logic.
These two laws describe how intersection behaves with the universal set and the empty set:
These properties help in defining the boundaries of sets in both pure mathematics and real-world logic systems.
The distributive property connects the operations of union and intersection:
These identities are crucial for simplifying complex set expressions, especially in topics like Boolean algebra, database querying, and logic gates.
The behaviour of the intersection operation with these two special sets is:
This gives the idea that the universal set acts as a neutral element, while the empty set acts as an absorbing element in set intersection.
Intersection of Sets
|
Union of Sets
|
The intersection of sets contains the common elements in the sets considered.
|
Union of sets contains all the elements in the sets considered.
|
The symbol of the intersection of sets is $\cap$.
|
The symbol of the union of sets is $\cup$.
|
The formula of cardinality of intersection of sets is $A \cap B = n(A)+n(B)-n(A \cup B)$
|
The formula of cardinality of the union of sets is $A \cup B = n(A)+n(B)-n(A \cap B)$.
|
Example: Let $A=\{1,2,3,4,5\}$ and $B = \{4,5,6,7,8\}$. Then, $A \cap B = \{4,5\}$
|
Example: Let $A=\{1,2,3,4,5\}$ and $B = \{4,5,6,7,8\}$. Then, $A \cup B = \{1,2,3,4,5,6,7,8\}$
|
Some real-life examples of the intersection of sets are
Example 1: If $A \cup B=P, A \cap B=Q, B \cap A=R$ and $B \cup A=S$, then which of the following is true?
1) $P=R$
2) $Q=R$
3) $Q=S$
4) $P=Q$
Solution:
According to the property,
$A \cap B=B \cap A$
$\mathrm{Q}=\mathrm{R}$.
Hence, the answer is option 2.
Example 2: Which of the following is the associative property of intersection?
1) $(A \cup B) \cup C=A \cup(B \cup C)$
2) $(A \cap B) \cup C=A \cup(B \cap C)$
3) $A \cap(B \cup C)=(A \cap B) \cup C$
4) $(A \cap B) \cap C=A \cap(B \cap C)$
Solution:
The Associative Property of an intersection is:
$A \cap(B \cap C)=(A \cap B) \cap C$
Hence, the answer is option 4.
Example 3: If $A=\phi$ and $A \cap B=C$, then which of the following is true?
1) $A=B$
2) $A=C$
3) $B=C$
4) $\mathrm{B}=\phi$
Solution:
As we have learned that $\varphi \cap \mathrm{A}=\varphi$
So, $C=A \cap B=\phi \cap B=\phi$
Thus $\mathrm{A}=\mathrm{C}$.
Hence, the answer is option 2.
Example 4: If $A$ and $B$ are equal sets, then which of the following is NOT true?
1) $A \cap B=A$
2) $A \cap B=B$
3) $A \cup B=A \cap B$
4) $A \cap B=\phi$
Solution:
$A \cap B=A \cap A=A$ : so option (1) is true
As $A=B$, so $A \cap B=A=B$ : so option (2) is true
Also, $A \cup B=A \cup A=A$
As $A \cap B=A$, so $A \cup B=A \cap B$: so option (3) is true.
Therefore, the incorrect option is 4.
Hence, the answer is option 4.
Example 5: Given $A \cap B=\{5,7,9\}, A \cap C=\{3,8,7\}$. Find the value of $A \cap(B \cup C)$
1) $\{7\}$
2) $\{3,8,7\}$
3) $\{3,5,7,8,9\}$
4) $\{5,7,9\}$
Solution:
$ \begin{aligned} & A \cap(B \cup C)=(A \cap B) \cup(A \cap C) \quad \text { [Using Distributive Property] } \\ & =\{5,7,9\} \cup\{3,8,7\} \\ & =\{3,5,7,8,9\} \end{aligned} $
Hence, the answer is option 3.
To understand the concept of the intersection of sets thoroughly, it’s important to explore related foundational topics in set theory. Concepts like roster and set builder forms, power sets, complements, and De Morgan's Laws provide the necessary background to master set operations. These interconnected topics not only support a deeper understanding of intersections but also strengthen problem-solving skills in mathematics and logic. In this section, you’ll find a list of key topics that are essential for grasping the intersection of sets and its properties.
Mastering the chapter on Sets in Class 11 Mathematics requires the right study materials. NCERT resources such as detailed solutions, concise revision notes, and exam-oriented exemplar problems help strengthen conceptual understanding and problem-solving skills. Whether you're preparing for school exams or competitive tests, these materials provide complete support for systematic learning. In this section, explore the most useful NCERT resources for Chapter 1: Sets.
NCERT Solutions for Class 11 Chapter 1 Sets
NCERT Notes for Class 11 Chapter 1 Sets
NCERT Exemplar for Class 11 Chapter 1 Sets
Mastering any mathematical concept comes through continuous practice. To help strengthen your understanding of the topic, we have given below some practice questions on the Intersection of sets in mathematics. They will test your knowledge of formulas, important properties and general application of knowledge.
To practice questions based on the Intersection of Set - Practice Questions, click here.
You can practice the next topics of Sets below:
Let $A$ and $B$ be any two sets. The union of sets $A$ and $B$ is the set that combines the elements in both sets without duplication. The union of sets is denoted by '$\cup$ '. Eg. Let $A=\{s,d,t,g,q,w\}$ and $B=\{g,h,s,t,w,o\}$. Then, $A \cup B = \{s,d,t,g,q,w,h,o\}$.
The intersection of sets $A$ and $B$ is the set of all elements which are common to both $A$ and $B$. The symbol ' $\cap$ ' is used to denote the intersection of sets. Eg. Let $A=\{s,d,t,g,q,w\}$ and $B=\{g,h,s,t,w,o\}$. Then, $A \cap B = \{s,t,g,w\}$.
The symbol $\cap$ represents the combined sets, in other words, the intersecting elements of the mentioned sets. For Example; in case where two sets $X$ and $Y$ are involved then; union of the set $=X \cup Y$ while intersection of the set $=X \cap Y$
The formula of cardinality of intersection of sets is $A \cap B = n(A)+n(B)-n(A \cup B)$
The other symbol for intersection is 'AND'.
However, it goes without saying that $A \cap B=B \cap A$ which is a general property of an intersection operation - that is a commutative prodigy.
The intersection of two sets A and B, denoted as A ∩ B, is the set of all elements that are common to both A and B. In other words, it contains only the elements that exist in both sets simultaneously.
The intersection of sets is commonly represented using a Venn diagram. In a Venn diagram, the intersection is shown as the overlapping region between two or more circles, each representing a set.
The symbol used to denote intersection is "∩". For example, the intersection of sets A and B is written as A ∩ B.
Yes, the intersection of two sets can be empty. This occurs when the two sets have no common elements. An empty intersection is also called a null set or empty set, denoted by {} or ∅.
Union combines all elements from both sets, while intersection only includes elements common to both sets. Union is denoted by ∪ and gives a larger or equal set, while intersection (∩) results in a smaller or equal set.
Yes, the intersection of a set with itself is always equal to the set. This is because every element in the set is common to itself. Mathematically, A ∩ A = A for any set A.
The commutative property of intersection states that the order of sets in an intersection operation doesn't matter. Mathematically, A ∩ B = B ∩ A for any sets A and B.
The associative property of intersection states that when finding the intersection of three or more sets, the grouping of sets doesn't affect the result. Mathematically, (A ∩ B) ∩ C = A ∩ (B ∩ C) for any sets A, B, and C.
If A is a subset of B, then the intersection of A and B is equal to A. Mathematically, if A ⊆ B, then A ∩ B = A. This is because all elements of A are also in B, so their common elements are just the elements of A.
The distributive property of intersection over union states that the intersection of a set with the union of two other sets is equal to the union of the intersections of the first set with each of the other two sets. Mathematically, A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C).
Yes, you can have an intersection of more than two sets. The intersection of multiple sets contains only the elements that are common to all the sets involved. It's denoted as A ∩ B ∩ C ∩ ... for sets A, B, C, and so on.
The intersection of any set A with the empty set ∅ always results in the empty set. Mathematically, A ∩ ∅ = ∅. This is because there are no elements in the empty set that can be common with any other set.
In probability, mutually exclusive events are events that cannot occur simultaneously. In set theory, this corresponds to sets with an empty intersection. If events A and B are mutually exclusive, then A ∩ B = ∅.
The intersection of a set A with the complement of B (denoted as B') is equal to the elements in A that are not in B. Mathematically, A ∩ B' = A - B, where "-" represents the set difference operation.
De Morgan's laws state that the complement of an intersection is equal to the union of the complements. Mathematically, (A ∩ B)' = A' ∪ B', where the prime (') denotes the complement of a set.
The idempotent property of intersection states that intersecting a set with itself results in the same set. Mathematically, A ∩ A = A for any set A. This property emphasizes that repeating the intersection operation with the same set doesn't change the result.
The power set of a set A, denoted as P(A), is the set of all possible subsets of A, including A itself and the empty set. The intersection of any two elements (which are sets themselves) from the power set will always be a subset of A.
Yes, the intersection of two infinite sets can be finite. For example, the intersection of the set of all even integers and the set of all multiples of 3 is the set of all multiples of 6, which is infinite. However, the intersection of the set of all integers and the set {1, 2, 3} is the finite set {1, 2, 3}.
The identity element for intersection is the universal set U (the set containing all elements under consideration). For any set A, A ∩ U = A. This means intersecting any set with the universal set doesn't change the original set.
Disjoint sets are sets that have no elements in common. In terms of intersection, two sets A and B are disjoint if and only if their intersection is the empty set, i.e., A ∩ B = ∅.
Intersection (A ∩ B) gives elements common to both sets, while set difference (A - B) gives elements in A that are not in B. Intersection is symmetric (A ∩ B = B ∩ A), but set difference is not (A - B ≠ B - A in general).
Sets are considered overlapping if their intersection is non-empty. In other words, if A and B are overlapping sets, then A ∩ B ≠ ∅. The degree of overlap can be quantified by the number of elements in the intersection.
The intersection of two sets A and B can be defined in terms of their Cartesian product: A ∩ B = {x | (x, x) ∈ A × B}. This means the intersection contains all elements that, when paired with themselves, appear in the Cartesian product of the two sets.
In database queries, the intersection operation is often used to find records that satisfy multiple conditions simultaneously. It's similar to using the AND operator in SQL to combine multiple conditions in a WHERE clause.
Set intersection is closely related to logical conjunction (AND operation) in Boolean algebra. If we consider sets as truth values for propositions, then the intersection of sets corresponds to the AND operation between propositions.
The principle of inclusion-exclusion uses intersections to correctly count elements in unions of sets. For two sets A and B, |A ∪ B| = |A| + |B| - |A ∩ B|, where |X| denotes the number of elements in set X. This principle extends to more than two sets using multiple intersections.
The symmetric difference of sets A and B (usually denoted A Δ B) can be defined using intersection and union: A Δ B = (A ∪ B) - (A ∩ B). This means the symmetric difference contains elements in either A or B, but not in their intersection.
In topology, the intersection of open sets is always open, and the intersection of closed sets is always closed. This property is fundamental in defining topological spaces and studying their properties.
The intersection of all sets in a collection refers to the set of elements that are common to every set in the collection. Mathematically, if {Aᵢ} is a collection of sets indexed by i, then ∩ᵢAᵢ = {x | x ∈ Aᵢ for all i}.
A partition of a set S is a collection of non-empty subsets of S such that every element of S is in exactly one of these subsets. By definition, the intersection of any two distinct subsets in a partition is always empty.
In measure theory, a sigma-algebra is a collection of subsets of a set that is closed under complement and countable intersections. This means that if a sigma-algebra contains sets A₁, A₂, A₃, ..., it must also contain their intersection ∩ᵢAᵢ.
The GCD of two numbers a and b can be defined as the largest element in the intersection of the sets of divisors of a and b. Mathematically, GCD(a,b) = max(D(a) ∩ D(b)), where D(x) is the set of divisors of x.
In order theory, a filter F on a partially ordered set P is a subset of P that is closed under finite intersections and upward closure. This means that if A and B are in F, then A ∩ B is also in F, and any element greater than an element in F is also in F.
In graph theory, a clique is a subset of vertices in a graph where every two vertices are adjacent. The intersection of two cliques is always a clique (possibly empty). This property is useful in algorithms for finding maximal cliques.
In lattice theory, the meet operation ∧ is a generalization of set intersection. For sets, A ∧ B = A ∩ B. In a general lattice, the meet of two elements is their greatest lower bound with respect to the lattice ordering.
In probability theory, events A and B are independent if P(A ∩ B) = P(A) * P(B), where P(X) denotes the probability of event X. This definition uses the intersection of events to formalize the idea that the occurrence of one event doesn't affect the probability of the other.
In group theory, a subgroup N of a group G is normal if and only if for every g in G, gN = Ng. This can be expressed using intersections: N is normal in G if and only if for all g in G, gNg⁻¹ ∩ N = N.
In formal language theory, the intersection of two languages L₁ and L₂ is the set of all strings that belong to both L₁ and L₂. This operation is useful in defining and studying various classes of languages.
In linear algebra, the intersection of two subspaces is itself a subspace. If V and W are subspaces of a vector space, then a basis for V ∩ W can be found by solving a system of linear equations involving the bases of V and W.
In topology, a function f: X → Y is continuous if and only if for every open set V in Y, the preimage f⁻¹(V) is open in X. This can be expressed using intersections: f is continuous if and only if for every open set V in Y and every point x in f⁻¹(V), there exists an open neighborhood U of x such that U ∩ f⁻¹(V) = U.
In abstract algebra, a field is a set F with two operations (addition and multiplication) satisfying certain axioms. The intersection of two subfields of F is always a subfield of F. This property is useful in studying field extensions and algebraic structures.
In category theory, the intersection can be generalized to the concept of a pullback. For sets, the pullback of functions f: A → C and g: B → C is isomorphic to the intersection of A and B when they are both subsets of C.
In linear algebra, the kernel (or null space) of a linear transformation T: V → W is the set of all vectors v in V such that T(v) = 0. If S and T are two linear transformations, then ker(S) ∩ ker(T) is the set of vectors that are in the kernel of both S and T.
In topology, a space X is separable if it contains a countable dense subset. This can be expressed using intersections: X is separable if and only if there exists a countable set D such that for every non-empty open set U in X, U ∩ D ≠ ∅.
In ring theory, an ideal P of a ring R is prime if for any ideals A and B of R, if A ∩ B ⊆ P, then either A ⊆ P or B ⊆ P. This definition uses the intersection of ideals to characterize prime ideals, which are fundamental in studying the structure of rings.
In measure theory, a measure μ is sigma-finite if the entire space can be covered by a countable union of sets with finite measure. This can be expressed using intersections: μ is sigma-finite if and only if there exists a sequence of sets {Aₙ} such that μ(Aₙ) < ∞ for all n, and ∩ₙ(X \ Aₙ) = ∅, where X is the entire space.
In functional analysis, a fixed point of a function f is a point x such that f(x) = x. The set of fixed points of f can be defined as the intersection of the graph of f with the diagonal set {(x,x) | x in the domain of f}. This perspective is useful in proving fixed point theorems.
In topology, a point x is a limit point of a set A if every neighborhood of x intersects A in some point other than x itself. Mathematically, x is a limit point of A if and only if for every neighborhood U of x, (U \ {x}) ∩ A ≠ ∅.
In order theory, a lattice is complete if every subset has both a supremum (least upper bound) and an infimum (greatest lower bound). The infimum of a set of elements can be thought of as a generalized intersection. In a complete lattice, this "intersection" always exists, even for infinite sets of elements.
21 Jul'25 11:37 AM
02 Jul'25 07:43 PM
02 Jul'25 07:42 PM
02 Jul'25 06:39 PM
02 Jul'25 06:39 PM
02 Jul'25 06:38 PM
02 Jul'25 06:38 PM
02 Jul'25 06:38 PM
02 Jul'25 06:38 PM
02 Jul'25 06:38 PM