$F (x ,y) = |x| + |y|$ when $xy \neq 0$ and $F(x,y) =0 $ elsewhere.
How can I prove or disprove this function is differentiable at $(0,0)$?
My Try : The directional derivative at $(0,0)$ in the direction $(h,k)$ is $|h| + |k|$ (where $hk \neq 0$ )which is not a linear function of $(h,k)$. So it can not have differentiation at $(0,0)$.
Can anyone please tell me if I am wrong?