This is related to the question I asked here:
Equations with only text in them
Basically I want to have an equation with a lot of text and some math in them. I don't want to use \mbox because there is a lot of text and it may start going out of the line. In the linked question a solution is provided using \parbox but I want to use math also in the middle.
For example:
\begin{equation}\label{key}
The product of two complex numbers z_1,z_2\in\mathbb{C} is given by the vector whose
angle is the sum of the angles of the two complex numbers,
i.e. arz(z_1z_2)=arg(z_1)+arg(z_2) and whose magnitude is the product of the
magnitudes of the two complex numbers, i.e. |z_1z_2|=|z_1||z_2|
\end{equation}
How do I accomplish this?


equationenvironment, here? (Hint: yes) – jub0bs Aug 12 '14 at 01:46