I am looking over examples and the definitions for this section but I am still not familiar with all the tricks. I appreciate any help with proving this (from hints to maybe a solution. It is only a review so I just need something to look at and make sure I am doing it right). Thank you.
Prove $$\liminf_{n \to \infty} s_n \le \limsup_{n \to \infty} s_n$$
Hint: for every $n$ we have $$\inf_{m \ge n}s_m \le \sup_{m \ge n}s_m$$
Edit: if the sequence $\{s_n\}$ is bounded then just take the limit and you are done.
If the sequence is not bounded make sure you are defining things in the following way:
set $\alpha_n = \inf_{m \ge n}s_m$ then define $$\liminf_{n \to \infty}s_n = \begin{cases}-\infty & \text{if}\ \alpha_n = -\infty\ \text{for all}\ n\\ \lim_{n \to \infty}\alpha_n & \text{otherwise.}\ \end{cases}$$
Do the same for the limit superior and finally everything works. (this prevents you from meaningless things like taking the limit of $-\infty$) :D