I am trying to show that if $f$ and $g=\overline{f}$ are both differentiable in a domain, then $f$ is constant on that domain.
My attempt: Let $$f(z)=u(x,y)+iv(x,y)$$ $$g(z)=r(x,y)+is(x,y)$$ Equating real and imaginary parts, we can see that $$u(x,y)=r(x,y) \ \ \ (1)$$ $$v(x,y)=-s(x,y) \ \ \ (2)$$ So we want to show that $u_x=u_y=v_x=v_y=0$. How can I show this?
I have tried differentiating $(1), (2)$ with respect to $x$ and $y$ to utilise the CR equations, but I have not shown the desired result.
The CR equations for $f$ give $u_x=v_y$; the CR equations for $g$ give $r_x=s_y$. Combining this with $u=r$ and $v=-s$ gives $u_x=v_y=-v_y$. Thus we must have $u_x=v_y=0$.
See if you can use a similar technique to derive $u_y=v_x=0$.