Is it true that if a complex number $z_2$ times $z_1$ is the square of norm of $z_1$, then $z_2$ is the conjugate of $z_1$?
$z_2 = \bar{z_1} \Leftrightarrow z_1z_2 = \|z_1\|^2?$
It occurs to me to be true: Let $z_1 = r_1e^{i\theta_1}, z_2 = r_2e^{i\theta_2}$, then
\begin{align*} z_1z_2 = \|z_1\|^2 &\Leftrightarrow r_1r_2e^{i(\theta_1+\theta_2)} = r_1^2\\ &\Leftrightarrow r_2e^{i(\theta_1+\theta_2)} = r_1\\ & \Leftrightarrow r_2 = r_1,\theta_1 + \theta_2 = (2k+1)\pi \end{align*}
Is this correct?