$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?
That's a fine approach. In order to be differentiable, the directional derivative must be linear, which is not the case for this function.
The only nitpick I have is with the directional derivative you've computed. It's right when $h$ and $k$ is non-zero, but the function is constant along the axes, so the directional derivatives will be $0$ whenever $(h, k)$ points along the axes.
But, either way, it's definitely not linear.