nLab
disjoint union

Context

Category theory

Limits and colimits

Disjoint unions

Idea

The disjoint union is a coproduct in Set, the category of sets.

In a general category coproducts need not have the expected disjointness property of those in Set. If they do they are called disjoint coproducts.

Definition

Given any family (A i) i:I of sets, the (external) disjoint union iA i (also written iA i, iA i, etc) of the family is the set of all (ordered) pairs (i,a) with i in the index set I and a in A i.

As stated, the second element of such a pair depends on the first element, which is natural in dependent type theory and certainly feasible in material set theory; but if you don’t like this, then define iA i to be the set of those elements x of the cartesian product i𝒫A i of the power sets such that there is exactly one index j such that x j is inhabited and that x j is a singleton. If you're trying to be predicative too, consider adopting the existence of disjoint unions as an axiom (the axiom of disjoint unions) in your foundations.

There is a natural injection A j iA i (mapping a to (j,a)) for each index j, and its common to treat A j as a subset of iA i. So if no confusion can result (in particular, when the notation for an elements of A j always makes the ambient set clear), one often suppresses the index in the notation for an element of the disjoint union.

Special cases

Given sets A and B, the disjoint union of the binary family (A,B) is written AB (also A+B, A⨿B, etc); its elements may be written (if care is needed) as (0,a) and (1,b), (1,a) and (2,b), ιa and κb, and in many other styles.

Given sets A 1 through A n, the disjoint union of the n-ary family (A 1,,A n) is written i=1 nA i (or similarly); its elements may be written (if care is needed) as (i,a) for 1in and aA i.

Given sets A 1, A 2, etc, the disjoint union of the countably infinitary family (A 1,A 2,) is written i=1 A i (or similarly); its elements may be written (if care is needed) as (i,a) for i a natural number and aA i.

Given a set A, the disjoint union of the unary family (A) may be identified with A itself; that is, we identify (i,a) for the unique index i with a.

The disjoint union of the empty family () is empty; it has no elements.

Internal version

(This is internal in the sense of ‘internal direct sum’, not internalization. For that, just see coproduct.)

If a family (A i) i:I of subsets of a given set X are all pairwise disjoint (that is, A iA j has an element only if i=j, for any indices i and j), then the union iA i is naturally bijective with the (external) disjoint union defined above. Conversely, given an external disjoint union iA i, each A j may be identified with a subset of iA i (as explained above); these subsets are all pairwise disjoint, and their union is the entire disjoint union.

Accordingly, a union of pairwise disjoint subsets may be called an internal disjoint union. (Compare the internal vs external notions of direct sum.)

Revised on November 8, 2012 12:59:39 by Urs Schreiber (82.169.65.155)