Suppose you have a function like:
$f(x,y) = g(x,y)$ IF $(x,y) != (0,0)$, and
$f(x,y) = 0$ IF $(x,y) = (0,0)$
Can I say $f(x,y)$ is differentiable at $(0,0)$ if the limit of $g(x,y)$ as $(x,y)$ approaches $(0,0)$ is equal to $0$? i.e. $$\lim_{(x,y)\to(0,0)} g(x, y) = 0$$ This makes sense in my mind, seeing as that would make the function continuous at the point and thus differentiable, but is that correct mathematically?
You can say that the function is continuous at $(0,0)$, but a function can be continuous and not differentiable. ( think at a cone with vertex in the origin: $z=a^2\sqrt{x^2+y^2}$).