Given a piecewise function with a breakpoint, how can you show that the function is continuous.
For a function to be continuous at a point $x=a$, the following should hold: $\lim_{x\to a} f(x) = f(a)$
However, at a breakpoint $a$ when you approach the limit of $a$ from left ($a^-$) and right ($a^+$), it is not the same (slope is different). This is a necessary condition for a function to be continuous at a point $x=a$. How is this possible?
Example:
$f(x) = \begin{cases} -x-3 &\text{if $x \leq -3$;} \\ x+3 &\text{if $x >-3$}. \end{cases}$
