$l^p$ norms and the relationship between $l^{p_1}$ and $l^{p_2}$ where $p_1<p_2$

313 Views Asked by At

Let $a=\lbrace a_n \rbrace_{n=1}^\infty$ be a sequence of real numbers. We define $\| a\|_p = \left( \sum_{n=1}^\infty a_k^p \right)^{1/p}$ for $0<p<\infty$ and $\| a\|_\infty = \sup_k |a_k|$. If the series is finite we say that $a$ belongs to $\ell^p$. I want to show that $\ell^{p_1}\subset \ell^{p_2}$ when $0<p_1<p_2\leq \infty$. It is easy to see that $\ell^p\subset \ell^\infty$ because if $a$ is $\ell^p$ then the sequence $\lbrace a_n \rbrace_{n=1}^\infty$ tends to zero and consists of real numbers, so there is a maximum and it is attained. I am having a real problem showing the inclusion for general $p_1<p_2$, however.

This is what I have: Since $\sum a_k^{p_1}$ converges, $\lim_{k\to\infty} a_k^{p_1} = 0$. Thus choose $N\in\mathbb{N}$ where for all $n\geq N$ we have that $a_n^{p_1}<1$. Observe that $p_2/p_1 >1$. Then we have that $a_n^{p_2}=(a_n^{p1})^{p_2/p_1}<a_n^{p_1}$. By [some comparison theorem here] we may conclude that $\sum a_k^{p_2}$ converges.

1

There are 1 best solutions below

2
On BEST ANSWER

The key point to use is that ($p < \infty$ here) $$a \in \ell^p \implies a_n \to 0 \implies |a_n| < 1 \text{ for all large $n$}$$

Then since $p_2 > p_1$, it's true that $|a_n|^{p_2} < |a_n|^{p_1}$, so we can just compare directly. The finitely many terms that are large don't affect convergence, so we're done.