Prove that
$ h_n(x) = (-1)^n e^{x^2} \frac{d^n}{dx^n} e^{-x^2} \qquad \qquad (1)$
is a polynomial of n-th degree (in fact it's the n-th Hermite polynomial).
Evaluating for n=1 with the chain rule
$ - e^{x^2} \left( e^{-x^2} (-2x) \right) = 2x $
and for n=2
$ e^{x^2} \left( e^{-x^2} (-2x)^2 + e^{-x^2} (-2) \right) = 4x^2 -2 $
and for n=3
$ -e^{x^2} \left( e^{-x^2} (-2x)^3 + e^{-x^2} (\text{lower terms}) \right) = 8x^3 + \text{lower terms} $
so for general n we have $ 2^n x^n + \text{lower terms} $.
It becomes clear that the proposition is true, but I am not sure how much is required for the formal proof and how to do it. There is a condition given here in the first answer for whether any function is a polynomial , but that does not help me. I can't find a clue on how to attack the general expression (1) to do a formal proof "in closed form". Could anyone give me a hint? Is this possible at all?