Let $f= \begin{pmatrix} {f^1} \\{...} \\{f^m} \end{pmatrix} $ where $f^i : D \to \mathbb R$. Prove that $f$ is differentiable if and only if $f^i$ is differentiable for $i=1,...,m$.
I feel like this is straightforward, but I'm a little stumped with this.
I assume it would involve manipulating the formula
$\lim_{h\to 0}\frac{\|f(x + h) - f(x) - f'(x)h)\|}{\|h\|} = 0$
Could I make it
$\lim_{h\to 0}\frac{\|f^i(x + h) - f^i(x) - f^{i} {'}(x)h)\|}{\|h\|} = 0$ ?
Any help/suggestions would be appreciated!