I have seen in a paper that, if $A=\mathcal{O}(p^2)$ and $B=\mathcal{O}(p)$ then,
how can we say that, $A^{-1/2}B$ is diverging?
The way I thought is,
if $A = \mathcal{O}(p^2)$, then $A^{-1/2}$ = $\mathcal{O}(p^{-1})$, then $A^{-1/2}B$ = $\mathcal{O}(p^{-1})\mathcal{O}(p) = \mathcal{O}(1)$. If so, we can't say it is diverging?
Any help is greatly appreciated.