There is theorem that says if a function is differentiable at a point in an open set, then it is continuous at the point. This can be proven by doing :
$$\lim_{x \rightarrow a} f(x)-f(a) = \lim_{x \rightarrow a} (x-a) \left( \frac{f(x)-f(a)}{x-a}\right) \Rightarrow \lim_{x \rightarrow a} f(x) = f(a).$$ The same proof is true in higher dimensions?
So if we let $S \subset \mathbb{R}^n$ and $f : \mathbb{R}^n \rightarrow \mathbb{R}^m$ be defined on $S$. Is the proof is true if we just replace $(x-a)$ with $\|x-a\|$??
--Edit
The definition of differentiability that my text book using is the following :
A mapping $f$ from an open set $S \subset \mathbb{R}^n$ into $\mathbb{R}^m$ is said to be differentiable at $a \in S$ if there is an $m \times n$ matrix such that $\lim_{h \rightarrow 0} \frac{\|f(a+h) - f(a) - L h\|}{\|h\|} = 0$ where $L$ is called the Frechet deribative.