Assume that $u_n$ is a real sequence such that $u_n = O(1/n)$ as $n$ tends to infinity. It means that there exists a positive $M$ and integer $n_0$ such that $ \left|\frac{u_n}{n^{-1}}\right| \leq M \text { for all } n \geq n_0.$
So, $\left|u_n \cdot n \right| \leq M \text { for all } n \geq n_0.$
However, $n$ can become very large and therefore in order to stay bounded $u_n$ should get closer and closer to $0$.
Therefore, $u_n$ is $o(1)$?