Skip to main content

Section 5.11 Products of sets

An indexed set is really just another name for a map

U:Aβ†’Ξž; we typically abuse notation and write Ua instead of U(a), and we write (Ua)a∈A for the map U. The union of the indexed set (Ua)a∈A will mean the union of the set {Ua:a∈A}:

⋃a∈AUa:=⋃{Ua:a∈A}.

It may seem a bit silly to belabour this point, but the purpose will, we hope, become clear.

For any indexed set (Ua)a∈A, the product is the set

∏a∈AUa:={x∈Map(A,⋃a∈AUa):(βˆ€a∈A) x(a)∈Ua}.

An element of ∏a∈AUa is thus a map x:A→⋃a∈AUa such that for every a∈A, one has x(a)∈Ua. One usually writes xa instead of x(a), and one often writes x=(xa)a∈A.

When \(A = \{1,2\}\text{,}\) an indexed set consists of two sets \(U_1\) and \(U_2\text{.}\) The product \(\prod_{a \in \{1,2\}} U_a\) thus consists of pairs \((x_1, x_2)\) with \(x_1 \in U_1\) and \(x_2 \in U_2\text{.}\) The assignment \((x_1,x_2) \mapsto \angs{x_1,x_2}\) is a bijection \(\prod_{a \in \{1,2\}} U_a \to U_1 \times U_2\text{.}\) Most mathematicians are happy to pretend as if there is no difference between these sets; indeed, there is no interesting difference!

More generally, we think of the product ∏a∈AUa as the set of ordered β€œA-tuples”.

For every b∈A, there is an attached map

Ο€b:∏a∈AUaβ†’Ub

given by the assignment x↦xb, called the projection onto the b-th factor.

For every set S, every indexed set {Ua}a∈A, and every indexed set {fa:Sβ†’Ua} of maps, there exists a unique map

f:Sβ†’βˆa∈AUa

such that Ο€a∘f=fa. Indeed, the map f is given by the assignment s↦(fa(x))a∈A.