I have a lot of problems with the following exercise that I can't solve.
Let $(L^1((0,1)), \|\cdot\|_{L^1}):=(E,\|\cdot\|)$ and $$C:=\{u\in E:u\geq0 \text{ a.e } x\in (0,1),\quad T(u)\geq 1\},$$ where $T:E\rightarrow \Bbb R, u\mapsto T(u)=\int_0^1xu(x)dx$. Show that:
- $C$ is nonempty, closed, convex subset of $E$;
- $d(0,C)=\inf\{\|u\|:u\in C\}=1$;
- there is no $u\in C$ such that $\|u\|=1$.
$C$ is nonempty because $u(x):=2\in C$ and also it is easy to see that $C$ is convex. My first problem is to show that $C$ is closed. So, we take $$(u_h)_h\subset C: u_h\rightarrow u \text{ in } E$$for some $u\in E$ and we want to show that $u\in C$. Now, I don't know if the following arguments are correct; I'd like if someone could help me to fix them:
- $u\geq 0\text{ a.e. } x\in(0,1)$ because it is the limit of a.e. non negative function (??);
- $T$ is continuous, so since $T(u_h)\rightarrow T(u)$ and $T(u_h)\geq 1$ for each $h$, it follows that also $T(u)\geq 1$.
Now let $u\in C$: $1\leq \int_0^1 xu(x)dx\leq \int_0^1u(x)dx=\|u\|$, so $1\leq d(0,C)$. To prove the equality, I guess we should find out a sequence $(u_h)_h\subset C$, such that $\|u_h\|\rightarrow 1$, but I don't know how to do it.
I have really no idea of how to approach the third and last point.
Can someone help me, please?