Differentiability, linear operators

derivativesfrechet-derivativenormed-spacesreal-analysis

Let $Y$ be a complete normed linear space, and let $M$ denote the
space of bounded linear operators from $Y$ to itself. Let $L : M → M$ be the map
defined by
$L(A) := A^2$.

I am supposed to show that L is differentiable at each $A\in M$, and then find the derivatives.

Tried to find the derivatives like this:

$L'(A) = \lim_{h \to 0} \frac{L(A+h)-L(A)}{h}= \lim_{h \to 0} \frac{(A+h)^2-A^2}{h}= \lim_{h \to 0} \frac{A^2+2Ah-h^2-A^2}{h} = \lim_{h \to 0} 2A+h = \underline{2A}$

If this is correct, all I have to do now is to show that $L$ is differentiable at all $A\in M$, and I'm wondering if I can do that by saying that $L$ is a composition of $A$ and $A$ since $A$ is a linear operator, and all linear operators are differentiable?

Best Answer

The derivative of $L$ at an operator $A$ is a linear map. In this case, it is the map $\varphi$ defined by $\varphi(M)=AM+MA$. In fact\begin{align}\lim_{M\to A}\frac{\bigl\lVert L(M)-L(A)-\varphi(M-A)\bigr\rVert}{\lVert M-A\rVert}&=\lim_{M\to A}\frac{\bigl\lVert M^2-A^2-A(M-A)-(M-A)A\bigr\rVert}{\lVert M-A\rVert}\\&=\lim_{M\to A}\frac{\lVert M^2-AM-MA+A^2\rVert}{\lVert M-A\rVert}\\&=\lim_{M\to A}\frac{\bigl\lVert(M-A)^2\bigr\rVert}{\lVert M-A\rVert}\\&=0.\end{align}

Related Question