Suppose that $\sum_{k=1}^{\infty} a_k x_k$ converges for all $x=(x_n)\in l_2$. Prove that $(a_n) \in l_2$.
My attempt
Let $T_n: l_2 \to \mathbb{K}$, $T_n(x) = \sum_{k=1}^{n} a_k x_k$. ($\mathbb{K} = \mathbb{R}$ or $\mathbb{K}=\mathbb{C}$).
Each $T_n$ is linear.
By Hölder's inequality: $$|T_n(x)| \leq \sum_{k=1}^{n} |a_k x_k| \leq \bigg(\sum_{k=1}^{n} |a_k|^2 \bigg)^{\frac{1}{2}}\|x\|_2$$
Thus, each $T_n$ is continuous.
I tried to apply Uniform boundedness principle for the linear functionals $T_n$ .
Given $x \in l_2$, I have to prove that $\{|T_n(x)|: n \in \mathbb{N}\}$ is bounded.
I'm stuck here.
I've read the answers to this question but it's still not clear to me why $\{|T_n(x)|\}$ is bounded.
Why is $\{|T_n(x)|: n \in \mathbb{N}\}$ bounded?
I would appreciate if someone could explain it to me.
Thanks in advance