If $y=e^{-x^2}$, prove with induction that $$\frac{d^ny}{dx^n}=(-1)^nH_n(x)e^{-x^2}$$ with $H_n(x)$ a polynomial function with degree $n$.
This is my shot
Basic step: $\frac{d^0y}{dx^0}=(-1)^0H_0(x)e^{-x^2}$ which leads to the function itself, namely $e^{-x^2} = e^{-x^2}$.
Induction step: We assume that $$\frac{d^ky}{dx^k}=(-1)^kH_k(x)e^{-x^2}$$ is correct, so we need to prove that $$\frac{d^{k+1}y}{dx^{k+1}}=(-1)^{k+1}H_{k+1}(x)e^{-x^2}$$
We can write $$(-1)^{k+1}H_{k+1}(x)e^{-x^2} = \underbrace{(-1)^{k}H_{k}(x)e^{-x^2}}_{\text{equal to $\frac{d^ky}{dx^k}$ by induction}}(-1)^1 H_{1}(x)$$
I don't know how to get any further and I also don't know if this step was possible: $H_{k+1} = H_{k}H_{1}$.