Let $E$ be a real Banach space. Let $\mathcal L(E)$ be the space of bounded linear operators on $E$ and $\mathcal K(E)$ its subspace consisting of compact operators. Let $I:E \to E$ be the identity operator. For $T \in \mathcal L(E)$,
- we denote by $N(T)$ its kernel and by $R(T)$ its range.
- we denote by $\rho(T)$ its resolvent set, by $\sigma(T)$ its spectrum, and by $EV(T)$ its set of eigenvalues. Then $EV(T) \subset \sigma(T) = \mathbb R \setminus \rho(T)$.
- for $\lambda \in EV(T)$, the set $N(T-\lambda I)$ is called the eigenspace corresponding to $\lambda$.
I'm trying to solve an exercise in Brezis' Functional Analysis, i.e.,
Let $E := \ell^2$ with its norm $|\cdot|_2$. An element $x\in E$ is denoted by $x=(x_1, x_2, \ldots, x_n,\ldots)$. Consider the operators $$ \begin{align*} S_r x &= (0, x_1, x_2, \ldots, x_{n-1}, \ldots), \\ S_{\ell} x &= (x_2, x_3, x_4, \ldots, x_{n+1}, \ldots), \end{align*} $$ respectively called the right shift and left shift.
- Determine $\|S_r\|$ and $\|S_{\ell}\|$. Does $S_r$ or $S_{\ell}$ belong to $\mathcal{K}(E)$?
- Prove that $EV(S_r) = \emptyset$.
- Prove that $\sigma\left(S_r\right)=[-1,1]$.
- Prove that $E V (S_{\ell}) = (-1, 1)$. Determine the corresponding eigenspaces.
- Prove that $\sigma(S_{\ell})=[-1,1]$.
- Determine the adjoints $S_r^*$ or $S_{\ell}^*$.
- Prove that for every $\lambda \in(-1,1)$, the spaces $R (S_r-\lambda I)$ and $R (S_{\ell}-\lambda I)$ are closed. Give an explicit representation of these spaces.
- Prove that the spaces $R(S_r \pm I)$ and $R(S_{\ell} \pm I)$ are dense and that they are not closed.
Consider the multiplication operator $M$ defined by $$ M x = (\alpha_1 x_1, \alpha_2 x_2, \ldots, \alpha_n x_n, \ldots), $$ where $(\alpha_n)$ is a bounded sequence in $\mathbb{R}$.
- Determine $E V (S_r \circ M)$.
- Assume that $\alpha_n \to \alpha$ as $n \to \infty$. Prove that $\sigma (S_r \circ M)=[-|\alpha|, |\alpha|]$.
- Assume that for every integer $n$, we have $\alpha_{2 n}=a$ and $\alpha_{2 n+1}=b$ with $a \neq b$. Determine $\sigma (S_r \circ M)$.
Could you explain how to solve (11) in case $|\lambda| \le \sqrt{|ab|}$? Below is my failed attempt.
We write $S_r M := S_r \circ M$. Clearly, $S_r M$ is not surjective. So $0 \in \sigma (S_r M)$. We have $$ \begin{align*} S_r M x &= (0, \alpha_1 x_1, \alpha_2 x_2, \ldots, \alpha_n x_n, \ldots), \\ (S_r M)^2 x &= (0, 0, \alpha_1 \alpha_2 x_1, \alpha_2 \alpha_3 x_2, \ldots, \alpha_n \alpha_{n+1} x_n, \ldots), \\ &= ab (0, 0, x_1, x_2, \ldots, x_n, \ldots), \\ &= ab (S_r)^2 x \end{align*} $$
By (9), we have $$ EV (S_r M) = \begin{cases} \{0\} &\text{if} \quad ab \neq 0, \\ \emptyset &\text{if} \quad ab = 0. \end{cases} $$
Let $\lambda \in \mathbb R \setminus \{0\}$. Then $S_r M +\lambda I$ is injective and $$ \left \| \left ( \frac{S_r M}{\lambda} \right )^2 \right \| =\frac{\|(S_r M)^2\|} {\lambda^2} = \frac{|ab|}{\lambda^2}. $$
We need the following result, i.e.,
Brezis' exercise 6.16.4 Let $T \in \mathcal L(E)$. If there is an integer $n\ge 2$ such that $\|T^n\| < 1$, then $I-T$ is bijective.
If $\frac{|ab|}{\lambda^2}<1$ then $\frac{S_r M}{\lambda} + I$ is bijective. Consequently, if $|\lambda| > \sqrt{|ab|}$ then $S_r M +\lambda I$ is bijective. Let $|\lambda| \le \sqrt{|ab|}$. We will prove that $S_r M +\lambda I$ is not surjective.