I'm trying to prove that there is no $f$ that is differentiable over $\mathbb{R}$ such as that $f'(x)=(1+|x|)^\frac{1}{x}$ for every $x\neq0$
Steps:
Show that: $\lim_{x\to0^+}f'(x)=e$, $\lim_{x\to0^-}f'(x)=e^-1$
Because the limits of both sides exist but are different, $x=0$ is a jump discontinuity
According to Darboux's thoerem, $f'$ discontinuity points can only be of essential kind. Therefore, $f'$ that is described, can't be the derivative of any function over $\mathbb{R}$ when $x\neq0$
Is this proof correct?
EDIT: The limits calculation:
$\lim_{x\to0^+}f'(x)=\lim_{x\to0^+}(1+|x|)^\frac{1}{x}=\lim_{x\to0^+}(1+x)^\frac{1}{x} = e$
$\lim_{x\to0^-}f'(x)=\lim_{x\to0^-}(1+|x|)^\frac{1}{x}=\lim_{x\to0^-}(1-x)^\frac{1}{x} = \lim_{x\to0^-}e^{\ln(1-x)^\frac{1}{x}}=\lim_{x\to0^-}e^{\frac{1}{x}\cdot\ln(1-x)}$
Using $L'hopital$: $\lim_{x\to0^-}\frac{\ln(1-x)}{x} = \lim_{x\to0^-}\frac{-1}{1-x} = -1$. Since $e^x$ is continuous, $\lim_{x\to0^-}e^{\frac{1}{x}\cdot\ln(1-x)}$ is $e^-1$