infinite sets
Cardinal Arithmetic
You should know: cardinality, ordinal numbers
Overview
Cardinal arithmetic defines addition, multiplication, and exponentiation on cardinal numbers — the sizes of sets, including infinite ones — via operations on disjoint unions, Cartesian products, and function sets. For finite cardinals these operations reduce to ordinary arithmetic, but for infinite cardinals the rules become strikingly different: adding or multiplying two infinite cardinals (assuming choice) simply returns the LARGER of the two, so ℵ₀+ℵ₀ = ℵ₀ and ℵ₀·ℵ₀ = ℵ₀, collapsing operations that would blow up in the finite world. Exponentiation is the one operation that still grows: Cantor's theorem guarantees 2^κ > κ for every cardinal κ, which is exactly why the reals (of cardinality 2^{ℵ₀}) form a strictly larger infinity than the naturals. This 'flattening' of addition/multiplication alongside genuine growth under exponentiation is the central, counterintuitive fact that makes infinite cardinal arithmetic behave so differently from arithmetic on finite numbers.
Intuition
With finite numbers, adding, multiplying, and exponentiating all make numbers bigger (for numbers > 1). With infinite cardinals, addition and multiplication essentially stall: combining two infinite collections, or pairing up every element of one with every element of another, doesn't actually get you MORE infinity than you started with — it's still just the size of the larger piece. Think of ℵ₀·ℵ₀: you might expect an infinite grid (ℕ×ℕ) to be 'more infinite' than a single row, but Cantor's classic zig-zag enumeration snakes through the whole grid hitting every cell exactly once, proving the grid is still only countably infinite. Exponentiation is different in kind: 2^κ counts all SUBSETS of a κ-sized set (via characteristic functions), and Cantor's diagonal argument shows you can never list all of them using only κ many labels — so exponentiation is the one operation that reliably manufactures a strictly bigger infinity every time.
Formal Definition
For cardinals κ = |A| and λ = |B| (with A, B disjoint where needed), define κ+λ = |A ⊔ B| (disjoint union), κ·λ = |A × B| (Cartesian product), and κ^λ = |A^B| (the set of functions from B to A). For infinite cardinals, the Absorption Law (provable from AC via well-ordering) states that if κ and λ are cardinals with at least one infinite and κ ≥ λ > 0, then κ+λ = κ·λ = κ. Cantor's theorem gives strict growth under exponentiation: κ < 2^κ for every cardinal κ, infinite or finite.
Derivation
Cantor's pairing argument: showing ℵ₀ · ℵ₀ = ℵ₀ by explicitly enumerating ℕ × ℕ.
Set up the grid to be counted
Each diagonal m+n=k contains exactly k+1 pairs — a finite batch
The Cantor pairing function: an explicit bijection ℕ×ℕ → ℕ
Since a bijection exists, the product has the same cardinality as ℕ itself
Properties
Absorption for addition
Absorption for multiplication
Cantor's theorem
Continuum cardinality
Monotonicity
Applications
Worked Examples
Take two disjoint copies of ℕ, say A = {a₀,a₁,...} and B = {b₀,b₁,...}; we want a bijection from A⊔B to ℕ.
Send even naturals to A's elements and odd naturals to B's elements: f(2n)=aₙ, f(2n+1)=bₙ. Every element of A⊔B is hit exactly once.
f is a bijection ℕ → A⊔B, so |A⊔B| = ℵ₀.
Answer: ℵ₀ + ℵ₀ = ℵ₀ — the union of two countably infinite disjoint sets is still only countably infinite.
Practice Problems
What is ℵ₀ · 7 (seven disjoint copies of a countably infinite set, combined)?
Which of the following equals ℵ₀?
Explain why 'ℵ₀^{ℵ₀}' (functions ℕ→ℕ) equals 2^{ℵ₀} rather than something strictly larger, even though both the base and the exponent are infinite.
Common Mistakes
Assuming ℵ₀+ℵ₀ or ℵ₀·ℵ₀ should be 'bigger than ℵ₀,' by analogy with finite arithmetic.
For infinite cardinals, addition and multiplication of two cardinals (at least one infinite) just return the larger cardinal — the absorption law. ℵ₀+ℵ₀=ℵ₀ and ℵ₀·ℵ₀=ℵ₀; only exponentiation (2^κ) reliably increases cardinality (Cantor's theorem).
Believing 2^{ℵ₀} must equal ℵ₁ (the very next cardinal after ℵ₀).
Cantor's theorem only guarantees 2^{ℵ₀} > ℵ₀, not that it equals the immediate successor ℵ₁ — that additional claim is exactly the (independent, unprovable-from-ZFC) Continuum Hypothesis.
Quiz
Summary
- Cardinal arithmetic defines κ+λ, κ·λ, κ^λ via disjoint unions, products, and function sets.
- Absorption law: for infinite cardinals, κ+λ=κ·λ= the larger of κ,λ — addition and multiplication 'flatten.'
- ℵ₀+ℵ₀=ℵ₀ and ℵ₀·ℵ₀=ℵ₀, provable via explicit bijections (e.g. Cantor's pairing function).
- Cantor's theorem: κ<2^κ always — exponentiation is the operation that genuinely grows cardinality.
- 2^{ℵ₀} equals the cardinality of the continuum; whether it equals ℵ₁ exactly is the independent Continuum Hypothesis.
References
- WebsiteWikipedia — Cardinal number
- BookJech, T. Set Theory, 3rd ed., Ch. 3.
Mathematics