Early on in precalculus/calculus I learned that a $$\lim_{x\to c} ~ f(x)$$ does not exist if $$\lim_{x\to c^{+}} ~ f(x) \neq \lim_{x\to c^{-}} ~ f(x)$$
I'm having trouble understanding how to translate/map this concept to the $\epsilon-\delta$ definition of limits and the idea of errors($\epsilon$) and distances($\delta$). Why does the definition have those specific constraints?
Let $a=\lim_{x\to c^+}f(x)$, $b=\lim_{x\to c^-}f(x)$. Let $\epsilon =\frac{|a-b|}2>0$. Then there exists $\delta_+$ such that $c<x<c+\delta_+$ implies $|f(x)-a|<\epsilon$. And there exists $\delta_->0$ such that $c>x>c-\delta_-$ implies $|f(x)-b|<\epsilon$. Go figure.