Supposed I have $\lim_{x \to a}f(x)=-\infty.$ and $\lim_{x \to a}g(x)=c.$
Prove that $\lim_{x \to a}(f(x)+g(x))=-\infty.$
By the epsilon delta definition I know that for every $M<0$, i have:
$f(x)<M$ whenever $0<\left|x-a\right|<\delta_1$
and for every $\epsilon>0$ , i have
$\left|g(x)-c\right|<\epsilon$ whenever $0<\left|x-a\right|<\delta_2$
In order to prove the result I need to choose a $\delta_3$ such that given $Q<0$,
$f(x)+g(x)<Q$ whenever $0<\left|x-a\right|<\delta_3$
May I ask how I go about affixing the expression for $M$ and $\epsilon$ such that I will end up with $Q$ that will be negative by nature? Some hints will be appreciated!