I have a few questions about the following exercise in Stein's Real analysis.
Exercise 29
Let $T$ be a compact operator on a Hilbert Space $\mathcal H$ and assume $\lambda \neq 0$.
(a) Show that the range of $\lambda I - T$ defined by $\{g \in \mathcal H \ : \ \exists f \in \mathcal H, \ g = (\lambda I - T)f \}$ is closed.
(b) Show, by example, that this may fail when $\lambda = 0$.
(c) Show that the range of $\lambda I - T$ is all of $\mathcal H$ if and only if the null space of $\bar \lambda I - T^*$ is trivial.
This page explains the answer of (a), and below is my attempt to solve (c).
Consider the case that $\lambda I - T$ is all of $\mathcal H$, and I assumed that $\exists f \neq 0$ such that $\bar \lambda f = T^* f$. $f$ is an eigenvector of $T^*$ with eigenvalue $\bar \lambda$. Then, $f$ is an eigenvector of $T$ with eigenvalue $\lambda$ : $Tf = \lambda f$. But, this does not give an useful conclusion, such as $\exists g \in \mathcal H$ s.t. $g \neq (\lambda I - T)f $ for all $f \in \mathcal H$...
Any help about part (c) would be appreciated. Also, some hints about $\lambda = 0$ so that the range is not closed (regarding (b)) would also be appreciated. Thank you.
(Later, I'll write down what I've done regarding (a) that the writer in the linked page had skipped, such as $\lambda I - T$ is bounded, $V_{\lambda}$ is closed, and $S$ is bijection)
1st: $\lambda I - T$ is bounded
Consider $\{f_n\} \subset \mathcal H$ such that $\lim_{n \to \infty}\Vert f_n-f \Vert = 0$ for $f \in \mathcal H$.
$$\Vert (\lambda I - T)f_n - (\lambda I - T)f \Vert$$ $$ =\Vert \lambda (f_n - f) - T(f_n - f) \Vert $$ $$ \le |\lambda|\Vert f_n-f \Vert + \Vert T(f_n-f) \Vert$$ $$ \le |\lambda|\Vert f_n-f \Vert + \Vert T \Vert \Vert f_n-f \Vert$$
Note that $T$ is compact, and thus bounded.
Then $\lim_{n \to \infty}\Vert (\lambda I - T)f_n - (\lambda I - T)f \Vert = 0$.
Thus $\lambda I - T$ is continuous and bounded.
2nd: $V_{\lambda}$ is closed
Choose the convergent sequence $\{f_n\}$ from $V_{\lambda}$ : $\lim_{n \to \infty}\Vert f_n-f \Vert = 0$ for $f \in \mathcal H$
$(\lambda I - T)f_n = 0$ for all $n \in \mathbb N$, so using the result above,
$$\Vert (\lambda I - T)f_n - (\lambda I - T)f \Vert = \Vert (\lambda I - T)f \Vert \le |\lambda|\Vert f_n-f \Vert + \Vert T \Vert \Vert f_n-f \Vert$$
and taking the limit of $n$ to $\infty$, $\Vert (\lambda I - T)f \Vert = 0$. This means $f \in V_{\lambda}$, so $V_{\lambda}$ is closed.
3rd: $S: V_{\lambda}^{\bot} \to \mathcal R$ is bijective
It suffices to show that $S$ is injective. Denote the range of $\lambda I - T$ as $\mathcal R$ for simplicity.
Consider $g_1, g_2 \in \mathcal R$ such that $g_1 = (\lambda I - T)f_1$ and $g_2 = (\lambda I - T)f_2$ and $f_1, f_2 \in V_{\lambda}^{\bot}$
When $g_1 = g_2$, $T(f_1-f_2) = \lambda (f_1-f_2)$ holds.
So, $f_1 - f_2 \in V_{\lambda}$.
Since $V_{\lambda}^{\bot}$ is a subspace, $f_1-f_2 \in V_{\lambda}^{\bot}$
Using the fact $V_{\lambda} \cap V_{\lambda}^{\bot} = \{0\}$, $f_1-f_2 = 0$.
Thus, $f_1 = f_2$.
This proves that $S$ is injective, and thus $S$ is bijective.