This is the big O-Notation as given today in one of our exercise classes (it is sloppy but just as it was on the blackboard):
$$\begin{align*} &f = O(g):\quad\limsup_{x \rightarrow a}\, \left|\frac{f}{g}\right| < \infty\\\\ &f = o(g):\quad\lim_{x \rightarrow a} \,\left|\frac{f}{g}\right| = 0 \end{align*}$$
I asked the Teaching assistant why in the first case the limit superior is used and in the second only the limit, but he didn't know. A fellow student said that it is maybe because if we have convergence to zero, it follows that lim sup = lim inf. Is this correct? And if so, why?