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

Axiom of Union

College Depth 74 in the knowledge graph I know this Set as goal
4topics build on this
342prerequisites beneath it
See this on the map →
ZFC Axioms OverviewAxiom Schema of Separation+1 moreAxiom of Extensionality
union axiom ZFC set construction

Core Idea

The axiom of union states that for any set X, there exists a set ∪X whose members are exactly the elements of the elements of X: ∪X = {y : ∃z ∈ X, y ∈ z}. Applied to {A, B}, it yields the familiar A ∪ B. The axiom is essential for flattening nested set structures — it peels away one layer of braces. Combined with pairing (to form {A, B}) and separation (to carve out intersections and differences), it provides the full suite of Boolean set operations within ZFC.

How It's Best Learned

Compute ∪X by hand for small examples: ∪{{1,2},{2,3}} = {1,2,3}, ∪{∅} = ∅, ∪∅ = ∅. Then verify that binary union A ∪ B = ∪{A, B} by tracing the definition. Practice distinguishing ∪X (the union axiom applied to a set of sets) from A ∪ B (the binary operation derived from it). Work through why arbitrary unions require an axiom rather than following from separation alone.

Common Misconceptions

Explainer

You already know from the ZFC axioms that sets cannot be assumed to exist — they must be constructed. The Axiom of Union is the mechanism that lets you flatten nested structures. If X is a set of sets, ∪X collects everything that is a member of any member of X. Think of it as peeling away one layer of braces: {{1,2},{2,3}} becomes {1,2,3}. The axiom does not combine two sets — it takes a single family of sets and pools their contents. This is the key shift from intuitive thinking, where "union" usually sounds like a two-argument operation.

The most important derived operation is binary union. Given sets A and B, you first use the Axiom of Pairing (which you know from ZFC) to construct the set {A, B}, and then you apply the Union Axiom to get ∪{A, B} = A ∪ B. So the familiar A ∪ B is not primitive — it requires two axioms working together. This pattern (pairing then unioning) is a core construction technique in set theory and reappears constantly when building ordered pairs, Cartesian products, and relations.

Why can't you derive arbitrary unions from the Axiom of Separation alone? Separation can only carve out a *subset* of an already-existing set using a predicate. It is inherently restrictive — it makes sets smaller. Union is expansive — it produces sets whose members may have come from many different sources. Without the Union Axiom, you could not guarantee that ∪X exists unless it happened to already be a subset of something you had. This shows why ZFC needs both: Separation to cut down, Union to build up.

The edge cases sharpen intuition. ∪∅ = ∅ because no element y satisfies "y is a member of some member of ∅" — there are no members of ∅ to witness such a y. And ∪{∅} = ∅ because the only member of {∅} is ∅, which contains nothing. Contrast that with ∪{{∅}} = {∅}: flattening {{∅}} gives you the set whose sole member is ∅. Tracking these carefully trains you to reason precisely about what "one level of nesting" means, which becomes essential once you encounter ordinals, where sets of sets of sets appear routinely.

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 of PairingAxiom of Union

Longest path: 75 steps · 342 total prerequisite topics

Prerequisites (3)

Leads To (1)