0

Given $R$ a commutative ring and $I,J$ ideals of $R$, such that $I+J=R$, show that $I^m+J^m=R, \forall m \geq 1$

My problem is that I don't know what is the meaning of $I^m$ and in literature I didn't find anything. I know that, given $A,B$ ideals, then $AB= \{ \sum_{i=1}^n a_ib_i |a_i \in A, b_i \in B, n \in \mathbb{N} \}$, but with this notation $I^2=II=I$, so what is the meaning of $I^m$? It could be $I^m = \{ x^m | x \in I \} $?

HaroldF
  • 1,520

1 Answers1

6

The definition of $I^m$ is recursive: $I^1=I$ and $I^{m+1}=II^m$, where the right side is the product of ideals.

Hint: Note that $1=i+j$ for some $i\in I,j\in J$. Then expand $1=(i+j)^{2m-1}$ to see that $1\in I^m + J^m$.

Thomas Andrews
  • 177,126
  • if I expand $1= (i+j)^{2m-1}= i^{2m-1}+j^{2m-1}+$"terms in $i^kj^{2m-1-k}"$ Now I have that the terms in $i^kj^{2m-1-k}$ lies in $IJ$ (and also their sum) but then? – HaroldF Jan 26 '16 at 21:37