[Math] Monomial ideal is radical iff it is generated by square-free monomials

commutative-algebramonomial-ideals

I'm trying to prove that if $ K$ is a field and $ I $ is a monomial ideal in $ K[x_1, \dots, x_n] $, then

$$\sqrt{I} = I \iff I ~\text{is generated by square-free monomials}$$

So I tried to do the ,,$ \Rightarrow"$ by contradiction:

suppose $ x_1^{q_1} \dots x_k^2 \dots x_n^{q_n} $ is one of the generators of $I$. Somehow this should lead to the fact that there exists some $ f \in K[x_1, \dots, x_n], f \notin I $ and $ n\in\mathbb{N} $ such that $ f^n \in I $, but I can't see how? Maybe $ f=x_1^{q_1} \dots x_k \dots x_n^{q_n} $ and $ n = 2 $, but how do I prove $ f\notin I $?

Best Answer

Take a minimal system of (monomial) generators for $I$. If $x_{i_1}^{q_1}\cdots x_{i_r}^{q_r}$ with $q_i\ge 1$ is one of them, let's suppose that some $q_t\ge 2$. Then $x_{i_1}\cdots x_{i_r}\in\sqrt I$, and $x_{i_1}\cdots x_{i_r}\notin I$.
If $x_{i_1}\cdots x_{i_r}\in I$, then there is a monomial $m$ in the minimal system of generators of $I$ such that $m\mid x_{i_1}\cdots x_{i_r}$. Since $x_{i_1}\cdots x_{i_r}\mid x_{i_1}^{q_1}\cdots x_{i_r}^{q_r}$ we must have $m=x_{i_1}^{q_1}\cdots x_{i_r}^{q_r}$, but this is not possible because $x_{i_t}$ appears in $m$ at most once.

Related Question