I have no problems doing this question but failed to understand how chain rule works again. For example, i have $\overline{f(\overline{z})} = A(x,y) + iB(x,y)$
Which also means that $A(x,y) = u(x,-y)$ and $B(x,y) = -v(x,-y)$
Although i got the answer that $A_x(x,y) = u_x(x,-y), A_y(x,y) = (-1) \cdot u_y(x,-y)$, i failed to see how the answer $A_y(x,y) = (-1) \cdot u_y(x,-y)$ is achieved via chain rule. Maybe someone can enlighten me on the exact steps and formulas used to achieved the chain rules result.
We know that $u_x(x,y)=v_y(x,y)$ and $u_y(x,y)=-v_x(x,y)$.
Now, let $s(x,y)=u(x,-y)$ and $t(x,y)=-v(x,-y)$. Then, we can write
$$\begin{align} \frac{\partial s(x,y)}{\partial x}&=\frac{\partial u(x,-y)}{\partial x}\\\\ &=\frac{\partial v(x,-y)}{\partial y}\\\\ &=-\frac{\partial t(x,y)}{\partial y} \end{align}$$
We can also write
$$\begin{align} \frac{\partial s(x,y)}{\partial y}&=\frac{\partial u(x,-y)}{\partial y}\\\\ &=-\frac{\partial v(x,-y)}{\partial x}\\\\ &=\frac{\partial t(x,y)}{\partial x} \end{align}$$
Hence, $s(x,y)-it(x,y)$ satisfies the CREs. And we are done!