Cardinality

by aoum, Mar 17, 2025, 11:20 PM

Cardinality: Measuring the Size of Sets

In mathematics, cardinality is a measure of the size or number of elements in a set. It provides a way to compare sets, including finite, infinite, and even "infinitely large" sets. Cardinality is a fundamental concept in set theory, which is the basis for much of modern mathematics.

1. Cardinality of Finite Sets

If a set has a finite number of elements, its cardinality is simply the count of those elements. For a finite set $A$, we denote its cardinality by $|A|$.

For example:

\[
A = \{1, 2, 3, 4\} \implies |A| = 4
\]
If two finite sets $A$ and $B$ have the same cardinality, there exists a bijection (a one-to-one correspondence) between them. For example, the sets:

\[
A = \{a, b, c\}, \quad B = \{1, 2, 3\}
\]
have the same cardinality because we can pair their elements:

\[
a \leftrightarrow 1, \quad b \leftrightarrow 2, \quad c \leftrightarrow 3.
\]
2. Cardinality of Infinite Sets

Infinite sets are more subtle to compare. Georg Cantor introduced the idea that not all infinities are the same size. To compare the cardinalities of infinite sets, we check whether a bijection exists between them.

Two sets have the same cardinality if and only if there is a bijection between them.

3. Countably Infinite Sets

A set is countably infinite if its elements can be put in one-to-one correspondence with the natural numbers $\mathbb{N} = \{1, 2, 3, \dots\}$. Such sets have cardinality $\aleph_0$ (aleph-null), the smallest infinite cardinal.

Examples of countably infinite sets:
  • The natural numbers: $\mathbb{N} = \{1, 2, 3, \dots\}$
  • The integers: $\mathbb{Z} = \{\dots, -2, -1, 0, 1, 2, \dots\}$
  • The rational numbers: $\mathbb{Q} = \left\{ \frac{p}{q} : p \in \mathbb{Z}, q \in \mathbb{N} \right\}$

Proof that $\mathbb{Z}$ is countable:

We can list the integers in a sequence:

\[
0, 1, -1, 2, -2, 3, -3, \dots
\]
This establishes a bijection with $\mathbb{N}$:

\[
f(n) = \begin{cases} 
\frac{n}{2}, & \text{if $n$ is even} \\ 
-\frac{n-1}{2}, & \text{if $n$ is odd}.
\end{cases}
\]
4. Uncountably Infinite Sets

A set is uncountably infinite if it is larger than $\aleph_0$that is, it cannot be placed in bijection with $\mathbb{N}$. Such sets have cardinality $\mathfrak{c}$ (the cardinality of the continuum).

The most famous example of an uncountably infinite set is the real numbers $\mathbb{R}$.

Cantor’s Diagonal Argument:

To prove that $\mathbb{R}$ is uncountable, Cantor showed that no bijection exists between $\mathbb{N}$ and $\mathbb{R}$. The idea is to assume we have a list of all real numbers in $[0, 1)$:

\[
x_1 = 0.a_{11} a_{12} a_{13} \dots, \quad x_2 = 0.a_{21} a_{22} a_{23} \dots, \quad \dots
\]
By constructing a new number that differs from each $x_i$ in at least one decimal place, we create a real number not on the list, contradicting the assumption.

Thus, $|\mathbb{R}| > |\mathbb{N}|$, meaning $\mathbb{R}$ is uncountably infinite.

5. Comparing Cardinalities

For any two sets $A$ and $B$, we can compare their sizes:
  • If $|A| = |B|$, there is a bijection between $A$ and $B$.
  • If $|A| \leq |B|$, there is an injection (one-to-one map) from $A$ to $B$.
  • If $|A| < |B|$, there is an injection but no bijection from $A$ to $B$.

Cantor's Theorem:

For any set $S$, the power set $\mathcal{P}(S)$ (the set of all subsets of $S$) has strictly greater cardinality:

\[
|\mathcal{P}(S)| > |S|.
\]
For example, $|\mathcal{P}(\mathbb{N})| = \mathfrak{c}$, the cardinality of the continuum.

6. Cardinal Arithmetic

Cardinal numbers follow special arithmetic rules:
  • $\aleph_0 + \aleph_0 = \aleph_0$
  • $\aleph_0 \times \aleph_0 = \aleph_0$
  • $\aleph_0^{\aleph_0} = \mathfrak{c}$
  • $2^{\aleph_0} = \mathfrak{c}$

7. Continuum Hypothesis (CH)

The Continuum Hypothesis states:

\[
\text{"There is no set whose cardinality is strictly between } \aleph_0 \text{ and } \mathfrak{c}." 
\]
In other words, the smallest uncountable cardinal is the cardinality of the real numbers:

\[
2^{\aleph_0} = \aleph_1.
\]
Kurt Gödel and Paul Cohen showed that the Continuum Hypothesis is independent of the standard axioms of set theory (ZFC), meaning it can neither be proved nor disproved.

8. Examples of Different Cardinalities
  • Finite sets: $|\{a, b, c\}| = 3$
  • Countably infinite: $|\mathbb{N}| = \aleph_0$
  • Uncountably infinite: $|\mathbb{R}| = \mathfrak{c} = 2^{\aleph_0}$
  • Power sets: $|\mathcal{P}(\mathbb{N})| = \mathfrak{c}$

9. Summary

Cardinality provides a rigorous way to compare the sizes of sets:
  • Finite sets have a natural cardinality (a non-negative integer).
  • Infinite sets are either countably infinite ($\aleph_0$) or uncountably infinite ($\mathfrak{c}$ and beyond).
  • Cantor's theorem shows that there are infinitely many sizes of infinity.
  • The Continuum Hypothesis remains unresolved within standard mathematics.

References

Comment

0 Comments

Fun with Math!

avatar

aoum
Archives
+ March 2025
Shouts
Submit
  • The first few posts for April are out!

    by aoum, 5 hours ago

  • Sure! I understand that it would be quite a bit to take in.

    by aoum, Yesterday at 11:08 PM

  • No, but it is a lot to take in. Also, could you do the Gamma Function next?

    by HacheB2031, Yesterday at 3:04 AM

  • Am I going too fast? Would you like me to slow down?

    by aoum, Monday at 11:34 PM

  • Seriously, how do you make these so fast???

    by HacheB2031, Monday at 6:45 AM

  • I am now able to make clickable images in my posts! :)

    by aoum, Mar 29, 2025, 10:42 PM

  • Am I doing enough? Are you all expecting more from me?

    by aoum, Mar 29, 2025, 12:31 AM

  • That's all right.

    by aoum, Mar 28, 2025, 10:46 PM

  • sorry i couldn't contribute, was working on my own blog and was sick, i'll try to contribute more

    by HacheB2031, Mar 28, 2025, 2:41 AM

  • Nice blog!
    I found it through blogroll.

    by yaxuan, Mar 26, 2025, 5:26 AM

  • How are you guys finding my blog?

    by aoum, Mar 24, 2025, 4:50 PM

  • insanely high quality!

    by clarkculus, Mar 24, 2025, 3:20 AM

  • Thanks! Happy to hear that!

    by aoum, Mar 23, 2025, 7:26 PM

  • They look really nice!

    by kamuii, Mar 23, 2025, 1:50 AM

  • I've embedded images and videos in my posts now. How do they look? (Please refrain from using my code. :noo:)

    by aoum, Mar 20, 2025, 8:58 PM

48 shouts
Contributors
Tags
Problem of the Day
Fractals
geometry
poll
Collatz Conjecture
Millennium Prize Problems
pi
Riemann Hypothesis
Sir Issac Newton
AMC
Chudnovsky Algorithm
Factorials
Gauss-Legendre Algorithm
Goldbach Conjecture
infinity
Koch snowflake
MAA
Mandelbrot Set
Mastering AMC 1012
MATHCOUNTS
Matroids
Nilakantha Series
P vs NP Problem
Algorithmic Applications
AMC 10
AMC 8
angle bisector theorem
Angle trisection
Applications in Various Fields
Arc Sine Formula
Archimedes Method
Banach-Tarski Paradox
Basel Problem
Basic Reproduction Number
Bayes Theorem
Bernoulli numbers
Bertrand s Box Paradox
binomial theorem
buffon s needle
calculus
Cantor s Infinite Sets
cardinality
catalan numbers
Circumference
Coin Rotation Paradox
computer science
conditional probability
conic sections
Conjectures
Cyclic Numbers
Different Sizes of Infinity
Diseases
Double Factorials
Drake Equation
epidemiology
Euler s Formula for Polyhedra
Euler s Identity
Euler s totient function
Euler-Lagrange Equation
Exponents
Fermat s Factoring Method
fermat s last theorem
Fibonacci sequence
finite
four color theorem
Fractals and Chaos Theory
free books
Gamma function
Golden Ratio
graph theory
gravity
Greedoids
Gregory-Liebniz Series
Hailstone Problem
Heron s Formula
Hilbert s Hotel
Hodge Conjecture
Inclusion-exclusion
infinite
Irrational numbers
Law of Force and Acceleration
Leibniz Formula
logarithms
Mastering AMC 8
Menger Sponge
Minkowskis Theorem
modular arithmetic
Multinomial Theorem
Multiples of 24
National Science Bowl
Newton s First Law of Motion
Newton s Second Law of Motion
Newton s Third Law of Motion
P-adic Analysis
Parabolas
Paradox
paradoxes
Penrose Tilings
pie
prime numbers
probability
Pythagorean Theorem
Python
Ramsey s Theorem
Ramsey Theory
Reproduction Rate of Diseases
Sequences
Sets
Sierpinski Triangle
Simon s Factoring Trick
The Birthday Problem
The Book of Formulas
The HalesJewett Theorem
The Law of Action and Reaction
The Law of Inertia
Topological Insights
triangle inequality
trigonometry
twin prime conjecture
Van der Waerdens Theorem
venn diagram
Wallis Product
Zeno s Paradoxes
About Owner
  • Posts: 0
  • Joined: Nov 2, 2024
Blog Stats
  • Blog created: Mar 1, 2025
  • Total entries: 74
  • Total visits: 583
  • Total comments: 25
Search Blog
a