I'm having a little bit of difficulty proving this question:
Prove that $ \limsup_{n->\infty} |S_n| = 0 ~~$iff$ ~\lim_{n->\infty}S_n = 0. $
What I have so far:
$ (\Leftarrow)$
$ $Suppose $ \limsup_{n->\infty} |S_n| = 0. $
$ $Let$~ \epsilon > 0.~ \exists~N \in \mathbb{N} ~$such that$~ n > N \Rightarrow sup${${|S_n|: n>N}$}$ < \epsilon. $
$ \Rightarrow \forall n>N ~$we have$~ |S_n| < \epsilon \Rightarrow \lim_{n->\infty} S_n = 0. $
$(\Rightarrow)$
$ ~$Suppose$~ \lim_{n->\infty} S_n = 0. ~$Hence$,~ \lim_{n->\infty} |S_n| = 0. $
And this is about as far as I'm getting, I know I could use the fact that if lim|Sn| converges then limsup |Sn| and liminf|Sn| must also converge to the same limit and hence this would imply directly that limsup|Sn| must equal 0 but I would like to avoid using this fact and rather form a proof from the definition of lim sup, ie lim sup Sn = lim(sup{Sn: n>N}).
Any help for this would be much appreciated :) Also, if someone could tell if my <= argument is 100% correct that would be great too!
If you remove the phrase "such that $n > N$" in the second line of the proof of $(\Leftarrow)$, your proof there will make sense and be correct.
You may also remove the statement "Hence, $\lim_{n\to \infty} |S_n| = 0$". To continue the proof of $(\Rightarrow)$, let $s = \limsup |S_n|$. Since $S_n \to 0$, given $\epsilon > 0$, there exists a positive integer $N$ such that $|S_n| < \epsilon$ for all $n \ge N$. Then, for all $k \ge N$, $\sup_{n\ge k} |S_n| \le \epsilon$. Taking the limit as $k\to \infty$ results in $s \le \epsilon$. Since $s \ge 0$ and $\epsilon$ was arbitrary, $s = 0$.