Proof of I = R if I Contains a Unit in Commutative Ring

  • Thread starter Thread starter roam
  • Start date Start date
  • Tags Tags
    Ring
roam
Messages
1,265
Reaction score
12
Suppose we let R be a commutative ring with identity, and let I be any ideal of R. And we define the RADICAL of I to be the set N(I) = {r \in R: r^n \in I for some positive integer n}.

I need the proof that:

  1. If I contains a unit of R, then show that I = R.
  2. N(N(I))=N(I)

An integral domain is a commutative, unital ring that contains no zero-divisors. So I'm guesing R must be an ID. If R is a ring with identity 1R, then a \in R is a unit if ab = ba = 1R for some b in R, and b is the inverse of a. Now if we suppose I contains a, how do we show that I=R?

For the second proof we can assume N(I) is an ideal of R.

Any help or suggestions are appreciated.
 
Physics news on Phys.org
1) What is the definition of an ideal. What are the properties defining the unit? Can you deduce that 1_R is in I?
 
You don't have to assume there are no zero-divisors for these equalities to be true, and the problem you stated certainly didn't list it as a hypothesis.


What have you done on the problem? In my mind, they practically solve themselves just from writing down what it means for two sets to be equal in terms of what objects are members -- i.e. A=B is equivalent to "x in A implies x in B and x in B implies x in A" .


So, I imagine your problem is either a lack of confidence, or you are having difficulty writing out definitions -- either way, we can't help effectively unless you show us what you have been able to do on the problem (even if you think it is trivial or pointless), so that it is clear where you have the mental block.
 
arkajad said:
1) What is the definition of an ideal. What are the properties defining the unit? Can you deduce that 1_R is in I?

I is a (two-sided) ideal of R if rI := \{ rx: x \in I \} \subseteq I and Ir := \{ xr : x \in I \} \subseteq I for all r \in R. I is a proper ideal if I \neq R.

We have a \in R is a unit of R, and we let x \in I. Since I is an ideal of R:

a.x=x.a=1_R \subseteq I

I guess we can conclude that 1R is in I. And does this show that I = R?

Hurkyl, it's not a lack of confidence... I just don't know how to tackle the problem and that's why I've posted it here as a last resort. :smile:
 
You're on the right track but you haven't quite wrapped it up. Why is a\cdot x=1_R? Just because you have a unit in R, doesn't mean that its inverse is in I. But you don't just know that there's a unit in R, you know more than that
 
Office_Shredder said:
You're on the right track but you haven't quite wrapped it up. Why is a\cdot x=1_R? Just because you have a unit in R, doesn't mean that its inverse is in I. But you don't just know that there's a unit in R, you know more than that

How do I need to show that the inverse of a unit is in R? :confused:
 
roam said:
How do I need to show that the inverse of a unit is in R? :confused:

You said let a\in R be a unit. Then you said there exists x\in I such that a\cdot x=1_R. This never uses the fact that you know there is a unit in I; rather, you just assumed that a given unit in R has its inverse in I (it's true that one with this property exists, but it might not be the a that you picked)


The argument you want should be flipped: Let a\in I be a unit, then there is x\in R
 
Office_Shredder said:
You said let a\in R be a unit. Then you said there exists x\in I such that a\cdot x=1_R. This never uses the fact that you know there is a unit in I; rather, you just assumed that a given unit in R has its inverse in I (it's true that one with this property exists, but it might not be the a that you picked)


The argument you want should be flipped: Let a\in I be a unit, then there is x\in R

Okay, here's what I did now:

Let a \in I be a unit of R, and let r \in R.

I is an ideal of R, I \triangleleft R, if

rI=\{ ra: a \in I \} \subseteq I
Ir=\{ ar: a \in I \} \subseteq I

\forall r \in R. So

r.a=a.r =1_R \subseteq I

r=a^{-1}

This is true since a is a unit of R and r \in R.

Is this correct now?
 
Once you have

1_R\in I

(You should write 1_R\in I and not 1_R\subseteq I - while I and aI are subsets, 1_R is an element)

is it true that \forall a\in R,\, a=1_R a=a1_R\in I?

And if so, can you deduce that I=R?
 
Last edited:
  • #10
arkajad said:
is it true that \forall a\in R,\, a=1_R a=a1_R\in I?

Why do we need to know if that is true or not? We just needed to show that for r \in R and a \in I, ar and ra both are in I. That's what I've tried to show in my previous post making use of the fact that a \in I is also a unit of R.

Can I deduce that I=R from my previous work? :confused:
 
  • #11
It is good to be aware of the fact for any ideal I\subset R, we have I=R if and only if 1_R\in I.
 
  • #12
arkajad said:
It is good to be aware of the fact for any ideal I\subset R, we have I=R if and only if 1_R\in I.

Ok, thanks for reminding me. But I have already shown that 1R is in I, didn't I? So we can conclude that I=R?

P.S. I think it's true that \forall a\in R,\, a=1_R a=a1_R\in I, because 1R is the unity (identity under multipication).
 
Last edited:
  • #13
Right. The logic is this: a is a unit, a is in the ideal. It follows that 1 is in the ideal. It follows that I=R.
 
  • #14
Thank you very much for your help. Could you also give me some clues on how to get started on the second question?
 
  • #15
To show N(N(I))=N(I), like most set equalities you need to do two things
1) Show N(N(I))\subset N(I)
2) Show N(I)\subset N(N(I))

Which means write down what it means for an element of your ring to belong to one set, and show that implies the element belongs to the other set as well. Number 2 is probably the easier one to start with, why don't you try it out and see where you get?
 
  • #16
Maybe it would help if you didn't drop the "there exists"? Also, maybe use different letters for dummy variables that appear in different places? (Since its existential, you can always pick for one the same value as another if that is what makes things work)
 
  • #17
Office_Shredder said:
To show N(N(I))=N(I), like most set equalities you need to do two things
1) Show N(N(I))\subset N(I)
2) Show N(I)\subset N(N(I))

Which means write down what it means for an element of your ring to belong to one set, and show that implies the element belongs to the other set as well. Number 2 is probably the easier one to start with, why don't you try it out and see where you get?

For N(N(I)) \subset N(I) I start like this: Let x \in N(N(I)) then we know that since N(I)=\{ r \in R: r^n \in I \}, then we will have N(N(I))= \{ r^* \in R: (r^n)^m=r^{n.m} \in I \}. Again, how does this imply that r* must belong to the other set N(I)? Can we just say since r* from N(N(I)) belongs to I, it must also belong to N(I), then x also belongs to N(I)?
 
  • #18
If r is in N(N(I)), you just said that there exist some numbers n,m such that rnm is in I. Compare this to what your definition of N(I) is
 
  • #19
Office_Shredder said:
If r is in N(N(I)), you just said that there exist some numbers n,m such that rnm is in I. Compare this to what your definition of N(I) is

Thank you very much, I see that. This is exactly what the definition of N(I) is, but the problem is that I don't know how to exactly write it down/explain it in words...

Similarly for N(I) \subseteq N(N(I)), we let r \in N(I), therefore r is in R such that r^n \in I. This fits in with the definition of N(N(I)):

N(N(I))= \{ r \in R: (r^n)^m=r^{n.m} \in I \} (is this even correct?)

Because if say m is 1 then rn in I and so r belongs to N(N(I)). But is there a better way of explaining this?
 
  • #20
roam said:
Similarly for N(I) \subseteq N(N(I))

I think it may be less confusing for you to first prove (or, better, just notice once for all) that for any K

K \subseteq N(K). Then specialize: in particular for K=....
 
Last edited:
  • #21
arkajad said:
I think it may be less confusing for you to first prove (or, better, just notice once for all) that for any K

K \subseteq N(K). Then specialize: in particular for K=....

I'm not sure what you mean, maybe you could show me?

My problem is that when I pick an element, say x in N(I) then I don't know how to show that it's ub N(N(I)). Clearly an element of N(I) satisfies the condition of being an element of N(N(I)) but I don't know how to explain the process. Could you please help with that?
 
  • #22
You have the definition:

N(I)=\{ r \in R: r^n \in I \} for some n

In this definition it does not matter whether I is an ideal or not. You can define exactly the same way N(K) for any subset K. In particular, if K is an ideal, you will have further properties of N(K), but you do not need them at the moment. So, let's define:

N(K)=\{ r \in R: r^n \in K \} for some n

It is then obvious that for any subset K we necessarily have K\subseteq N(K) (since if r\in K then r^1\in K thus r\in N(K)).

If so, if it is true for any subset K, then, in particular, for K=N(I). Therefore
N(I)\subseteq N(N(I)).
 
Last edited:
Back
Top