Quotients of Principal Ideals: How to Apply the Third Isomorphism Theorem

  • Thread starter Thread starter Kreizhn
  • Start date Start date
Kreizhn
Messages
714
Reaction score
1

Homework Statement



Let R be a commutative ring, a, b \in R disjoint elements of the ring. Let (a), (b) denote the principal ideals of a and b respectively. If \bar b \in R/(a) is the class of b in the quotient ring, show that
R/(a)/(\bar b) \cong R/(a,b)

The Attempt at a Solution



This is just an application of the third (second for some people) isomorphism theorem which states that if I \subseteq J \subseteq R are ideals, then (R/I)/(J/I) \cong R/J
What I need to show is that
(\bar b) = \frac{ (a,b)}{(a)}
and this is where I'm having trouble.

Indeed, we know that \bar b = b + (a) in R/(a). So then I figure (\bar b) = (b+(a)) R. If I write this out set-wise
(b+(a))(R) = \{ (b+ar_1)r_2 : r_1, r_2 \in R \} = \{b r_2 + a r_3 : r_2, r_3 \in R\} = bR + a R = (a,b)
But we know, via correspondence theorem, that ideals of R/(a) must have the form J/(a) for some ideal J of R. It seems like I'm close, but something in my reasoning here is wrong.
 
Physics news on Phys.org
Hi Kreizhn! :smile:

Can't you apply the first isomorphism theorem. I.e. find a surjection

f:(a,b)\rightarrow (\overline{b})

with kernel (a).
 
Thanks for the reply micromass, you really seem to jump on these questions :smile:

Are we allowed to do this though? I mean, (a,b) need not be a ring. I guess we could view (a,b) as a group, use the 1st IT then show it's a ring isomorphism, or maybe we are applying a categorical decomposition of the morphism?

Anyway, assuming that we can do this, I think that my issue is that I'm having trouble seeing what (\bar b) looks like. Let me regurgitate my thinking:

Case 1

Well, we know that the canonical projection \pi: R \to R/(a) has kernel (a). My first thought is that maybe we can use the restriction to (a,b) and apply the fundamental theorem of homomorphisms. Unfortunately, it's not clear to me if the restriction of \pi to (a,b) is surjective on on (\bar b), so I'm hesitant to continue in this fashion.

Case 2

Instead, I'll try to make the homomorphism from scratch. Let a typical element of (a,b) be ar_1 + br_2 for r_1,r_2 \in R. I want to map this to an element \bar b r_3 for some r_3 \in R. Since a,b are fixed, the only thing we can play with is r_1,r_2,r_3. If we want \ker f = (a) then whenever r_2 = 0 we want \bar b r_3 = (a).

Now, \bar b r_3 = (b + (a)) r_3 = b r_3 + (a) r_3 = br_3 + (a) since (a) is an ideal. So I'm thinking we just set
f: ar_1 + br_2 \mapsto b r_2 + (a)?
This is surjective, but I've only shown that (a) \subseteq \ker f. In particular, if b is a left-zero divisor, it seems like the kernel could be bigger.

Alternatively, I could just be greatly over complicating this.
 
Kreizhn said:
Thanks for the reply micromass, you really seem to jump on these questions :smile:

Are we allowed to do this though? I mean, (a,b) need not be a ring. I guess we could view (a,b) as a group, use the 1st IT then show it's a ring isomorphism, or maybe we are applying a categorical decomposition of the morphism?

Very good remark. There are two possible ways to clear this up. Firstly, we can see (a,b) as an R-module and then use the first iso theorem for modules.
However, (a,b) actually is a ring. It doesn't have an identity, but for the rest it is a ring. So you can apply the first isomorphism theorem for rings without identity. (which is true by thesame proof).

Anyway, assuming that we can do this, I think that my issue is that I'm having trouble seeing what (\bar b) looks like. Let me regurgitate my thinking:

Case 1

Well, wer know that the canonical projection \pi: R \to R/(a) has kernel (a). My first thought is that maybe we can use the restriction to (a,b) and apply the fundamental theorem of homomorphisms. Unfortunately, it's not clear to me if the restriction of \pi to (a,b) is surjective on on (\bar b), so I'm hesitant to continue in this fashion.

I like this approach. Basically, we must simply show that there is an element which is being sent to \overline{b}. But isn't b sent to \overline{b}.
 
Hmm..okay. In that case the canonical projection would map
\pi \big|_{(a,b)}: ar_1 + br_2 \mapsto ar_1 + br_2 + (a)

But this brings something else up. Since (a) is a subgroup of the underlying abelian group of the ring, ar_1 + (a) = (a) right? Does this mean in general that

aR + bR + (a) = (a) + (b) + (a) = (a) + (b)
which would imply that (a,b) \cong (a,b)/(a).
 
Kreizhn said:
Hmm..okay. In that case the canonical projection would map
\pi \big|_{(a,b)}: ar_1 + br_2 \mapsto ar_1 + br_2 + (a)

But this brings something else up. Since (a) is a subgroup of the underlying abelian group of the ring, ar_1 + (a) = (a) right? Does this mean in general that

aR + bR + (a) = (a) + (b) + (a) = (a) + (b)

OK, I agree with all of this.

which would imply that (a,b) \cong (a,b)/(a).

Why would that imply that? I don't quite see how this follows. This isn't true of course. Maybe you mean

(\overline{a},\overline{b})=(a,b)/(a)

which is true. But note that \overline{a}=0 (in R/(a)).
 
I think I might see where I screwed up: I messed up the addition. My original thought process was as follows: if we write out elements of (a,b)/(a), they would look like elements of (a,b) with (a) thrown on the end. That is,
ar_1 + br_2 + (a)
so that (a,b)/(a) = aR + bR + (a). Clearly this is where the error happened.

So what did I did wrong? I think this is it, but maybe you could clear it up for me.

When I write aR + bR + (a) this is really addition on the quotient ring [aR+(a)]+[bR+(a)] which is what gives us (\bar a, \bar b) right? But I think where I'm messing up is that the addition signs are technically different. To be more precise,

[aR\ +_R\ (a)]\ +_{R/(a)}\ [bR\ +_R\ (a)] = (\bar a, \bar b)

which is why I can't just blindly do the addition. Does this make sense?
 
Kreizhn said:
I think I might see where I screwed up: I messed up the addition. My original thought process was as follows: if we write out elements of (a,b)/(a), they would look like elements of (a,b) with (a) thrown on the end. That is,
ar_1 + br_2 + (a)
so that (a,b)/(a) = aR + bR + (a). Clearly this is where the error happened.

So what did I did wrong? I think this is it, but maybe you could clear it up for me.

When I write aR + bR + (a) this is really addition on the quotient ring [aR+(a)]+[bR+(a)] which is what gives us (\bar a, \bar b) right? But I think where I'm messing up is that the addition signs are technically different. To be more precise,

[aR\ +_R\ (a)]\ +_{R/(a)}\ [bR\ +_R\ (a)] = (\bar a, \bar b)

which is why I can't just blindly do the addition. Does this make sense?

I'm starting to see what you did. The problem is that you can't just write things like bR+(a), without saying what it means.
You can write b+(a) only because it's a notation. The real element is , the equivalence class of b. So b+(a) is only notation. And Rb+(a) is certainly not standard. What do you mean with this. Do you mean

\{rb+(a)~\vert~r\in R\}?

In this case, it is indeed true that

Rb+(a)=(\overline{b})=(a,b)/a
 
I just looked over my first post, and I see the mistake I made there as well. Namely, that

(\bar b) = \bar b R/(a).

I forgot the quotient by (a)!
 
  • #10
micromass said:
What do you mean with this. Do you mean

\{rb+(a)~\vert~r\in R\}?

Yeah, that's ultimately what I meant.

Edit: I think the lesson today is that I need to be more careful :smile:
 
Back
Top