Without using the chain rule, I want to show that the derivative of an even function is an odd function; here's my attempt:
We have
$$ f'(-x) = \lim_{h \to 0} \frac{f(-x + h) - f(-x)}{h}$$
$$ = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h},$$
from using the fact that $f(-x) = f(x)$. This appears to show that the derivative is again even ...
Where's my mistake?
I have also tried subtracting the above two limits to get:
$$\lim_{h \to 0} \frac{f(-x + h) - f(-x)}{h} - \frac{f(x + h) - f(x)}{h} = 0$$
$$ \implies \lim_{h \to 0} \frac{f(-x + h)-f(x + h)}{h} = 0,$$
which doesn't appear to help much. Lastly, I tried multiplying both sides by $h$, but then I'd end up with a difference of function evaluations and no longer have a difference quotient to work with.
Thanks,