I'm trying to prove the following theorem involving Krull dimension:
Theorem If $A$ is a noetherian ring then $$\dim(A[x_1,x_2, \dots , x_n]) = \dim(A) + n$$ where $\dim$ stands for the Krull dimension of the rings. Thus, $\dim(K[x_1,x_2, \dots , x_n]) = n$ for any field $K$.
I know how to prove it by induction on $n$, but only if I assume the following facts:
- If $A$ is noetherian then $A[x_1,x_2, \dots , x_n]$ is noetherian.
- If $K$ is a field then $\dim(K)=0$.
- If $A$ is noetherian then $\dim(A[x]) = \dim(A) + 1$.
Fact 1 follows from Hilbert's basis theorem. Fact 2 is trivial.
As to Fact 3, I was able to show that $\dim(A[x]) \geq \dim(A) + 1$, but couldn't prove the reverse inequality.
I have two questions:
How would a proof for the missing inequality look like? Is there an easy version assuming $A$ to be a PID?
Are there counterexamples to the theorem if we relax the condition of $A$ being noetherian to $A$ being finite dimensional?
Thanks in advance!