$f:\mathbb{R}^3 \rightarrow \mathbb{R}^3$
$f(x,y,z)=(xy,yz,xz)$
a) Determine set $S$ which contains all $(x,y,z) \in \mathbb{R}^3$ where $f$ is locally invertible.
b) At what points $c\in S$ there exists locally differentiable inverse of $f$? Calculate Jacobian determinant of inverse function at $f(c)$.
c) Is restriction $f|_S:S \rightarrow f(S)$ bijection?
Function $f$ is class $C^1$ so for every point where Jacobian matrix is regular, $f$ is locally invertible.
$$J_f(x,y)=\begin{vmatrix} y & x & 0 \\ 0 & z & y \\ z & 0 & x \\ \end{vmatrix}= 2xyz $$
Function $f$ has locally differentiable inverse at $ \{ (x,y,z): xyz \neq 0 \}$.
It is easy now to calculate Jacobian determinant of inverse function. Can somebody help me with a) and b)? In my book we define local invertibility with regularity of jacobian matrix.