I have the following problem. I need to show that for a bounded sequence (of sequences) $\{a_n\}\subset \ell^q$, such that $\lim_{n\to\infty} a^n_i = 0$, i.e. the sequence converges coordinate-wise to zero, the following holds for all $x\in\ell^p$:
$$\lim_{n\to\infty} \sum_{i=1}^\infty a^n_i x_i = 0 $$
Now my first attempt was to use Hölder's inequality in the following way:
$$ \left| \sum_{i=1}^\infty a_i^n x_i \right| \leq \|a^n\|_q \|x\|_p $$
and then showing that $\lim_{n\to\infty} \|a^n\|_q =0$. However, this need not be true, take for example the sequence $\{e_n\}\subset \ell^q$ (where as always $e_n = (0,0,\ldots,1,0,\ldots)$ with the 1 in the $n$-th slot), this sequence satisfies our assumptions of boundedness and coordinate-wise convergence to zero, however the $\ell^q$-norm remains 1 for each $n$. So what other weapons do we have to attack this problem?