In a Hilbert Space $V$, for function $f:V\to\mathbb{R}$, if $f$ is Fréchet differentiable at $x_0$, the Fréchet Derivative $\nabla f(x_0)$ is $v$ such that $$ \lim_{x\to x_0} \frac{|f(x) - f(x_0) - \langle v, x-x_0 \rangle|}{\|x-x_0\|} = 0$$
As an example, for $f(x) = \|x\|$, the Fréchet derivative is $\nabla f(x) = \frac{x}{\|x\|}$, as shown in this Wikipedia proof.
Now my question is, what is the Fréchet derivative of $f(x) = \frac{1}{\|x\|}$. My gut says something like $-\frac{x}{\|x\|^3}$ following normal derivative rules, but I can't seem to be able to solve it.
Let $f:H\to \mathbb R: f(x)=\|x\|.$ Then, if $x\neq 0,\ f$ is differentiable at $x$. Note that $f(x)\neq 0$ whenever $x\neq 0.$ Let $g:\mathbb R^+\to \mathbb R^+:g(x)=x^{-1}.$ If $x\neq 0,$ then $g$ is differentiable at $x$. By the chain rule, we have
$$(g\circ f)'(x)h=g'(f(x))\circ f'(x)h$$ Calculating, we get
$$(g\circ f)'(x)h=g'(f(x)(\langle\frac{x}{\|x\|},h\rangle)=\langle\frac{x}{\|x\|},h\rangle g'(f(x))=\langle\frac{x}{\|x\|},h\rangle\left(\frac{-1}{\|x\|^2}\right)=\langle\frac{-x}{\|x\|^3},h\rangle$$