[guided]Fix the same integer $m \geq 1$ and continue working in
\begin{align*}
R_m := \mathbb{Z}[x_1,\dots,x_m].
\end{align*}
For $r \geq 0$, let $h_{r,m}$ denote the $r$-th [complete homogeneous symmetric polynomial](/page/Complete%20Homogeneous%20Symmetric%20Polynomial) in $x_1,\dots,x_m$, with $h_{0,m}=1$. The complete homogeneous generating series is useful because allowing repetitions of variables turns into a product of geometric series. Define
\begin{align*}
H_m(t):=\prod_{i=1}^{m}(1-x_i t)^{-1}=\sum_{r=0}^{\infty}h_{r,m}t^r
\end{align*}
as an element of $R_m[[t]]$. Each factor $1-x_i t$ has constant term $1$, so each inverse $(1-x_i t)^{-1}$ exists in the formal power series ring, and the finite product is well-defined.
We take the formal logarithmic derivative. Since $H_m(t)$ is a finite product of invertible formal power series, the product rule gives
\begin{align*}
H_m'(t)
&=H_m(t)\sum_{i=1}^{m}\frac{x_i}{1-x_i t}.
\end{align*}
The sign is positive because differentiating $(1-x_i t)^{-1}$ gives $x_i(1-x_i t)^{-2}$, and after factoring out $(1-x_i t)^{-1}$ from the whole product, the remaining contribution is $x_i/(1-x_i t)$.
Now expand each inverse by the formal geometric series
\begin{align*}
(1-x_i t)^{-1}
&=\sum_{a=0}^{\infty}x_i^a t^a.
\end{align*}
Multiplying by $x_i$ and summing over the variable index $i$ gives
\begin{align*}
\sum_{i=1}^{m}\frac{x_i}{1-x_i t}
&=\sum_{i=1}^{m}\sum_{a=0}^{\infty}x_i^{a+1}t^a \\
&=\sum_{q=1}^{\infty}\left(\sum_{i=1}^{m}x_i^q\right)t^{q-1} \\
&=\sum_{q=1}^{\infty}p_{q,m}t^{q-1},
\end{align*}
where $p_{q,m}=\sum_{i=1}^{m}x_i^q$ is the $q$-th [power-sum symmetric polynomial](/page/Power%20Sum%20Symmetric%20Polynomial). Hence
\begin{align*}
H_m'(t)
&=\left(\sum_{r=0}^{\infty}h_{r,m}t^r\right)
\left(\sum_{q=1}^{\infty}p_{q,m}t^{q-1}\right).
\end{align*}
Compare coefficients of $t^{n-1}$. On the left,
\begin{align*}
H_m'(t)
&=\sum_{r=1}^{\infty}r h_{r,m}t^{r-1},
\end{align*}
so the coefficient of $t^{n-1}$ is $n h_{n,m}$. On the right, the product term $h_{r,m}t^r$ pairs with $p_{q,m}t^{q-1}$ exactly when $r+q-1=n-1$, equivalently $q=n-r$. Since $q\geq 1$, this means $0\leq r\leq n-1$. Therefore the coefficient on the right is
\begin{align*}
\sum_{r=0}^{n-1}h_{r,m}p_{n-r,m}.
\end{align*}
Equating coefficients in $R_m[[t]]$ gives
\begin{align*}
n h_{n,m}
&=\sum_{r=0}^{n-1}h_{r,m}p_{n-r,m}.
\end{align*}
Finally set $q=n-r$. As $r$ runs from $0$ to $n-1$, the index $q$ runs from $n$ down to $1$, so reordering the finite sum gives
\begin{align*}
\sum_{q=1}^{n}p_{q,m}h_{n-q,m}
&=n h_{n,m}.
\end{align*}
This is the complete homogeneous Newton identity in $m$ variables.[/guided]