Suppose we have functions $f(x),g(x),u(x),v(x)$ such that $f(x)\sim g(x)$ and $u(x)\sim v(x)$ as $x\rightarrow x_0$. How can I show that $f(x)+u(x)\sim g(x)+v(x)$ as $x\rightarrow x_0$?
I'm using the following definition:
$$f(x)\sim g(x) \text{ as } x\rightarrow x_0\iff \underset{x\rightarrow x_0}{\lim} \frac{f(x)}{g(x)}=1.$$
I'm able to show the similar properties for the product $f(x)u(x)$ and the quotient $f(x)/u(x)$, using the product rule for limits, but I cannot show it for the sum. Could anyone help?
EDIT: Assuming $g(x)+v(x)\ne 0$ nor does it approach 0.