I'm trying to determine some limits and it makes me wonder if my intuition about asymptotics is just wrong: Our calculus professor used to say that $\sum\limits_{n=1}^{\infty} \frac{1}{n}$ is basically the slowest divergent sum. Now, in my understanding this would mean that if I have $$\sum\limits_{n=1}^{\infty} a_n^2 < \infty$$ it would follow that $a_n^2 \in o(\frac{1}{n})$ and therefore $a_n \in o(\frac{1}{n^{1/2}})$. Since $\sum\limits_{k=1}^n \frac{1}{k^{1/2}} \sim \sqrt{n}$ it follows that $\sum\limits_{k =1}^n a_n \in o(\sqrt{n})$.
Am I using the Landau-symbols correctly and can one just carry out calculations with them like that?