[step:Verify $f^h = g'$ for $g'$ homogeneous and not divisible by $X_0$]We show that the homogenisation of $f$ with respect to $X_0$ recovers $g'$.
By the standard definition, the homogenisation of a polynomial $f \in k[Y_1, \ldots, Y_n]$ of degree $e$ with respect to $X_0$ is
\begin{align*}
f^h(X_0, X_1, \ldots, X_n) = X_0^e \cdot f\!\left(\frac{X_1}{X_0}, \ldots, \frac{X_n}{X_0}\right) \in k[X_0, X_1, \ldots, X_n],
\end{align*}
which is homogeneous of degree $e$ (clearing the denominator $X_0^e$ in each term yields a homogeneous polynomial of total degree $e$).
We compute $f^h$ from the explicit form of $f$ obtained in Step 2. Writing $g'$ as in Step 1,
\begin{align*}
g' = \sum_{\substack{|\alpha| = d - m \\ \alpha = (\alpha_0, \ldots, \alpha_n)}} b_\alpha X_0^{\alpha_0} X_1^{\alpha_1} \cdots X_n^{\alpha_n},
\end{align*}
where the coefficients $b_\alpha \in k$ encode $g'$. Substituting $X_0 = 1$:
\begin{align*}
f(Y_1, \ldots, Y_n) = g'(1, Y_1, \ldots, Y_n) = \sum_\alpha b_\alpha Y_1^{\alpha_1} \cdots Y_n^{\alpha_n}.
\end{align*}
The monomial $Y_1^{\alpha_1} \cdots Y_n^{\alpha_n}$ has degree $\alpha_1 + \cdots + \alpha_n = (d - m) - \alpha_0$. Now we determine $\deg f$ as a polynomial in $Y$:
\begin{align*}
\deg f = \max_\alpha (\alpha_1 + \cdots + \alpha_n) = (d - m) - \min_\alpha \alpha_0 = (d - m) - 0 = d - m,
\end{align*}
where $\min_\alpha \alpha_0 = 0$ because, by Step 1, $X_0 \nmid g'$ — i.e. $g'$ contains a monomial with $\alpha_0 = 0$, which descends to a monomial of $f$ of full degree $d - m$.
Compute $f^h$:
\begin{align*}
f^h(X_0, X_1, \ldots, X_n)
&= X_0^{d - m} \cdot f\!\left(\frac{X_1}{X_0}, \ldots, \frac{X_n}{X_0}\right) \\
&= X_0^{d - m} \sum_\alpha b_\alpha \left(\frac{X_1}{X_0}\right)^{\alpha_1} \cdots \left(\frac{X_n}{X_0}\right)^{\alpha_n} \\
&= \sum_\alpha b_\alpha X_0^{d - m - (\alpha_1 + \cdots + \alpha_n)} X_1^{\alpha_1} \cdots X_n^{\alpha_n} \\
&= \sum_\alpha b_\alpha X_0^{\alpha_0} X_1^{\alpha_1} \cdots X_n^{\alpha_n} \\
&= g',
\end{align*}
using $d - m - (\alpha_1 + \cdots + \alpha_n) = d - m - ((d - m) - \alpha_0) = \alpha_0$. Hence $f^h = g'$.[/step]