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 map. 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=L^p(0,1)$ with $1 \leq p<\infty$. Given $u \in E$, set $$ T u(x) = \int_0^x u(t) \, d t . $$
- Prove that $T \in \mathcal{K}(E)$.
- Determine $E V(T)$ and $\sigma(T)$.
- Give an explicit formula for $(T-\lambda I)^{-1}$ when $\lambda \in \rho(T)$.
- Determine $T^{\star}$.
There are possibly subtle mistakes I could not recognize in below attempt that $0 \notin EV(T)$. Could you please have a check on it? I'm also happy to see other approaches.
We have $\dim E= \infty$ and $T \in \mathcal{K}(E)$, so $0\in \sigma(T)$. First, we prove that $0 \notin EV(T)$. Let $u, v\in E$ such that $Tu=Tv$.
- Then $\int_0^x (u(t)-v(t)) \, d t = 0$ for a.e. $x\in (0, 1)$.
- Then $\int_0^x (u(t)-v(t)) \, d t = 0$ for every $x$ in some dense subset of $(0, 1)$.
- By dominated convergence theorem, $\int_0^x (u(t)-v(t)) \, d t = 0$ for every $x \in (0, 1)$.
- Then $\int_I (u(t)-v(t)) \, d t = 0$ for every sub-interval $I$ of $(0, 1)$.
- By dominated convergence theorem, $\int_B (u(t)-v(t)) \, d t = 0$ for every Borel subset $B$ of $(0, 1)$.
- Then $u-v=0$ a.e.
- Then $T$ is injective.