If $\mathcal{P}$ is space of polynomials in $n$ variables with complex coefficients. Let $\mathcal{P_m}$ be the subspace of homogeneous polynomials of degree m. How would i show that for two polynomials $$p(x) = \sum_{\alpha} a_\alpha x^\alpha, q(x) = \sum_{\alpha}b_\alpha x^\alpha,\quad x^{\alpha} = x_1^{\alpha_1}\cdots x_n^{\alpha_n} $$ with $\alpha_1 +\cdots + \alpha_n = m$. The inner product defined as
$$\langle p, q\rangle = \left(p\left(\frac{\partial}{\partial x}\right)\overline{q}\right) (0) \qquad \qquad \ \qquad \ \qquad (1) $$ is equal to
$$\langle p, q\rangle \sum_\alpha \alpha! a_\alpha \overline{b_\alpha} $$
where $\alpha! = \alpha_1!\cdots\alpha_n!$.
I see that in equation (1), that since we evaluate in "$0$" all the variables term disappear, so we only have a product of the constant terms. My attempt would be something like
\begin{align} \langle p,q \rangle &= \sum_\alpha a_\alpha\left( \frac{\partial}{\partial x} \right)^\alpha \sum_\alpha \overline{b_\alpha x^\alpha} (0) \\ &= \sum_\alpha a_\alpha \left( \frac{\partial^{|\alpha|}}{\partial x_1\cdots \partial x_n }\right) \sum_{\alpha} \overline{b_\alpha x^\alpha} (0) \end{align} how would i get $\alpha!$ out of this??