Im am confronted with the following claim, which I simply cannot seem to prove:
Let $s:D\setminus \{0\}\subset \mathbb{C}\to \mathbb{R}^n$, let $w(z)=\left(|s_x|^2-|s_y|^2+2i\langle s_x,s_y\rangle \right)$ where $\langle, \rangle$ is the euclidean inner product on $\mathbb{R}^n$. Then it holds that $$Re(w(z)z^2)=|s_\theta(z)|^2-|z|^2|s_r(z)|^2.$$
where it is implicitly assumed that $r,\theta$ are the usual polar and $|\cdot|$ is here used simultaneously for the complex module and for the norm.
I've tried the following:
\begin{align*}\Re(w(z)z^2) & =\Re\left(\left(|s_x|^2-|s_y|^2+2i\langle s_x,s_y\rangle \right)(x^2-y^2+2ixy)\right) \\ & =\left(|s_x|^2-|s_y|^2\right)(x^2-y^2)-4\langle s_x,s_y\rangle xy. \end{align*}
On the other hand, using the chain rule, we have that: \begin{align*} s_\theta&=s_xx_\theta+s_yy_\theta=s_xy+s_yx\\ s_r& =s_xx_r+s_yy_r=\frac{s_x x+s_y y}{|z|} \end{align*} Consequently \begin{align*}|s_\theta|^2-|z|^2|s_r|^2& =|s_x|^2y^2-2\langle s_x,s_y \rangle xy+ |s_y|^2x^2-|s_x|^2x^2-2\langle s_x,s_y \rangle xy- |s_y|^2y^2 \\ & =|s_x|^2(y^2-x^2)+|s_y|^2(-y^2+x^2)-4\langle s_x,s_y \rangle xy\\ & =(|s_x|^2-|s_y|^2)(y^2-x^2)-4\langle s_x,s_y \rangle xy. \end{align*}
But confronting the two sides, there appears to be a mistake in my calculation. I am aware that I did the calculation as I had been in $\mathbb{R}^2$, but taking into account the "complex" variable made the the result inconsistent.
Can someone help me out with this issue?
Many thanks in advance