I need to evaluate the extrema of this function :
$f(x,y,z)=\frac{1}{x^2+y^2+z^2}$
restricted on: $R=\{x^2-y^2-z^2+16<=0\}$ \ $\{0,0,0\}$
boundary : $\theta R=\{x^2-y^2-z^2+16=0\}$ \ $\{0,0,0\}$
using the Lagrange multiplier method : $$ \left\{ \begin{aligned} \frac{-2x}{x^2+y^2+z^2}=2x\lambda\\ \frac{-2y}{x^2+y^2+z^2}=-2y\lambda\\ \frac{-2z}{x^2+y^2+z^2}=-2z\lambda\\ x^2-y^2-z^2+16=0 \end{aligned} \right. $$
I found out --> $(0,0,\pm 4),(0,\pm 4,0),(\pm 4,0,0)$
Using the second derivate test I got :
$(0,0,\pm 4)$ -> Max
$(\pm 4,0,0),(0,\pm 4,0)$ -> Saddle points
eventually : $f(\pm 4,0,0)=f(0,\pm 4,0)=f(0,0,\pm 4)=\frac{1}{16}$
The image of this function is : $f(R)=[something,\frac{1}{16}]$
Can you help me figure out if I missed something? and if I got it right, is there a reason why there is no minimum?

The constraint $\ x^2 - y^2 - z^2 + 16 \le 0\ $ is not satisfied by $\ \left(\pm 4, 0, 0\right)\ $, so it's not even a feasible point, let alone an extremum.
All points of the form $\ \left(\,0, y, z\,\right)\ $ with $\ y^2 + z^2 = 16\ $ satisfy the Lagrange extremality conditions, and are all maxima, since $\ f\left(\,0,y,z\,\right)\ = \frac{1}{16}\ $ for such points, and the constraint $\ x^2 - y^2 - z^2 \le 16\ $ implies that its value cannot be any larger than that.
There are also arbitrarily large values of $\ x, y,\ \mbox{and } z\ $ that can satisfy the constraint $\ x^2 - y^2 - z^2 \le 16\ $. If $\ x=a^2 + 1, y=2a,\ $ and $ z=a^2 - 1\ $, for instance, then $\ x^2 - y^2 - z^2 = 0 \le 16\ $ for any value of $\ a\ $, and $\ a\ $ can be made aribitrarily large. Thus, although the value of the objective function is always strictly positive, it can nevertheless be made arbitrarily close to zero, which is therefore its infimum, and $\ f\left(R\right) = \left(0, \frac{1}{16}\,\right]\ $.