I just cannot prove that $$\frac {d}{dx} {x^n} = n x^{n-1}$$ for $ n \in \Bbb R$.
For $n \in \Bbb{N}$, I can use the definition of a derivative :
$$\frac {d}{dx}x^n = \lim_{h \rightarrow 0} \frac{(x+h)^n - x^n}{h}$$
Now applying "Binomial Expansion" for $\displaystyle (x+h)^n=\sum_{i=0}^{n}{n \choose i }x^{n-i}h^i$ and expanding, the $x^n$ term in the numerator cancels out and the $h$ from denominator divides the entire remaining expression . Taking limit $h$ tending to $0$ gives the required result.
I have been taught that the derivative result holds for all real $n$. But I am not aware of any "formula" which can allow me to expand a binomial expression with real index. I do know about the Taylor Expansion, but if I remember correctly, it utilises the very derivative that I am trying to find.
How can I proceed ?
As stated in the comments we can use the fact that $$x^n=e^{n\ln{x}}$$ For all $x \in \mathbb{C}$ except $0$, $n \in \mathbb{C}$. Then, by using the chain rule, we have $$\frac{d}{dx}\Big(e^{f(x)}\Big)=f'(x)\cdot e^{f(x)}$$
So, $$\frac{d}{dx}\Big(x^n\Big)=\frac{d}{dx}\Big(e^{n\ln{x}}\Big)=\frac{n}{x}\cdot e^{n\ln{x}}=\frac{n}{x} \cdot x^n = n \cdot x^{n-1}$$