In "On the Mathematical foundations of Learning", p. 38, Cucker takes the example of the vector space $H_d$ of homogeneous polynomials of degree $d$ on sphere $\mathbb{S}^n = S(\mathbb{R}^{n+1})$ with inner product: $$ \left\langle \sum_{\alpha \in A_d} w_\alpha \cdot x^\alpha, \sum_{\alpha \in A_d} w'_\alpha \cdot x^\alpha \right\rangle_{H_d} = \sum_{\alpha \in A_d} w_\alpha \cdot w'_\alpha \cdot \frac{\alpha!}{d!} $$ where $A_d = \{ \alpha \in \mathbb{N}^{n+1} : \alpha_0 + \cdots + \alpha_n = d \}$, $x^\alpha = x_0^{\alpha_0} \cdots x_n^{\alpha_n}$, and $\alpha! = \alpha_0 ! \cdots \alpha_n !$.
He says one can prove $H_d$ is also the Hilbert Space associated to the reproducing kernel $K(x,x') = \left( x_0 \cdot x'_0 + \cdots + x_n \cdot x'_n \right)^d$ with $x$ and $x'$ in $\mathbb{S}^n$.
Now Mercer's theorem says that $K$ can be written $K(x,x') = \sum_{\alpha \in A_d} \lambda_\alpha \cdot \phi_\alpha(x) \cdot \phi_\alpha(x')$ with a family of positive eigenvalues $(\lambda_\alpha)_{\alpha \in A_d}$ and a family $(\phi_\alpha)_{\alpha \in A_d}$ of eigenvectors in $L^2(\mathbb{S}^n)$ orthonormal for the usual inner product: $$\langle f, f' \rangle_{L^2(\mathbb{S}^n)} = \int_{x \in \mathbb{S}^n} f(x) \cdot f'(x) \cdot dx$$
Given that the feature map $\Phi(x) = (\sqrt{\lambda_\alpha} \cdot \phi_\alpha(x))_\alpha$ is according to Cucker $\Phi(x) = (\sqrt{ d! / \alpha !} \cdot x^\alpha)_\alpha$, it seems the eigenvectors should be something like $\phi_\alpha(x) \propto x^\alpha$. But I cannot understand how such a family could be orthonormal for $ \langle \;, \; \rangle_{L^2(\mathbb{S}^n)} $. For example in the case $n = 1$ and $d =4$: $$\langle \phi_{(1, 3)}, \phi_{(3, 1)} \rangle_{L^2(\mathbb{S}^1)} \propto \int_{x \in \mathbb{S}^1} x_1^4 \cdot x_2^4 \cdot dx > 0 $$
Am I considering the wrong inner product ?