Class XI Mathematics  ·  NCERT Chapter 1  ·  Part I

Lecture Notes on Sets

Based on the NCERT Textbook for Class XI Mathematics

Prepared by Arnab Bhattacharjee
Dept. of Mathematics  ·  Pandit Deendayal Upadhyaya Adarsha Mahavidyalaya, Eraligool, Sribhumi, Assam
© 2026  ·  CC BY-NC 4.0
§ 1

Introduction

Historical Background

The theory of sets was developed by the German mathematician Georg Cantor (1845–1918). While working on Problems on Trigonometric Series, Cantor encountered collections of real numbers that behaved in fascinating ways, leading him to formalize the concept of a set.

Today, Set Theory is recognized as the foundational system of modern mathematics. Almost all mathematical concepts are defined in terms of sets.

Need for Sets

In everyday life, we constantly group objects: a flock of birds, a team of players, a deck of cards. In mathematics, we need a rigorous way to group abstract objects — numbers, points, functions — to study their collective properties. Sets provide the grammar and vocabulary for the language of mathematics.

Everyday Examples vs. Mathematical Motivation

Examples

Everyday: The collection of books in a library; students in your class.

Mathematical: The collection of prime numbers; solutions to $x^2 - 5x + 6 = 0$; points on a circle.


§ 2

Sets and Their Representations

Definition

A set is a well-defined collection of objects.

What does "well-defined" mean?

A collection is well-defined if, given any object, we can unambiguously determine whether it belongs or not.

✓ Set: Vowels in the English alphabet — everyone agrees it is exactly $\{a, e, i, o, u\}$.

✗ Not a set: Beautiful flowers — the term beautiful is subjective.


§ 3

Standard Number Sets

$\mathbb{N}$
Natural Numbers
$\{1, 2, 3, \dots\}$
$\mathbb{Z}$
Integers
$\{\dots,-2,-1,0,1,2,\dots\}$
$\mathbb{Q}$
Rational Numbers
$\left\{\dfrac{p}{q}\mid p,q\in\mathbb{Z},\,q\neq 0\right\}$
$\mathbb{R}$
Real Numbers
All points on the number line

§ 4

Representations of Sets

There are two primary ways to represent a set:

01

Roster (Tabular) Form

List all elements inside braces $\{\}$, separated by commas.

$\{a,\ e,\ i,\ o,\ u\}$
02

Set-Builder Form

State the common property all elements possess.

$\{x \mid P(x)\}$   or   $\{x : P(x)\}$

Read as: "The set of all $x$ such that $x$ satisfies property $P$."

Rules for Roster Form

  1. Order does not matter: $\{1,2,3\} = \{3,1,2\}$.
  2. Repetition is ignored: The set of letters in APPLE is $\{A, P, L, E\}$.

§ 5

Worked Examples

Ten sets described verbally, in roster form, and in set-builder form.

# Verbal Description Roster Form Set-Builder Form
1Vowels in the English alphabet$\{a,e,i,o,u\}$$\{x \mid x \text{ is a vowel in English}\}$
2Natural numbers less than 6$\{1,2,3,4,5\}$$\{x \mid x\in\mathbb{N},\ x<6\}$
3Solutions to $x^2=4$$\{-2,2\}$$\{x \mid x^2=4,\ x\in\mathbb{Z}\}$
4Prime numbers between 10 and 20$\{11,13,17,19\}$$\{p \mid p\text{ is prime},\ 10<p<20\}$
5Even natural numbers$\{2,4,6,8,\dots\}$$\{x \mid x=2n,\ n\in\mathbb{N}\}$
6Odd natural numbers less than 10$\{1,3,5,7,9\}$$\{x \mid x=2n-1,\ n\in\mathbb{N},\ n\le 5\}$
7Factors of 12$\{1,2,3,4,6,12\}$$\{x \mid x \in \mathbb{N},\ 12 \text{ is divisible by } x\}$
8Multiples of 5 greater than 0$\{5,10,15,20,\dots\}$$\{x \mid x=5n,\ n\in\mathbb{N}\}$
9Letters of the word SCHOOL$\{S,C,H,O,L\}$$\{x \mid x\text{ is a letter in SCHOOL}\}$
10Integers whose square is less than 10$\{-3,-2,-1,0,1,2,3\}$$\{x \mid x\in\mathbb{Z},\ x^2<10\}$

§ 6

Interactive Activity

Use the GeoGebra applet below to practise writing sets in set-builder form.

GeoGebra — Set-Builder Notation

If the applet does not load, open it on GeoGebra ↗


§ 7

Beyond the Syllabus: Russell's Paradox

† Beyond Syllabus

Russell's Paradox (1901)

In 1901, mathematician Bertrand Russell discovered a fundamental flaw in early Set Theory, which allowed any collection to be a set. He proposed:

R = { x | x ∉ x }

— the set of all sets that do not contain themselves.

Question: Does $R$ contain itself? Is $R \in R$?

  • If $R \in R$, then by its defining rule it must not contain itself — so $R \notin R$. Contradiction.
  • If $R \notin R$, then it satisfies the defining property of $R$ — so $R \in R$. Contradiction.

This paradox led to the development of rigorous axiomatic systems such as Zermelo–Fraenkel Set Theory.

Watch: Russell's Paradox Explained

Russell's Paradox — YouTube
Watch on YouTube ↗

§ 8

Check Your Understanding

Attempt the following before the next class.

Is the collection of all "clever students" in your class a set? Give a reason for your answer.

Write the set of all integers $x$ such that $-2 < x \leq 3$ in roster form.

Write the set $\{2, 4, 8, 16, 32\}$ in set-builder form.

Give an example of an infinite set in roster form.

Write the set $\{x \mid x \in \mathbb{Z},\ -3 \leq x \leq 3\}$ in roster form, and verify that $0$ is an element of this set.