Let $n\in\mathbb{N}_0$ and $x\in\mathbb{C}$ with $x^{[n]}=\frac{x^n}{n!}$ and $x^{[-1]}=0$. Show for $x,y\in\mathbb{C}$ that $(x^{[n]})'=x^{[n-1]}$.
Our lecture has not introduced integrals yet, let alone the gamma function, we have only so far covered differential calculus up to the Taylor series.
I know that $\sum_{n=0}^{\infty}\frac{x^n}{n!}=e^x$, but surely the derivative of $e^x$ is $e^x$ itself again and thus not what we're looking here for…right? Can anybody suggest a workable approach to me? I'm quite stumped right now, even though this exercise is apparently intended to be not that hard.
Differentiating with respect to $x$ means you keep the other constants as a variable. Therefore, ignore the $n!$ in the denominator.$$f(x)=\frac {x^n}{n!}\qquad\implies\qquad f'(x)=\frac {nx^{n-1}}{n!}$$Expand the factorial as the product of integers and simplify$$\begin{align*}f'(x) & =\frac {nx^{n-1}}{n(n-1)(n-2)\cdots1}\\ & =\frac {x^{n-1}}{(n-1)(n-2)\cdots1}\\ & =\frac {x^{n-1}}{(n-1)!}\end{align*}$$