I am having trouble with some simple ordinal arithmetic.
I am trying to figure out what $(\omega+2)\cdot \omega$ is.
If you represent $\omega + 2$ as:
$\omega+2 = 0_0 < 1_0 < 2_0 < ... < \omega + 1 < \omega + 2$
Then when I try to solve it out by writing out the representations, I get:
$
\begin{align}
&0_0 < 1_0 < 2_0 < ... < (\omega+1)_0 < (\omega+2)_0 \\
< &0_1 < 1_1 < 2_1 < ... < (\omega+1)_1 < (\omega+2)_1 \\
&...
\end{align}
$
Which if I just rename the terms becomes:
$
\begin{align}
&0_0 < 1_0 < 2_0 < ... \\
< &0_1 < 1_1 < 2_1 < ... \\
&...
\end{align}
$
Or simply: $\omega + \omega + \omega + ... = \omega^2$
Is this right? or am I thinking about this the wrong way