Suppose the function $f(x)$ has the properties: $\lim_{x\to 1^+}f(x) = 1$ and $\lim_{x\to 1^-}f(x) = -2$. It follows that $\lim_{x\to 1}f(x)$ does not exist.
Another function $h(x)$ has the properties: $\lim_{x\to 1^+}h(x) = -2$ and $\lim_{x\to 1^-}h(x) = 1$. It follows that $\lim_{x\to 1}h(x)$ does not exist.
1. $$\lim_{x\to 1^-}[f(x)+h(x)] = \lim_{x\to 1^-}f(x) + \lim_{x\to 1^-}h(x) = -2 + 1 = -1$$
2. $$\lim_{x\to 1^+}[f(x)+h(x)] = \lim_{x\to 1^+}f(x) + \lim_{x\to 1^+}h(x) = 1 + (-2) = -1$$
3. $$\lim_{x\to 1^-}[f(x)+h(x)] = \lim_{x\to 1^+}[f(x)+h(x)] = -1$$ $$\lim_{x\to 1}[f(x)+h(x)]=-1$$
Also, $$\lim_{x\to 1}[f(x)+h(x)] = \lim_{x\to 1}f(x) + \lim_{x\to 1}h(x)$$
However, the left hand side of this equation is equal to $-1$ while the right hand side of this equation is not defined; the right hand side of the equation is the sum of two undefined values.
My question regarding this problem is:
Is it true to say that $$\lim_{x\to 1}[f(x)+h(x)]=-1?$$ Or, is the problem a case where the addition rule for limits do not hold?