Q: Use Implicit Function Theorem to show that there exists a unique solution of the equation $x^{e^y} + y^{e^x} = 0$ in a neighborhood of the point $(0, 0)$.
I tried to satisfy three conditions of IFT.
Let $F(x,y)= x^{e^y} + y^{e^x}$ then,
1: $F(0,0)=0$
2: $\displaystyle{\frac{\partial F}{\partial y}= x^{e^y}e^y \log x + \frac{y^{e^x +1}}{e^x + 1}}\,$, I don't know whether it is continuous in the neighborhood of $(0,0)$
3: $\frac{\partial F}{\partial y}(0,0)\neq 0$, but I don't know how to find the value of $\frac{\partial F}{\partial y}$ at $(0,0)$ since $\log x$ is not defined at $x=0$.
Please help me.