Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
ICSE • Class 7 • Mathematics • Ch 5
Estimated Time: 45 Mins
Study Progress: In Progress

Sets

In ICSE Class 7 Mathematics, "Sets" provides an authoritative, axiomatic master study guide defining the foundational language of modern discrete mathematics. This comprehensive chapter explores Concept of a Set (Georg Cantor's definition: a well-defined collection of distinct objects; Elements/members $\in$ and $\notin$), Methods of Representing Sets (1. Description Method, 2. Roster / Tabular Form with comma separation inside curly braces $\{ \}$, 3. Set-Builder / Rule Form $\{ x : x \text{ satisfies property } P \}$), Types of Sets (Finite sets, Infinite sets, Empty / Null / Void set $\emptyset = \{ \}$, Singleton set, Universal set $\xi$ or $U$), Cardinality of a Set ($n(A)$), Equivalent Sets ($n(A) = n(B)$) vs Equal Sets ($A = B$), Subsets and Power Sets ($A \subseteq B$, Proper subset $A \subset B$, Total number of subsets $= 2^n$ and proper subsets $= 2^n - 1$), Operations on Sets (Union $A \cup B$, Intersection $A \cap B$, Disjoint sets $A \cap B = \emptyset$, Difference of Sets $A - B$ and $B - A$, Complement of a Set $A' = U - A$), and Venn Diagrams (Visualizing sets using rectangles for $U$ and overlapping circles for subsets; Solving real-world survey and cardinality word problems using $n(A \cup B) = n(A) + n(B) - n(A \cap B)$) aligned with the 2026–27 CISCE curriculum.

How Did a German Mathematician Go Insane Trying to Count All the Sets in the Universe, Only to Revolutionize All of Modern Computing?

In the 1870s, German mathematician Georg Cantor created a mathematical concept so radical, so shocking, and so intellectually destabilizing that the leading mathematicians of Europe branded him a "scientific charlatan" and "corrupter of youth"! Cantor looked at collections of objects—numbers, letters, stars, people—and invented Set Theory. But then Cantor went deeper: he proved that some infinities are bigger than other infinities! His revolutionary work drove him into deep mental anguish, but his genius survived: today, Set Theory is the supreme operating system of all modern mathematics, computer databases (SQL relational algebra), search engine algorithms, and digital logic gates! What makes a collection "well-defined"? Why is the collection of "best cricket players in the world" NOT a mathematical set, but "cricketers who scored 10,000 runs" IS a set? What is the difference between Equal Sets and Equivalent Sets? And how do Venn Diagrams turn complex logic into visual geometry? Let's master set theory.

Why This Chapter Matters

Set theory is the core foundational language of advanced mathematics, probability, computer programming, relational database management systems (SQL JOIN operations are set intersections and unions), and formal logic. Mastering set notation, subsets, Venn diagrams, and cardinality formulas is essential for ICSE Class 7 to 10 exams, computer science, and competitive Olympiads.

Before You Begin (Prerequisites)

  • Natural numbers ($\mathbb{N}$), whole numbers ($\mathbb{W}$), and integers ($\mathbb{Z}$).
  • Basic geometric shapes: Circles, rectangles, and planes.
  • Elementary classification and sorting skills.

What You Will Learn (Core Objectives)

  • Identify whether a given collection qualifies as a "well-defined" mathematical set.
  • Convert fluently between Roster Form, Set-Builder Form, and Description Method.
  • Classify sets into finite, infinite, empty ($\emptyset$), singleton, and universal ($U$) sets.
  • Calculate the cardinality $n(A)$ and differentiate Equal Sets ($A = B$) from Equivalent Sets ($A \leftrightarrow B$).
  • Determine all subsets and proper subsets of a finite set using the $2^n$ formula.
  • Compute Union ($A \cup B$), Intersection ($A \cap B$), Difference ($A - B$), and Complement ($A'$).
  • Draw and interpret Venn diagrams and solve cardinality word problems using $n(A \cup B) = n(A) + n(B) - n(A \cap B)$.

Chapter Roadmap & Progression

1 1. Concept of a Set & Methods of Re...
2 2. Types of Sets, Cardinality & Sub...
3 3. Set Operations: Union, Intersect...
4 4. Venn Diagrams & The Fundamental...

Complete Concept Guide (100% Curriculum Coverage)

1. Concept of a Set & Methods of Representation

Understand
A. What is a Set?

A Set is a well-defined collection of distinct objects:

  • "Well-defined" Criterion: There must be an unambiguous, universal rule allowing anyone to decide definitively whether a specific object belongs to the collection or not.
    • Valid Set: "The vowels in the English alphabet" $\to$ Definite collection $\{a, e, i, o, u\}$.
    • NOT a Set: "The five most talented actors in India" $\to$ Subjective opinion; not well-defined!
  • Elements / Members: The objects belonging to a set are called elements. If $x$ is an element of set $A$, we write $x \in A$ ("$x$ belongs to $A$"). If not, $x \notin A$.
  • Elements are distinct (no duplicates) and the order of listing does not matter ($\{1, 2, 3\} = \\{3, 1, 2\}$).
B. The Three Methods of Representation:
  1. 1. Description Method: Stating the well-defined rule in words inside quotes or text (e.g., $A = \text{Set of prime numbers less than 10}$).
  2. 2. Roster / Tabular Form: Listing all elements explicitly, separated by commas, enclosed within curly braces $\{ \}$: $$A = \{2, 3, 5, 7\}$$
  3. 3. Set-Builder / Rule Form: Stating the characteristic property $P(x)$ shared by all elements: $$A = \{x : x \text{ is a prime number and } x < 10\}$$ (Read as: "The set of all $x$ such that $x$ is a prime number less than 10").

2. Types of Sets, Cardinality & Subsets

Set Taxonomy
A. Types of Sets:
  • 1. Finite Set: A set containing a countable, finite number of elements (e.g., days of the week, $n(A) = 7$).
  • 2. Infinite Set: A set containing an endless number of elements (e.g., $\mathbb{N} = \{1, 2, 3, 4, \dots\}$).
  • 3. Empty / Null / Void Set ($\emptyset$ or $\{ \}$): A set containing zero elements (e.g., $\{x : x \in \mathbb{N} \text{ and } 2 < x < 3\} = \emptyset$). (Note: $\{0\}$ is NOT empty; it is a singleton set containing 0!).
  • 4. Singleton Set: A set containing exactly one element (e.g., $\{0\}, \{5\}$).
  • 5. Universal Set ($U$ or $\xi$): The overarching master set containing all objects under consideration for a specific problem.
B. Cardinality, Equivalent Sets vs Equal Sets:
  • Cardinal Number $n(A)$: The total number of distinct elements in a finite set $A$.
  • Equivalent Sets ($A \leftrightarrow B$): Two finite sets having the exact same number of elements: $n(A) = n(B)$. (e.g., $A = \{a, b, c\}$, $B = \{1, 2, 3\} \implies n(A) = n(B) = 3$).
  • Equal Sets ($A = B$): Two sets containing the exact same identical elements, regardless of order. ($A = B \implies A \leftrightarrow B$, but equivalent sets are not necessarily equal!).
C. Subsets ($A \subseteq B$) & Power Sets:
  • $A$ is a subset of $B$ ($A \subseteq B$) if every element of $A$ is also an element of $B$.
  • Proper Subset ($A \subset B$): $A \subseteq B$ and $A \neq B$ (i.e., $B$ contains at least one element not in $A$).
  • Two Universal Subset Axioms:
    1. The Empty Set is a subset of every set: $\emptyset \subseteq A$.
    2. Every set is a subset of itself: $A \subseteq A$.
  • Total Subsets Formula: A set with $n$ elements has $2^n$ subsets and $2^n - 1$ proper subsets.

3. Set Operations: Union, Intersection, Difference & Complement

Set Operations

For any two sets $A$ and $B$ within universal set $U$:

1. Union of Sets ($A \cup B$):

The set of all elements that belong to $A$, or to $B$, or to both:

$$A \cup B = \{x : x \in A \text{ or } x \in B\}$$

Example: $\{1, 2, 3\} \cup \{3, 4, 5\} = \{1, 2, 3, 4, 5\}$.

2. Intersection of Sets ($A \cap B$):

The set of elements common to both $A$ and $B$:

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

Example: $\{1, 2, 3\} \cap \{3, 4, 5\} = \{3\}$. If $A \cap B = \emptyset$, the sets are called Disjoint Sets.

3. Difference of Sets ($A - B$):

The set of elements that belong to $A$ but do NOT belong to $B$:

$$A - B = \{x : x \in A \text{ and } x \notin B\}$$

Example: $\{1, 2, 3, 4\} - \{3, 4, 5\} = \{1, 2\}$. (Note: $A - B \neq B - A$).

4. Complement of a Set ($A'$ or $A^c$):

The set of all elements in the universal set $U$ that do not belong to $A$:

$$A' = U - A = \{x : x \in U \text{ and } x \notin A\}$$

4. Venn Diagrams & The Fundamental Cardinality Principle

Venn Diagrams
A. Venn Diagrams (John Venn):
  • The Universal Set ($U$) is represented by a large Rectangle.
  • Subsets ($A, B$) are represented by enclosed circles drawn inside the rectangle. Overlapping areas represent the intersection $A \cap B$.
B. The Cardinality Addition Theorem:

For any two finite sets $A$ and $B$:

$$n(A \cup B) = n(A) + n(B) - n(A \cap B)$$

Why subtract $n(A \cap B)$? Because elements in the common intersection are counted twice—once in $n(A)$ and once in $n(B)$. Subtracting the intersection prevents double counting!

If $A$ and $B$ are disjoint sets ($A \cap B = \emptyset$), then:

$$n(A \cup B) = n(A) + n(B)$$

Key Formulas, Identities & Theorems

Total Number of Subsets
$$|\mathcal{P}(A)| = 2^n \quad (\text{Proper Subsets: } 2^n - 1)$$
A set with n elements has 2^n subsets.
Venn Cardinality Addition Principle
$$n(A \cup B) = n(A) + n(B) - n(A \cap B)$$
Prevents double-counting the common intersection.

Venn Diagrams: Union, Intersection, Difference & Complement

Venn Diagrams: Set Operations & Visual Logic 1. UNION (A ∪ B) A B All elements in A OR B 2. INTERSECTION (A ∩ B) A B Elements in BOTH A AND B 3. DIFFERENCE (A - B) A B In A but NOT in B 4. COMPLEMENT (A') A Outside A in Universal U FUNDAMENTAL SET THEOREMS & PROPERTIES • Principle of Inclusion-Exclusion: n(A ∪ B) = n(A) + n(B) - n(A ∩ B) If disjoint (A ∩ B = ∅) ⇒ n(A ∪ B) = n(A) + n(B) • Subsets of a Finite Set: Total Subsets = 2n • Proper Subsets = 2n - 1 ∅ (empty set) is a subset of EVERY set; A ⊆ A • Equivalent (n(A)=n(B)) vs Equal (identical elements)

Chapter Summary & 10 Key Takeaways

Takeaway 1
A set is a well-defined collection of distinct objects; collections based on subjective opinions are not sets.
Takeaway 2
Sets are represented via Description Method, Roster/Tabular Form {a, b, c}, or Set-Builder Form {x : P(x)}.
Takeaway 3
An Empty Set (null/void, denoted by $\emptyset$ or {}) has zero elements; {0} is NOT empty.
Takeaway 4
Cardinal number $n(A)$ is the count of distinct elements in a finite set.
Takeaway 5
Equivalent sets have equal cardinality ($n(A) = n(B)$); Equal sets have identical elements ($A = B$).
Takeaway 6
A set with $n$ elements has $2^n$ total subsets and $2^n - 1$ proper subsets.
Takeaway 7
The Empty Set $\emptyset$ is a subset of every set, and every set is a subset of itself.
Takeaway 8
Union ($A \cup B$) combines all elements; Intersection ($A \cap B$) extracts common elements.
Takeaway 9
Difference ($A - B$) consists of elements in $A$ that are not in $B$; Complement ($A' = U - A$).
Takeaway 10
The Cardinality Addition Theorem: $n(A \cup B) = n(A) + n(B) - n(A \cap B)$.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Which of the following collections are well-defined mathematical sets? Give reasons:
(a) The collection of all prime numbers between 10 and 30.
(b) The collection of all honest politicians in India.
(c) The collection of all students in your class who scored more than 90% in mathematics.
Reveal Answer & Explanation
Answer:

• (a) IS a Set: Well-defined, because any person can definitively check whether a number is prime and lies between 10 and 30 ($\text{Set} = \{11, 13, 17, 19, 23, 29\}$).
• (b) NOT a Set: "Honest" is a vague, subjective moral quality with no universal, objective mathematical definition. People will disagree on who is honest.
• (c) IS a Set: Well-defined, because exam marks are an objective, recorded factual record. An individual either scored $> 90\%$ or did not.


A set must be universally verifiable; subjective qualities like "honest" or "best" are not sets.
2
Write the set $P = \{x : x = 2n + 1, n \in \mathbb{W}, x < 12\}$ in Roster Form. State its cardinality $n(P)$.
Reveal Answer & Explanation
Answer:

Step 1: Whole numbers are $\mathbb{W} = \{0, 1, 2, 3, 4, 5, \dots\}$.
Substitute $n = 0, 1, 2, 3, 4, 5$ into $x = 2n + 1$ such that $x < 12$:
For $n = 0 \implies x = 2(0) + 1 = 1$
For $n = 1 \implies x = 2(1) + 1 = 3$
For $n = 2 \implies x = 2(2) + 1 = 5$
For $n = 3 \implies x = 2(3) + 1 = 7$
For $n = 4 \implies x = 2(4) + 1 = 9$
For $n = 5 \implies x = 2(5) + 1 = 11$
(For $n = 6 \implies x = 13 \ge 12$, stop).
• Roster Form: $\mathbf{P = \{1, 3, 5, 7, 9, 11\}}$.
• Cardinality: Total number of distinct elements is $n(P) = 6$.


Generate odd numbers using $x = 2n+1$ starting from $n=0$: $1, 3, 5, 7, 9, 11$. Count elements for $n(P)$.
3
Write all the subsets of the set $S = \{a, b, c\}$. How many subsets and proper subsets does it have?
Reveal Answer & Explanation
Answer:

The set has $n = 3$ elements.
• Total Subsets Formula: $2^n = 2^3 = \mathbf{8 \text{ subsets}}$.
• Listing all 8 Subsets:
1. Empty set: $\emptyset$
2. Single-element subsets (Singletons): $\{a\}, \{b\}, \{c\}$
3. Two-element subsets: $\{a, b\}, \{b, c\}, \{a, c\}$
4. The set itself: $\{a, b, c\}$
• Proper Subsets: All subsets except the set itself: $2^n - 1 = 8 - 1 = \mathbf{7 \text{ proper subsets}}$.


Subsets include the empty set $\emptyset$, singletons, pairs, and the set itself ($2^3 = 8$).
4
Given Universal Set $U = \{x : x \in \mathbb{N}, x \le 10\}$, $A = \{2, 4, 6, 8, 10\}$, and $B = \{4, 5, 6, 7, 8\}$, find:
(a) $A \cup B$, (b) $A \cap B$, (c) $A - B$, (d) $A'$.
Reveal Answer & Explanation
Answer:

Universal Set $U = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$
• (a) Union ($A \cup B$): Combine all elements without duplication:

$$A \cup B = \mathbf{\{2, 4, 5, 6, 7, 8, 10\}}$$


• (b) Intersection ($A \cap B$): Common elements in both $A$ and $B$:

$$A \cap B = \mathbf{\{4, 6, 8\}}$$


• (c) Difference ($A - B$): Elements belonging to $A$ but not $B$:

$$A - B = \mathbf{\{2, 10\}}$$


• (d) Complement ($A' = U - A$): Elements in $U$ not in $A$:

$$A' = \mathbf{\{1, 3, 5, 7, 9\}}$$

.


Union combines all terms; Intersection picks common terms ($4,6,8$); Difference removes $B$'s terms from $A$.
5
In a class of 50 students, 30 play cricket, 25 play football, and 10 play both sports. Using the cardinality formula, find how many students play either cricket or football. How many play neither?
Reveal Answer & Explanation
Answer: Let $C = \text{Cricket}$ and $F = \text{Football}$.
Total students $n(U) = 50$, $n(C) = 30$, $n(F) = 25$, $n(C \cap F) = 10$.
Step 1: Students who play either cricket or football ($n(C \cup F)$):
$$n(C \cup F) = n(C) + n(F) - n(C \cap F)$$
$$= 30 + 25 - 10 = 55 - 10 = \mathbf{45 \text{ students}}$$.
Step 2: Students who play neither sport ($n(C \cup F)'$):
$$n(U) - n(C \cup F) = 50 - 45 = \mathbf{5 \text{ students}}$$.
Apply $n(C \cup F) = 30 + 25 - 10 = 45$. Neither is $50 - 45 = 5$.
6
Differentiate between "Equal Sets" and "Equivalent Sets" with clear mathematical examples.
Reveal Answer & Explanation
Answer:

• Equivalent Sets ($A \leftrightarrow B$): Two finite sets that have the exact same number of elements (same cardinality): $n(A) = n(B)$. The elements themselves do NOT need to match.
Example: $A = \{p, q, r\}$ and $B = \{10, 20, 30\}$. Since $n(A) = 3$ and $n(B) = 3$, $A$ and $B$ are equivalent.
• Equal Sets ($A = B$): Two sets that contain the exact same identical elements, regardless of the order of presentation.
Example: $X = \{1, 3, 5\}$ and $Y = \{5, 1, 3\}$. Here $X = Y$.
(Key Rule: All equal sets are equivalent, but not all equivalent sets are equal!).


Equivalent means same count of elements ($n(A)=n(B)$); Equal means identical elements ($A=B$).
7
Are the sets $X = \{x : x \text{ is a letter in the word "LITTLE"}\}$ and $Y = \{y : y \text{ is a letter in the word "TITLE"}\}$ equal? Explain.
Reveal Answer & Explanation
Answer:

Step 1: Write both sets in Roster Form by eliminating duplicate letters:
Letters in "LITTLE": L, I, T, E $\implies X = \{L, I, T, E\}$
Letters in "TITLE": T, I, L, E $\implies Y = \{T, I, L, E\}$
Step 2: Check elements:
Every element of $X$ ($L, I, T, E$) is in $Y$, and every element of $Y$ is in $X$.
Therefore, $X = Y$ (The sets are EQUAL).


Remove duplicate letters from both words. Both yield $\{L, I, T, E\}$, so they are equal.
8
What is an "Empty Set"? Explain why $\{0\}$ and $\{\emptyset\}$ are NOT empty sets.
Reveal Answer & Explanation
Answer:

• Empty Set (Null/Void Set, denoted by $\emptyset$ or $\{ \}$): A set containing zero elements ($n(\emptyset) = 0$).
• Why $\{0\}$ is NOT Empty: $\{0\}$ is a Singleton Set containing one single element: the integer $0$. Its cardinality is $n(\{0\}) = 1 \neq 0$.
• Why $\{\emptyset\}$ is NOT Empty: $\{\emptyset\}$ is a Singleton Set containing one element: the empty set itself. Its cardinality is $n(\{\emptyset\}) = 1$.


The empty set has zero elements; $\{0\}$ and $\{\emptyset\}$ are singleton sets containing 1 element each.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.