[step:Verify that $\Theta$ is a ring homomorphism]
The addition and multiplication on the product ring are defined componentwise: for tuples $(x_1, \ldots, x_k)$ and $(y_1, \ldots, y_k)$,
\begin{align*}
(x_1, \ldots, x_k) + (y_1, \ldots, y_k) &= (x_1 + y_1, \ldots, x_k + y_k), \\
(x_1, \ldots, x_k) \cdot (y_1, \ldots, y_k) &= (x_1 y_1, \ldots, x_k y_k).
\end{align*}
The multiplicative identity is $(1 + m_1\mathbb{Z}, \ldots, 1 + m_k\mathbb{Z})$. For $a, b \in \mathbb{Z}$,
\begin{align*}
\Theta((a + b) + M\mathbb{Z}) &= ((a+b) + m_1\mathbb{Z},\, \ldots,\, (a+b) + m_k\mathbb{Z}) \\
&= (a + m_1\mathbb{Z},\, \ldots,\, a + m_k\mathbb{Z}) + (b + m_1\mathbb{Z},\, \ldots,\, b + m_k\mathbb{Z}) \\
&= \Theta(a + M\mathbb{Z}) + \Theta(b + M\mathbb{Z}),
\end{align*}
and identically for multiplication. Finally, $\Theta(1 + M\mathbb{Z}) = (1 + m_1\mathbb{Z}, \ldots, 1 + m_k\mathbb{Z})$ is the identity of the product ring. Hence $\Theta$ is a ring homomorphism.
[/step]