Let $p\in [1,2)$ and define $B=\{(x_n)_n: \sum_n |x_n|^p\leq R\}$ for any $R>0$. I need to show that this set is closed in $\ell^2$.
My idea was the following.
Let me pick $(x^{(k)})_k=((x_n^{(k)})_n)_k\in B$ a convergent sequence, say $((x_n^{(k)})_n)_k\rightarrow (x_n)_n$ as $k\rightarrow \infty$. I need to show that $(x_n)_n\in B$. Hence consider $$\begin{align} \sum_n |x_n|^p&=\sum_n \left|\left(x_n-x_n^{(k)}\right)+x_n^{(k)}\right|^p\\&\leq\sum_n \left(\left|\left(x_n-x_n^{(k)}\right)\right|+\left|x_n^{(k)}\right|\right)^p \end{align}$$
Now the problem is that here I need to apply the Binomial Theorem to continue, hence I wanted to ask if there is an easier way to find an upper bound. I want to separate this two summands since I know that $\sum_n |x_n^{(k)}|^p\leq R$ and $\sum_n \left|\left(x_n-x_n^{(k)}\right)\right|^p $ can be bounded since $((x_n^{(k)})_n)_k\rightarrow (x_n)_n$.
Could maybe someone give me a hint how to proceed?