Assume: $f:R^d \to R^m$ is a function, so $c>0$ and $\alpha\gt1$ exists with $||f(x)||\le c||x||^\alpha$ for all x in the neighbourhood of $0\in R^d$.
Show that $f$ is differentiable at $0$ and Calculate the Derivation
I made this: With the Formula $$lim_{x\to x_0} \frac{f(x)-f(x_0)-A(x-x_0)}{||x-x_0||} = 0$$ comes $$\lim_{x\to 0} \frac{f(x)-f(0)-A(x)}{||x||} =0$$ and with Definition $$lim_{x\to0}\frac{c||x||^\alpha - A(x)}{||x||}=0$$ so $$\lim_{x\to0}\frac{A(x)}{||x||}=\frac{c||x||^\alpha}{||x||}=c||x||^{\alpha-1}$$
but Derivation of $c||x||^\alpha$ is $\alpha c||x||^{\alpha-^1}$ isn't it?
It seems i made a mistake. Can someone revise it please
Thanks