I'm trying to use induction to prove that the $n$th derivative of $x^{n}$ is $n!$. So, $$\frac{d^{n}}{dx^{n}} x^{n}=n!$$
This is what I've done so far,
Base Case: $n=1 \implies$ $$\frac{d^{1}}{dx^{1}} x^{1}=1!$$ So, $1=1$.
Assume: $n=k \implies$ $$\frac{d^{k}}{dx^{k}} x^{k}=k!$$
End Goal (what we want to show): $$\frac{d^{k+1}}{dx^{k+1}} x^{k+1}=(k+1)!$$
So, $$\frac{d^{k}}{dx^{k}} x^{k}+x^{k+1}$$ $$= kx^{k-1}+x^{k+1}$$
But I'm not sure where to go from here or if this was the right way to approach this.
Your statement may be: $\frac{d^{n}}{dx^{n}} x^{n}=n!$ for $n\in\mathbb{N}.$
The last step of your induction should be:
$$\frac{d^{k+1}}{dx^{k+1}} x^{k+1}=\frac{d^{k}}{dx^{k}}(\frac{d}{dx} x^{k+1})=\frac{d^{k}}{dx^{k}}((k+1)x^k)=(k+1)\cdot k! = (k+1)!.$$