In discrete mathematics, sets are classified based on the number of elements they contain. Three fundamental types are:
Understanding these categories is essential for analyzing set operations, relations, and functions.
An empty set is a set that contains no elements.
∅ or {}
x² + 1 = 0 (in real numbers)✔ These sets contain no elements.
It is a subset of every set:
∅ ⊆ A
Cardinality:
n(∅) = 0
A finite set is a set that contains a limited (countable) number of elements.
A = {1, 2, 3, 4}
{2, 4, 6}{a, b, c}{10, 20, 30, 40}If a set has n elements:
n(A) = n
Example:
A = {1, 2, 3} → n(A) = 3
An infinite set is a set that contains an unlimited number of elements.
N = {1, 2, 3, ...}
Natural numbers:
{1, 2, 3, ...}
Even numbers:
{2, 4, 6, 8, ...}
Integers:
{..., -2, -1, 0, 1, 2, ...}
| Feature | Finite Set | Infinite Set |
|---|---|---|
| Number of elements | Limited | Unlimited |
| Counting | Possible | Not fully possible |
| Representation | Complete listing possible | Uses “...” notation |
| Example | {1, 2, 3} |
{1, 2, 3, ...} |
∅): No elementsThese classifications help in understanding the structure and behavior of sets in discrete mathematics.