Let $E$ be an infinite-dimensional complex Hilbert space. For $A\in \mathcal{L}(E)$, consider \begin{eqnarray*} W_{0}(A) &=&\{\alpha\in \mathbb{C}:\;\exists\,(z_n)\subset E\;\;\hbox{such that}\;\|z_n\|=1,\displaystyle\lim_{n\rightarrow+\infty}\langle A z_n,z_n\rangle=\alpha,\\ &&\phantom{++++++++++}\;\hbox{and}\;\displaystyle\lim_{n\rightarrow+\infty}\|Az_n\|= \|A\| \}. \end{eqnarray*} Moreover, we define the map \begin{align*} \delta_A: &\mathcal{L}(E)\longrightarrow \mathcal{L}(E)\\ & X\longmapsto AX-XA . \end{align*}
I want to understand the proof of the following theorem:
Theorem: Let $A\in \mathcal{L}(E)$. If $\lambda\in W_{0}(A)$, then $$\|\delta_A\|\geq2(\|A\|^2-|\lambda|^2)^{1/2}.$$
Proof: If $\lambda\in W_{0}(A)$, then there exists $(x_n)\subset E\;\;\hbox{such that}\;\|x_n\|=1,\displaystyle\lim_{n\rightarrow+\infty}\langle A x_n,x_n\rangle=\lambda,$ and $\displaystyle\lim_{n\rightarrow+\infty}\|Ax_n\|= \|A\|$.
let $Ax_n = \alpha_nx_n + \beta_ny_n$, with $y_n$ a unit vector orthogonal to $x_n$ ; thus $\alpha_n=\langle Ax_n,x_n\rangle\to \lambda$ and $|\alpha_n|^2+|\beta_n|^2=\|Ax_n\|^2\to \|A\|^2$. Let $V_n=x_n\otimes x_n-y_n\otimes y_n$ ; then $\|V_n\|=1$ and $(AV_n - V_n A)x_n = 2y_n \beta_n$. Thus, \begin{align*} \|\delta_A\| & \geq \|\delta_A(V_n)\|\\ & \geq \|(AV_n - V_n A)x_n\|=2|\beta_n|\\ &=2(\|Ax_n\|^2-|\langle A x_n,x_n\rangle|^2)^{1/2} \to 2(\|A\|^2-|\lambda|^2)^{1/2}. \end{align*}
I don't understant the following facts:
Why we can write $Ax_n = \alpha_nx_n + \beta_ny_n$ , with $y_n$ a unit vector orthogonal to $x_n$?
Why $\|V_n\|=1$ and $(AV_n - V_n A)x_n = 2y_n \beta_n$?
Thank you for your help.
For your first question, each vector $x\in E$ gives a decomposition $E=\text{span}\{x\}\oplus\text{span}\{x\}^\perp$.
For your second question, if $z\in E$ we have $$\|V_nz\|^2=|\langle z,x_n\rangle|^2+|\langle z,y_n\rangle|^2\leq\|z\|^2,$$ since $x_n\perp y_n$, so $\|V_n\|\leq1$. Furthermore, since $V_nx_n=x_n$ we have $\|V_n\|=1$.
Now the last is just a computation: $$(AV_n-V_nA)x_n=Ax_n-V_nAx_n=(\alpha_nx_n+\beta_ny_n)-(\alpha_nx_n-\beta_ny_n)=2\beta_ny_n$$