Prove $D^n(x^n)=n!$ for n=1,2,3...
*note $D^n(x^n)$ is the nth derivative of $x^n$
Ok so I am very familiar with proof by induction and all the preliminary context but I am stuck where i need to prove for k+1. I currently have: $$D^k(x^k)*D^{k+1}(x^{k+1})$$
$$=n!*D^{k+1}(x^{k+1})$$
I am not sure if I am suppose to have multiplication between the terms and I do not know how to handle the $D^{k+1}(x^{k+1})$
Assuming $D$ is a linear operator:
$$D^{k+1}(x^{k+1})=D^k(D^1(x^{k+1}))$$$$=D^k((k+1)x^k)=(k+1)D^k(x^k)$$$$=(k+1)k!=(k+1)!$$