Can someone help me prove this please? I am thinking of using triangle inequality. However, I feel as if I would be doing to much and there is a better way to prove the following. $\def\h{{\mathbf h}} \def\x{{\mathbf x}} \def\f{{\mathbf f}} \def\0{{\mathbf 0}} \def\R{{\mathbb R}} \def\L{{\mathcal L}}$
Let $\f\colon D\to \R^m$ where $D\subseteq\R^n$ is open. Let $\x_0\in D$ and suppose that $\f$ is differentiable at $\x_0$. Prove $T\in\L(\R^n,\R^m)$ satisfies the definition of derivative, such that $$\lim_{\h\to\0}\frac{\|\f(\x_0+\h)-\f(\x_0)-T(\h)\|}{\|\h\|} = 0$$ is unique. Essentially, I want to conclude $\|T-S\|<\epsilon$.
$\textit{Proof.}$ Suppose $T$ and $S$ are two linear transformations which satisfy our definition. By $\epsilon-\delta$ definition of limit, for any given $\epsilon >0$, there exists $\delta >0$ such that $0< \|\h\| < \delta$ then $\displaystyle{\frac{\|\f(\x_0+\h)-\f(\x_0)-T(\h)\|}{\|\h\|}<\frac{\epsilon}{2}}.$ Now, $0<\|\h\|<\delta$ implies $\displaystyle{\|\f(\x_0+\h)-\f(\x_0)-T(\h)\| < \frac{\epsilon}{2}\|\h\|}$
We also have for all $\epsilon>0$, there is $\delta'>0$ such that for all $0<\|h\|<\delta'$, $\|f(x_0+h)-f(x_0)-S(h)\|<\dfrac{\epsilon}{2}\|h\|$.
By the triangle inequality, for $0<\|h\|<\delta'':=\min\{\delta,\delta'\}$, $$\|(T-S)h\|=\|f(x_0+h)-f(x_0)-T(h)-(f(x_0+h)-f(x_0)-S(h))\|$$ $$\le\|f(x_0+h)-f(x_0)-T(h)\|+\|f(x_0+h)-f(x_0)-S(h)\|<\epsilon\|h\|$$
Now using the definition of the operator norm, $$\|T-S\|=\sup_{\|x\|\le1}\|(T-S)(x)\|$$ and so $$\|T-S\|\cdot\delta''=\sup_{\|x\|<\delta''}\|(T-S)(x)\|<\epsilon\delta'',$$ so $\|T-S\|<\epsilon$.