I've got the following function $$f(x,y)=x+y-xy$$ where $x,y\in \mathbb R$. I need to determine whether there is minima, maxima or saddle point. Easily enough, after doing the partial derivatives
$f_x=1-y$
$f_y=1-x$
then $c=(1,1)$ is critical point. Let $H$ denote the "Hessian" matrix of second partial derivatives,
then Hessian matrix of $f$ at c as the following
$$H(f(c))=\begin{bmatrix} 0 & -1 \\ -1 & 0 \end{bmatrix}$$
but the Hessian matrix of this function at the origin is the null matrix, which is not indefinite.
How can I prove mathematically that $c=(1,1)$ is a saddle point.
I know the third condition is satisfied. But, how can I prove mathematically that $c=(1,1)$ is a saddle point.
If $detH(f(c)) < 0$, then $f(x,y)$ takes on both positive and negative values in a neighborhood $c$?
Please I need some references on this type and what the appropriate test if Hessian matrix is not indefinite.
Hint. Note that $$f(x,y)=1-(x-1)(y-1).$$ which implies that $f(x,y)-1$ changes its sign in a neighbourhood of the critical point $(1,1)$ and therefore it is not a local extremum. What may we conclude?
P.S. Recall the definition of saddle point.