I have the following function: $$ f(x)=e^{x^2}-1-x^2 $$ It is considered known that $ f(x) \geq \frac{x^4}{2} $ for any real $x$'s. I have to check the differentiability of the function $ g(x)=f(x)^{1/4} $ at the point $ x=0 $.
The derivative of $ g $ is $\frac{x(e^{x^2})}{2(e^{x^2}-x^2-1)^{3/4}} $. I tried computing the lateral limits, using either the known fact I mentioned above, L'Hospital, or the fact that $e^x>x+1$, but I can't seem to manage to do it.
The inequality that I mentioned was proved earlier in the problem, and I'm not sure if it is supposed to be used here as well. Thanks for your help!