A function $f:\mathbb{R^{n}}\rightarrow\mathbb{R^{n}}$ is strongly monotone if there exists a constant $a>0$ such that : $\langle f(x)-f(y), x-y \rangle \geq a|x-y|^2$ for every $x,y$
I need to prove that if f is strongly monotone and differentiable at $x_0$ then $Df(x_0)$ is strongly monotone with same constant $a$.
What I did:
Write $E=Df(x_0)$, E is strongly monotone would mean that $\langle E(x-y), x-y \rangle \geq a|x-y|^2$, but $\langle E(x-y), x-y \rangle=(x-y)^TE^T(x-y)$
I also know that f is differentiable at $x_0$, then $\frac{f(x_0)-f(y)-E(x_0-y)}{|x_0-y|}\rightarrow0$ as $y \rightarrow x_0$.
But I couldn't connect both concepts.
Any suggestions ?