I am trying to show that for each sequence of real numbers $\{a_k\}_{k = 1}^\infty$, with $\sum_{k=1}^\infty |a_k| < \infty$, we also have that $\sum_{k=1}^\infty |a_k|^2 < \infty$.
In my "proof", so far I have deduced that for each positive integer $n$, we have
\begin{align}
\sum_{k=1}^n |a_k|^2 \leq \left(\sum_{k=1}^\infty |a_k|\right) \left( \sum_{k=1}^n |a_k|\right).
\end{align}
I am tempted to say that taking the limit as $n \to \infty$, we have
\begin{align}
\sum_{k=1}^\infty |a_k|^2 \leq \left(\sum_{k=1}^\infty |a_k|\right)^2,
\end{align} but I am not completely convinced of this step. The reason is that all we seem to know is that the partial sums $\sum_{k=1}^n |a_k|^2$ are bounded, but this this alone is not sufficient to deduce convergence.
Is it possible to extend the inequality regarding the partial sums to deduce the convergence of $\sum_{k=1}^\infty |a_k|^2$?