Let $I$ be the open interval $(0, 1)$. I'm trying to solve below exercise in Brezis' Functional Analysis, i.e.,
Exercise 8.16 Let $E=L^p(I)$ with $1 \leq p<\infty$. Consider the unbounded operator $A: D(A) \subset E \rightarrow E$ defined by $$ D(A)=\left\{u \in W^{1, p}(I) : u(0)=0\right\} \quad \text { and } \quad A u=u^{\prime} . $$
- Check that $D(A)$ is dense in $E$ and that $A$ is closed (i.e., its graph $G(A)$ is closed in $E \times E$).
- Determine $R(A)$ and $N(A)$.
- Compute $A^{*}$. Check that $D\left(A^{*}\right)$ is dense in $E^{*}=L^{p'}(I)$ when $1<p<\infty$, but $D\left(A^{*}\right)$ is not dense in $E^{*}=L^{\infty}(I)$ when $p=1$. Here $p'$ is the Hölder conjugate of $p$.
There are possibly subtle mistakes that I could not recognize in my below attempt. Could you please have a check on it?
- We have that $C_c^1 (I) \subset W_0^{1, p} (I) \subset D(A)$ and that $C^\infty_c (I)$ is dense in $E$. Then $D(A)$ is dense in $E$. Let's prove that $G(A)$ is closed in $E \times E$. Let $(u_n, u'_n)$ be a sequence in $G(A)$ such that $(u_n, u'_n) \to (u, v)$ in $E \times E$. First, we prove that $u \in W^{1, p}(I)$ with $u' =v$. Indeed, $$ \int_I u_n \varphi' = - \int_I u_n' \varphi, \quad \varphi \in C^1_c (I), $$ and at the limit $$ \int_I u \varphi' = - \int_I v \varphi, \quad \varphi \in C^1_c (I). $$
It is clear that $u_n \to u$ in $W^{1, p}(I)$. By Theorem 8.8 (in the same book), $W^{1, p}(I) \subset L^{\infty}(I)$ with continuous injection. Then $u(0)=0$ and thus $u \in G(A)$. This completes the proof.