To prove
$\lim_{x\to0^+} f(x)= \lim_{x\to0^-} f(-x)$
I am trying to make my fundamentals strong in limits which is why I am solving the Spivak's book. Now, this problem is seemingly very simple but I'm stuck in the following way:
Let $\lim_{x\to0^+} f(x)= L$. Then according to the definition given in spivak calculus for "Limits from above", given $\epsilon \gt0$ there is $\delta \gt 0$, such that for all $x$ if $0 \lt x \lt \delta$ then $|f(x)-L|\lt\epsilon$.
Now according to the definition given in spivak calculus for "Limits from below", if, $\lim_{x\to0^-} f(-x)= L$, then given $\epsilon \gt0$ there is $\delta' \gt 0$, such that for all $x$ if $0 \lt -x \lt \delta'$ then $|f(-x)-L|\lt\epsilon$
I tried putting $y=-x$ in the definition of "limits from above" but couldn't arrive at the definition for "limits from below".
Any help in solving this problem to clear my concept on limits is appreciated, Thank you.