I have not found the complete list of operations that we can perform on asymptotic equivalences using the $\sim$ notation. This equivalence is defined as follows: $f \sim g$ if $\lim_{x \to \infty} f(x)/g(x) = 1$.
What about the composition? Let us suppose that we have $f \sim g \circ h_1$ and $h_1 \sim h_2$. Can we write $f \sim g \circ h_2$?
Thank you.