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.
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.
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.