Question: Find all $\alpha\in \mathbb{R}$ such that $A=\{(x_n)_{n=1}^{\infty}\in l_p:\sum_{n=1}^{\infty} n^{\alpha}\cdot |x_n|^{p+1}\leq 1\}$ is totally bounded.
In the question, metric is not given. So, I think the metric is $d(x,y)=\left(\sum_{n=1}^{\infty}|x_n-y_n|^p\right)^{1/p}$.
My Work: $A$, a subset of $l_p$ is totally bounded if $\forall \epsilon>0$, $\exists N\in\mathbb{N}$ such that $\sum_{n=N}^{\infty} |x_n|^p<\epsilon$ for all $x\in A$. By Hölder's inequality, $$\sum_{n=N}^{\infty} |x_n|^p\leq \left(\sum_{n=N}^{\infty} n^{\alpha}\cdot |x_n|^{p+1}\right)^{p/(p+1)}\left(\sum_{n=N}^{\infty}n^{-p\alpha}\right)^{1/(p+1)}\leq \left(\sum_{n=N}^{\infty}n^{-p\alpha}\right)^{1/(p+1)}$$ Therefore, if $\alpha>\frac{1}{p}$, then we can find $N\in\mathbb{N}$ such that $\left(\sum_{n=N}^{\infty}n^{-p\alpha}\right)^{1/(p+1)}<\epsilon$ because $a_k=\sum_{n=k}^{\infty}n^{-p\alpha}\to 0$ when $k\to \infty$. Because of that, I think the answer is real numbers larger than $\frac{1}{p}$. To prove that we need to show that $\alpha\leq \frac{1}{p}$ don't work. I defined a new set $$B=\left\{(x_n)_{n=1}^{\infty}\in l_p:\sum_{n=1}^{\infty} n^{\frac{1}{p}}\cdot |x_n|^{p+1}\leq 1\right\}$$ $B\subseteq A$ because if $x\in B$, then $\sum_{n=1}^{\infty} n^{\alpha}\cdot |x_n|^{p+1}\leq \sum_{n=1}^{\infty} n^{\frac{1}{p}}\cdot |x_n|^{p+1}\leq 1$ and $x\in A$. So, it is enough to show that $B$ is not totally bounded. I could not continue after that part. How can I continue?