Define the sum, $S_n = \sum\limits_{k=1}^{n} a_k$
Given that the sequence $a_k$ is bounded above, so can I show that $S_n$ is bounded above this way? :
Since $a_k$ is bounded above, there exists a real number $M$ such that $a_k \leq M$, for all $k$. So, we have, $$S_n = \sum_{k=1}^{n} a_k = a_1+a_2+a_3+...+a_n \leq M+M+M+\cdots+M =nM$$
Hence $S_n$ is also bounded above.
Is it correct?