Let $R=F[x_1,...,x_n]$ where $F$ is a field. I'm trying to prove that $$\sqrt I\subset \sqrt J\iff Z(J)\subset Z(I),$$ where $Z(I)=\{P\in F^n\mid \forall f\in I, f(P)=0 \}$.
For the implication, suppose $\sqrt I\subset \sqrt J$. Let $P\in Z(J)$. Then, for all $f(P)=0$ for all $f\in J$. Suppose there is a polynomial $g\in I$ s.t. $g(P)\neq 0$, in particular $g\in \sqrt I$ and thus $g\in \sqrt J$. Therefore $g^n(P)=0$ for a certain $n$ and thus $g(P)=0$ what is a contradiction.
1) Is it correct ?
For the converse, suppose $Z(J)\subset Z(I)$. Let $f\in I(Z(I))$, then $f(P)=0$ for all $P\in Z(I)$. Since $Z(I)\supset Z(J)$, then $f(P)=0$ for all $P\in Z(J)$, i.e. $f\in I(Z(J))$. Therefore $I(Z(I))\subset I(Z(J))$, and thus, by nullstellensatz theorem, $\sqrt I\subset \sqrt J$.
2) Is it correct ?