I’m interested in what operations preserve asymptotic relationships.
For example, I can prove that if $f=o(g)$ (as $x\to\infty$), then $a^f=O(b^g)$, for any bases $a,b>1$.
But I think that’s the best we can say: I don’t think we can improve the big-oh in the conclusion to a little-oh. Yet I can’t find a counterexample.
Is that right? If so, what’s a good counterxample?
More generally, what’s some good intuition about how asymptotic relationships change when we apply an operator besides exponentiation?