Vector spaces as quotients of free modules

Kreizhn
Messages
714
Reaction score
1

Homework Statement


Let R be a commutative ring, and let F = R^{\oplus B} be a free R-module over R. Let m be a maximal ideal of R and take k = R/m to be the quotient field. Show that F/mF \cong k^{\oplus B} as k-vector spaces.

The Attempt at a Solution



If we remove the F and k notations, we essentially just want to show that
R^{\oplus B}/ m R^{\oplus B} \cong (R/m)^{\oplus B}
and so it seems like we should use the first isomorphism theorem.

Now we define R^{\oplus B} = \{ \alpha: B \to R, \alpha(x) = 0 \text{ cofinitely in } B \}. If \pi : R \to R/m is the natural projection map, define \phi: R^{\oplus B} \to (R/m)^{\oplus B} by sending \alpha \mapsto \pi \circ \alpha. This is an R-mod homomorphism, and is surjective by the surjectivity of the projection. Hence we need only show that the kernel of this map is given by mR^{\oplus B}

Now
\begin{align*}<br /> \ker\phi &amp;= \{ \alpha:B \to R, \forall x \in B \quad \pi(\alpha(x)) = 0_k \} \\<br /> &amp;= \{ \alpha:B \to R, \forall x \in B, \alpha(x) \in m \} \end{align*}<br />
where I may have skipped a few steps in this derivation, but I think this is right. Now it's easy to show that mF \subseteq \ker \phi since m is an ideal. However, the other inclusion is where I'm having trouble.

I guess maybe the whole question could be rephrased to avoid the baggage that comes with the question. Namely, if \alpha: B \to R is such that \forall x \in B, \alpha(x) lies in a maximal ideal of R, should that \alpha = r \beta for some \beta: B \to R.

Edit: I guess I'm hoping to show they're isomorphic as R-modules, and then push that over to k-vector spaces. Maybe this is where my mistake is coming from?
Edit 2: Fixed mistake made in "without baggage" statement.
 
Last edited:
Physics news on Phys.org
I just had a thought, though I'm not sure if it's true and will have to think about it more. If m is a maximal ideal, does this pass a level of "maximality" to the submodule it generates? If this is true, then the statement that
mF \subseteq \ker \phi \quad \Rightarrow \quad \ker\phi = mF
becomes trivial.
 
Hi Kreizhn! :smile:

So, you must show that Ker(\phi)\subseteq mR^{\oplus B}. Now, working with maps \alpha:B\rightarrow R is a bit confusing, so I'm going to work with tuples (r_i)_{i\in B}.
If such a tuple is in Ker(\phi), the you have shown that each ri is in m.
Now, the trick is to decompose your tuple as a sum, for example:

(1,2,1)=(1,0,0)+(0,2,0)+(0,0,1)

and show that each of the terms is in mR^{\oplus B}.
 
Well what I had originally is let v \in k so that we can write v= \sum r_i x_i, where in tuple notation this would be x_i \in m, \forall i or in function notation,
v = \sum r_i \alpha(i)
so that \alpha(i) \in m.

From here each term is definitely in mF. But now I'm a little confused, but maybe I"m not confused, which is itself confusing.

So in my head, mF consists of elements of the form \{ rf | r \in m, f \in F \} and so the way I've written it above wouldn't be sufficient since the "coefficients" are not unique.

But maybe this isn't necessary? Since each element individually is of this form, and since mF is a submodule, then the sum is also in the module and we're done. Does that make sense, or am I missing something here?
 
Kreizhn said:
Well what I had originally is let v \in k so that we can write v= \sum r_i x_i, where in tuple notation this would be x_i \in m, \forall i or in function notation,
v = \sum r_i \alpha(i)
so that \alpha(i) \in m.

From here each term is definitely in mF. But now I'm a little confused, but maybe I"m not confused, which is itself confusing.

So in my head, mF consists of elements of the form \{ rf | r \in m, f \in F \} and so the way I've written it above wouldn't be sufficient since the "coefficients" are not unique.

But maybe this isn't necessary? Since each element individually is of this form, and since mF is a submodule, then the sum is also in the module and we're done. Does that make sense, or am I missing something here?

The thing is that each r_ix_i is in mF (and here the ri is unique), thus the sum is also in mF.
 
Yeah, that fits with what I was thinking by the end. It just looks kinda weird from a "function" point of view, since it seems like we're saying that since each r_i\alpha(i) \in m then there is an r \in R, \beta: B \to R such that r \beta = \sum r_i \alpha. I'll just have to think about it a little more, but thanks for your help micromass.

Edit: No wait, is r = \sum r_i? Then that's obvious!
Edit 2: No wait, we need r such that r \beta(i) = r_i \alpha(i) for each i. It's still hurting my brain, but I'll think about it more.
 
I think you're kind of confused by the definition of mF. In general, if I is an ideal of R and if M is an R-module, then IM is the module generated by elements of the form I am (with i in I and m in M).
 
So it's more like the product of ideals than cosets of the group.
 
Ah yes, just looked at the errata of the text I'm using. The definition of the text says it looks like cosets, but the errata corrects this to be the generating set.

Yay for a great deal of confusion happening because of textbook errors!
 
Back
Top