Set Theory
Set Theory
own right. Here, ”well-defined” means that there is a clear criterion that determines whether
any given object belongs to the set or not.
The objects that make up a set are called the elements or members of the set. If x is an
element of the set S , we write x ∈ S . If x is not an element of S , we write x ∉ S .
1. Extensionality: Two sets are equal if and only if they have the same elements.
A = B ⟺ ∀x(x ∈ A ⟺ x ∈ B)
{a, b, c} = {b, a, c}
{a, a, b} = {a, b}
Cardinality
The cardinality of a set S , denoted |S|, is a measure of the “number of elements” in the set.
Two sets A and B have the same cardinality if there exists a Bijection (one-to-one and onto
function) between them.
Continuum (c): The cardinality of the set of real numbers R is denoted by c. The
continuum hypothesis explores the relationship between ℵ and c, positing that
0
Is Q bigger than Z?
Z and N: The set of integers Z is countably infinite, which means there is a bijection between
Z and N. An example of such bijection is:
2n if n ≥ 0
f (n) = {
−2n − 1 if n < 0
Q and N: The set of rational numbers Q is also countably infinite. A common way to see this
is by listing the rational numbers in a way that covers all of them (like a grid of fractions p
with p, q ∈ Z and q ≠ 0), and then mapping them to N using a systematic process (such as
the diagonal argument).
Therefore, Q and Z both have the same cardinality, ℵ . Thus, Q is not bigger than Z; they
0
Is R bigger than Q?
R and N: The set of real numbers R is uncountably infinite. This means there is no
bijection between R and N. Cantor's diagonal argument shows that the set of real
numbers cannot be listed in a sequence that includes every real number.
Q and N: As previously stated, Q is countably infinite, meaning there is a bijection
between Q and N.
Subsets
A set B is a subset of a set A, denoted B ⊆ A, if every element of B is also an element of A.
Formally:
∀x (x ∈ B ⟹ x ∈ A)
Note
A set can be a subset of itself. Formally, for any set A, it is true that A ⊆ A. This is
because every element of A is also an element of A, which satisfies the definition of a
subset.
Empty Set: The empty set ∅, a set with no elements, is a subset of every set. By the
definition of a subset, for any set A, every element of the empty set ∅ is also an element of A
, simply because the empty set has no elements.
Power Set: The power set of a set A is the set of all subsets of A, denoted by P(A). The
power set always includes A and the empty set ∅.
Cardinality of Power Set: If A has n elements, then P(A) has 2 elements, including the
n