A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Ordinal Addition and Multiplication

College Depth 81 in the knowledge graph I know this Set as goal
18topics build on this
404prerequisites beneath it
See this on the map →
Limit Ordinals and OmegaOrdinal Numbers and OrderOrdinal ArithmeticOrdinal Arithmetic, Multiplication, and Exponentiation
ordinals arithmetic order non-commutativity

Core Idea

Ordinal addition and multiplication are defined recursively on ordinal order. Unlike cardinal arithmetic, ordinal operations are not commutative: 1 + ω = ω but ω + 1 ≠ ω. Multiplication is defined via repeated addition, and both operations respect order: if α < β, then γ + α < γ + β.

How It's Best Learned

Compute concrete examples: 1 + ω (append one element at the end of ω), ω + 1 (place ω first, then one element), ω · 2 (two copies of ω in sequence), 2 · ω (infinite copies of the ordinal 2). Visualize as order types of specific sets.

Common Misconceptions

Explainer

Recall that ordinals represent order types — not just sizes, but the specific shape of how elements are arranged. The ordinal ω is the order type of the natural numbers: an endless sequence with a beginning but no end. ω + 1 is the order type of the natural numbers followed by one more element — still countably infinite in size, but with a different structure: now there is a last element. This is the key insight for ordinal arithmetic. Every operation must be interpreted in terms of how it rearranges the ordering, not merely how it changes the count.

Ordinal addition α + β means: take an ordered copy of α, then immediately after it, place an ordered copy of β. So 1 + ω places one element before the natural numbers. Since there is no last element in ω, that initial element gets absorbed — the resulting order type looks just like ω. But ω + 1 places the natural numbers first, then appends one element at the end. Now there is a greatest element. These two are genuinely different order types, which is why ordinal addition is not commutative: 1 + ω = ω, but ω + 1 ≠ ω.

Ordinal multiplication α · β means: take β many ordered copies of α, laid end to end. So ω · 2 is two copies of ω in sequence — still countable, but with a more complex structure: two "episodes" of endless counting. But 2 · ω is ω many copies of the ordinal 2 (the set {0, 1} ordered by size). That produces an endless sequence of pairs: (0,0), (1,0), (0,1), (1,1), (0,2), (1,2), … which is order-isomorphic to ω itself. So 2 · ω = ω, but ω · 2 ≠ ω — multiplication is also non-commutative, and the argument you already know from addition explains why.

The contrast with cardinal arithmetic is sharp. Cardinals care only about size: ℵ₀ + 1 = ℵ₀ and ℵ₀ · 2 = ℵ₀ in both orders. Ordinals care about structure. This makes ordinal arithmetic richer and more subtle — and it is exactly this structure-sensitivity that makes ordinals the right tool for transfinite induction and recursive definitions over well-ordered sets, which you will use next.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesBoolean AlgebraIntroduction to Propositional LogicIntroduction to Predicate Logic (First-Order Logic)First-Order Logic SyntaxZFC Axioms OverviewAxiom Schema of SeparationAxiom Schema of ReplacementVon Neumann OrdinalsHereditarily Finite SetsRecursive Definitions on Finite SetsWell-Founded Relations and Transfinite RecursionTransfinite InductionOrdinal Numbers and OrderOrdinal Addition and Multiplication

Longest path: 82 steps · 404 total prerequisite topics

Prerequisites (2)

Leads To (2)