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.