I'm trying to prove that the Krull dimension of $\mathbb{Z}[x_1,\dots, x_n]$ is $n+1$. I know there is a result that says $$\dim(A[x_1,\dots, x_n])=n+\dim(A),$$ when $A$ is a Noetherian ring, but I was outlined a proof of this by another method that I don't quite understand.
The idea is to use Hilbert polynomials and that if $F$ is a field, then $F[x_1,\dots x_n]$ has Krull dimension $n$.
It goes as follows:
Let $\mathfrak m$ be a maximal ideal of $\mathbb{Z}[x_1,\dots, x_n]$, and $p$ a prime number in $\mathfrak m$ (you can get this prime by looking at $\mathfrak m \cap \mathbb{Z}$ or at least that's what I think). Then consider the short exact sequence $$0 \longrightarrow \mathbb{Z}[x_1,\dots, x_n] \overset{p\cdot}\longrightarrow \mathbb{Z}[x_1,\dots, x_n] \longrightarrow \mathbb{F}_p[x_1,\dots, x_n] \longrightarrow 0. $$
(Here by $p\cdot$ I mean the map multiplication by $p$).
Then he does something I don't quite understand, he localizes this sequence at $\mathfrak m$ to get $$0 \longrightarrow \mathbb{Z}[x_1,\dots, x_n]_{\mathfrak m} \overset{p\cdot}\longrightarrow \mathbb{Z}[x_1,\dots, x_n]_{\mathfrak m} \longrightarrow \mathbb{F}_p[x_1,\dots, x_n]_{\mathfrak m} \longrightarrow 0 $$ and finally uses Hilbert polynomials to get $$P(\mathbb{Z}[x_1,\dots, x_n]_{\mathfrak m},t)=P(\mathbb{Z}[x_1,\dots, x_n]_{\mathfrak m},t) \cdot t + P(\mathbb{F}_p[x_1,\dots, x_n]_{\mathfrak m},t).$$ Now here I don't understand why on the RHS $$P(\mathbb{Z}[x_1,\dots, x_n]_{\mathfrak m},t)$$ is multiplied by $t$. But from this I can see how the result follows at once.
Is this proof correct? And if so why do you localize at $\mathfrak m$ and why the factor $t$ on the RHS?
Thank you.