Let $f$ be a function defined on an interval $(a,b)$ and let $c \in (a,b)$. The symmetric derivative of $f$ at $c$ is defined by $f'_s(c)=lim_{h\to 0} \frac{f(c+h)-f(c-h)}{2h}$ provided that the limit exists. Prove that $f'_s(c)$ exists whenever $f'(c)$ exists, but that it is possible for $f'_s(c)$ to exists even when $f'(c)$ does not exist.
I have already proved it is possible for $f'_s(c)$ to exist when $f'(c)$ DNE, using the function $f(x)=|x|$.
But my struggle is with part 1: I know that we should assume that $f'(c)$ exists, and since $f'(c)$ exists then we know $lim_{x\to c} \frac{f(x)-f(c)}{x-c}$ exists. Now my struggle is getting from this to the definition of symmetric derivative.