I want to figure out why the set of zeros of the function $g:\mathbb{R}^{2} \to \mathbb{R}$ defined as $g(x,y) = x^2 - y^2$ is not a differentiable manifold. So what I want to use is the following result:
Let $A \subset \mathbb{R} $ open, $p<n$, $g:A \to \mathbb{R}^p$ of class $C^1$ such that $g'(x)$ has rank $p$ for all $x \in A$ such that $g(x)=0$ therefore $g^{-1}(\{0\})$ is a differentiable manifold in $\mathbb{R}^n$ of dimension $n-p$.
So I computed the Jacobian matrix
$$(2x \;\; -2y )$$
Then in the origin this does not have rank 1, is has rank $0$ and we note that this is the only point where this happens therefore it can't be a differentiable manifold.
The other thing I was trying to do is to give an example of a system of coordinates (commonly charts) where some condition fails, and I thought in $F:\mathbb{R}^2 \to \mathbb{R}^3$ as $F(x,y)=(x,y,x^2-y^2)$ and its Jacobian in zero has rank 3, but I don't know how to proceed to find the contradiction to my definition of differentiable manifold :
A subset $M \subset \mathbb{R}^n$ is a differentiable manifold of dimension $k$ if, for each $x \in M$, exists open sets $U \subset \mathbb{R}^k$ and $V \subset \mathbb{R}^n$ and a class $C^1$ function $f:U \to V$ such that:
1) $x \in V$
2) $f(U)=V \cap M$, $f$ is an homeomorfism
3) for each $y \in U$ the jacobian matrix has rank k
Can you help to proceed in this or tell if my approach are right? thanks a lot :)