I am getting confused about ordinal arithmetic
I am trying to figure out what $\omega \cdot (\omega+1)$ is.
The fact that the distributive law applies from the left side makes me think that the answer is $\omega^2 + \omega$. However applying the supremum definition of multiplication I am getting a different answer. The supremum method is giving me: $$\omega \cdot (\omega+1) = \sup \{\omega \cdot n \ | \ n \in \omega+1 \} = \omega^2 $$
Since $\omega^2 \geq \omega \cdot n, \forall n < \omega + 1$.
Which way is correct and why is the other method wrong here?
You are wrong in the definition of multiplication. It holds that $\alpha\cdot(\beta+\gamma)=\alpha\cdot\beta+\alpha\cdot\gamma$, but $(\alpha+\beta)\cdot\gamma\neq\alpha\cdot\gamma+\beta\cdot\gamma$ in some of the cases.
It follows that $\omega\cdot(\omega+1)=\omega\cdot\omega+\omega\cdot1=\omega^2+\omega$.