Let $A$ be an uncountable set with arbitrary element $a\in A$. I want to define the Cartesian product of all its elements. In other words, all the vectors belonging to
\begin{gather} \underbrace{A\times\dots\times A}_{A} \end{gather}
Suppose $A=\{a_1,a_2\}$. Then, I am looking for the notation that generalises the following expression to the case in which the set $A$ is uncountable:
\begin{gather} A\times A\equiv\{(a_1,a_1),(a_1,a_2),(a_2,a_1),(a_2,a_2)\} \end{gather}
I have thought of two possibilities, but both seem unsatisfactory:
- To define $\prod_{a\in A}i(a)$, where $i:A\to A$ is the identity function (i.e., $i(a)=a$ for all $a\in A$);
- To simply define $\prod_{a\in A}a$.
Any help will be much appreciated.
Thank you all.
I’m not exactly sure what you want. From your text I suppose you want $$ \prod_{a\in A} a$$ from your formulae I get you want $$ \prod_{A}A = A^A $$ The latter can be understood as all functions from $A$ to $A$. The first one can be understood as all maps $f$ from $A$ to $\bigcup A$ so that for $a\in A$ we have $f(a)\in a$.