If $r\le s$ then $l^r\subseteq l^s$. How can I prove there is a continuous injection $l^r\hookrightarrow l^s$? The suggestion was to use the fact that $\Vert x\Vert_r\le\Vert x\Vert_s$. Also how can I prove that $l^1$ is dense in $l^2$?
Thank you!!
If $r\le s$ then $l^r\subseteq l^s$. How can I prove there is a continuous injection $l^r\hookrightarrow l^s$? The suggestion was to use the fact that $\Vert x\Vert_r\le\Vert x\Vert_s$. Also how can I prove that $l^1$ is dense in $l^2$?
Thank you!!
Consider the map $$\phi: l_r \to l_s : f \mapsto f.$$ This map is well defined, that is $$f \in l_r \Rightarrow f \in l_s;$$ to see this just observe the following inequalities for $f \in l_r$: $$||f||_s < || f ||_r < \infty.$$ This shows that $f \in l_s$. Clearly this map is injective. Suppose $\phi(f) = \phi(g)$, then $f = \phi(f) = \phi(g) = g$, which proves injectivity.
For continuity: just use the epsilon definition of continuity in metric spaces for the map $\phi$.
For density: Pick any $\epsilon$ and any $f \in l_2$. Construct a function $g \in l_1$ such that $||f - g||_2 < \epsilon$. Since you picked everything arbitrarily you've proven that $l_1$ is dense in $l_2$.
HINT FOR DENSITY: Take any $f = (a_i)_{i \in \mathbb{N} }\in l_2$. There exists some $N \in \mathbb{N}$ such that $\sum_{n= N}^\infty a_n^2 < \epsilon$. Can you use this information to construct some $g \in l_1$ such that $||f-g||_2< \epsilon$? So $||f ||_2^2= \sum_{n=0}^{N-1}a_n^2 + \sum_{n= N}^\infty a_n^2$.
Here is a link worth looking at: $L^p$ and $L^q$ space inclusion
It is a bit different but I think it will help you.
Oh I have a question: in the first answer you wrote for every $f$ in $l_2$, in the comments you said for some $f$. I would say it has to be for every $f$, correct?
– Rock Jun 20 '16 at 19:01