Set theory was conceived in the late 19th century by the German mathematician Georg Cantor (1845–1918) while investigating trigonometric series and the mathematical continuum. Today, it serves as the universal foundational language in which all of modern mathematics is formulated.
A set is a well-defined collection of distinct mathematical objects. The objects belonging to a set are called its elements or members.
- Valid Sets: "The collection of all vowels in the English alphabet" — well-defined, since {a, e, i, o, u} is unambiguous. "The collection of all prime numbers less than 20" — well-defined ({2, 3, 5, 7, 11, 13, 17, 19}).
- Invalid Collections (Not Sets): "The collection of the five best cricketers in India" — not well-defined, because the descriptor "best" is subjective and varies from person to person. "The collection of difficult chapters in Class 11 Math" — not a set.
Sets are conventionally denoted by uppercase English letters ($A, B, C, X, Y, Z$), while their elements are denoted by lowercase letters ($a, b, c, x, y, z$), numbers, or mathematical symbols.
- If $x$ is an element of set $A$, we write $x \in A$ (read as "$x$ belongs to $A$" or "$x$ is an element of $A$").
- If $x$ is not an element of set $A$, we write $x \notin A$ (read as "$x$ does not belong to $A$").
There are two principal methods used to describe or specify a set:
| Method | Description & Rules | Standard Examples |
|---|---|---|
| 1. Roster or Tabular Method | All elements of the set are listed explicitly, separated by commas, and enclosed within curly braces $\{ \}$.
Rule 1: The order of elements is irrelevant: $\{1, 2, 3\} = \{3, 1, 2\}$. Rule 2: Elements are not repeated: the set of letters in "MATHEMATICS" is $\{M, A, T, H, E, I, C, S\}$. |
$V = \{a, e, i, o, u\}$ $P = \{2, 3, 5, 7, 11\}$ $E = \{2, 4, 6, 8, \dots\}$ (infinite) |
| 2. Set-Builder or Rule Method | Instead of listing elements, a characterizing property $P(x)$ possessed by all and only the elements of the set is stated.
General format: $A = \{x : P(x)\}$ or $A = \{x \mid P(x)\}$, read as: "the set of all $x$ such that $x$ satisfies property $P(x)$". |
$V = \{x : x \text{ is a vowel in English}\}$ $S = \{x \in \mathbb{N} : x^2 - 5x + 6 = 0\}$ $A = \{x : x = 2n, n \in \mathbb{N}\}$ |
The following symbols are globally standardized in mathematics:
- $\mathbb{N} = \{1, 2, 3, 4, \dots\}$ : Set of all natural numbers (positive integers).
- $\mathbb{W} = \{0, 1, 2, 3, \dots\}$ : Set of all whole numbers.
- $\mathbb{Z}$ or $\mathbb{I} = \{\dots, -3, -2, -1, 0, 1, 2, 3, \dots\}$ : Set of all integers.
- $\mathbb{Z}^+$ or $\mathbb{N}$ : Set of all positive integers; $\mathbb{Z}^-$ : Set of all negative integers.
- $\mathbb{Q} = \left\{\frac{p}{q} : p, q \in \mathbb{Z}, q \neq 0, \gcd(p, q) = 1\right\}$ : Set of all rational numbers.
- $\mathbb{R}$ : Set of all real numbers (rationals and irrationals combined).
- $\mathbb{C} = \{a + ib : a, b \in \mathbb{R}, i = \sqrt{-1}\}$ : Set of all complex numbers.