Wikipedia defines differentiability of a multivariate function as follows:
A function of several real variables $f: \Bbb{R}^m \rightarrow \Bbb{R}^n$ is said to be differentiable at a point $x_0$ if there exists a linear map $J: \Bbb{R}^m \rightarrow \Bbb{R}^n$ such that
$\lim_{h \rightarrow 0}{\frac{\|f(x_0 + h) - f(x_0) - J(h)\|_{\Bbb{R}^n}}{\|h\|_{\Bbb{R}^m}}} = 0$
They don't mention it outright, but I assume that there are no restrictions implied on how $h$ approaches 0 (i.e. from what direction, or indeed, whether it approaches zero along a straight path or not).
Later, they claim:
If all the partial derivatives of a function exist in a neighborhood of a point $x_0$ and are continuous at the point $x_0$, then the function is differentiable at that point $x_0$.
Does anyone know of a good proof of this claim? What bothers me is, how do you extrapolate that the limit exists from any direction, when all you know is the partial derivatives in the specific basis directions?
Or, said another way, why does knowing just the $n$ partial derivatives being continuous imply that the function is locally linear?