$$\lim_{x \rightarrow a}f(x)=L_1 , \lim_{x\rightarrow a}g(x) = L_2 $$
I'm trying to prove
$$\lim_{x \to a} f(x) g(x) = L_1 L_2$$
We have that
$$|f(x)g(x)-L_1L_2| = |f(x)g(x)-g(x)L_1+g(x)L_1 -L_1 L_2 |$$
Factoring $g(x)$ and $L_1$ and using triangle identity $$|g(x)(f(x)-L_1)+L_1(g(x)-L_2)| \leq |g(x)\color{blue}{(f(x)-L_1)}| + |L_1\color{red}{(g(x)-L_2)}|$$
Let $|f(x)-L_1|<\epsilon_1$ and $|g(x)-L_2| < \epsilon_2$ then we can have that
$$\epsilon_1 = \dfrac{\epsilon}{|g(x)|}, \epsilon_2 = \dfrac{\epsilon}{L_1}$$
However, I've been told that I cannot divide epsilon by a non-constant value like $g(x)$. Does it look right?