I'm currently reading Naive Set Theory by Paul Halmos and I'm not quite understanding what he means in sec. 15, The Axiom of Choice.
Suppose that $\mathscr{C}$ is a non-empty collection of non-empty sets. We may regard $\mathscr{C}$ as a family, or, to say it better, we can convert $\mathscr{C}$ into an indexed set, just by using the collection $\mathscr{C}$ itself in the role of the index set and using the identity mapping on $\mathscr{C}$ in the role of the indexing.
This much I understand, essentially $\mathscr{C}_{x}=x$ (correct me if I'm wrong).
The axiom of choice says that the Cartesian product of the sets of $\mathscr{C}$ has at least one element. An element of such a Cartesian product is, by definition, a function (family, indexed set) whose domain is the index set (in this case $\mathscr{C}$) and whose value at each index belongs to the set bearing that index. Conclusion: there exists a function $f$ with domain $\mathscr{C}$ such that if $A \in \mathscr{C}$, then $f(A) \in A$.
I'm a little confused by the manner in which we define the Cartesian product of a family of three sets or more. Do we define it as $A \times B \times C = \{(a,b,c) \; \; | \; \; a \in A , b \in B, c \in C\}$?
My understanding was that a function consists of only ordered pairs, am I missing something here? Any help would be appreciated, thanks!
Note that, for your example, one can define
$$A\times B\times C:=\left\{\;f:\{1,2,3\}\to A\cup B\cup C\;\;:\;\;f(1)\in A\;,\;f(2)\in B \;,\;f(3)\in C\;\right\}$$
The above, of course, is way more cumbersome than the usual definition you wrote since this is a finite, easy-to-grasp, example.
Thus, in your example, the element $\;(a,b,c)\;$ would be represented by the function
$$f:\{1,2,3\}\to A\cup B\cup C\;\;s.t.\;\; f(1)=a\in A\;,\;\;f(2)=b\in B\;,\;\;f(3)=c\in C$$