Can a function f be locally invertible while having a Jacobian with det = 0

calculusinverse functioninverse-function-theoremjacobianreal-analysis

I have learnt the Inverse Function Theorem, which states that if $f:\mathbb{R}^n \rightarrow \mathbb{R}^n$ is of class $C^1$, and $x_0 \in \mathbb{R}^n$,

then if $det(Jac_f(x_0)) \neq 0$ i.e. the Jacobian is invertible, $f$ admits local inverse $g$, and $Jac_g(f(x_0)) = (Jac_f(x_0))^{-1}$.

In an exercise though I was asked to check if the function $f(x,y) = (\cos x+\cos y, \sin x+\sin y)$:

A. Has local $C^1$ inverse in the points $(x, y)$ such that $x-y\in\pi\mathbb{Z}$. (I have checked that the Jacobian in those points is NOT invertible).

B. Has local inverse in the points $(x, y)$ such that $x-y\in\pi\mathbb{Z}$.

So my question is: is there a way to check if a function has local inverse without this function satisfying the hypothesis of the theorem?

Best Answer

Yes, this can happen even in case of $n=1$, for example take $f(x) = x^3$. The inverse theorem makes a claim in the other direction, that is if the determinant of the Jacobian is not zero, then there is ... .

Related Question