Suppose that $\lim_{x\to a} f(x) =A$ and $\lim_{x\to a} g(x) =B$ and $B \neq 0$. Then $\lim_{x\to a} \frac{f(x)}{g(x)} = \frac{\lim_{x\to a} f(x)}{\lim_{x\to a} g(x)} = \frac{A}{B}$.
This is really well known and very easy to prove by the regular definition of limits, but I'm dealing with another proof which I think is way more direct! But I'm not sure if a fact at the end of the proof is correct, in fact I don't have a clear idea how to show that fact instead of just saying the conclusion!
So here is my proof:
From the definition, if a function has a limit then that function can be shown as the sum of his limit and an infinitely small function: So $f(x)=A+\alpha(x)$ where $\alpha(x)$ is infinitely small as $x \to a$. On the other hand $g(x)=B+\beta(x)$ where $\beta(x)$ is also an infintely small function as $x \to a$. Now, $\frac{f(x)}{g(x)}=\frac{A+\alpha(x)}{B+\beta(x)}=\frac{A}{B} + \left [\frac{A+\alpha(x)}{B+\beta(x)}-\frac{A}{B} \right]$. So by the same definition used at the beginning we have the desired, where $\left [\frac{A+\alpha(x)}{B+\beta(x)}-\frac{A}{B} \right]$ infinitely small as $x \to a$.
So my question is how to show that the last part is infinitely small(as claimed before)?!