I was reading the following proof about $\lim_{x\to a}$$[f(x)+g(x)]$$=$$\lim_{x\to a}f(x)$$+$$\lim_{x\to a}g(x)$
In the proof it is assumed that $\lim_{x\to a}f(x)=K$ and $\lim_{x\to a}g(x)=L$
Here is the proof:
Let $\epsilon$>0 then because $\lim_{x\to a}f(x)=K$ and $\lim_{x\to a}g(x)=L$ there is an $\delta_1$ and $\delta_2$ such that,
$\vert f(x)-K\vert$<$\frac \epsilon2$ whenever $0<\vert x-a\vert<\delta_1$ and $\vert g(x)-L\vert$<$\frac \epsilon2$ whenever $0<\vert x-a\vert<\delta_2$
Now choose $\delta= \min \{\delta_1,\delta_2\}$
We need to show that "$\vert f(x)+g(x)-(K+L)\vert < \epsilon$" whenever $0<\vert x-a\vert<\delta$
This is the part I don't understand.First how he got this absolute value from the left side? Can I just add the two absolute values from before to get this result? I know that if I add $\frac \epsilon2$+$\frac \epsilon2$ I get the right side of inequality but I don't know how to get the one from the left
Assume that $0<\vert x-a\vert<\delta$, we then have $\vert f(x)+g(x)-(K+L)\vert = \vert (f(x)-K)+(g(x)-L)\vert $$<=\vert f(x)-K \vert + \vert g(x)-L \vert$ (by triangle inequality) $<\frac \epsilon2+\frac \epsilon2$(by previous definition)