R-module homomorphisms isomorphic to codomain

  • Thread starter Thread starter Kreizhn
  • Start date Start date
  • Tags Tags
    Homomorphisms
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Kreizhn
Messages
714
Reaction score
1

Homework Statement


Let R be a commutative ring, and M be an R-module. Show that
[tex]\text{Hom}_{\text{R-mod}}(R,M) \cong M[/tex]
as R-modules, where the homomorphisms are R-module homomorphisms.

The Attempt at a Solution



This should hopefully be quick and easy. The most natural mapping to consider is
[itex]\phi: \text{Hom}_{\text{R-mod}}(R,M) \to M[/itex] sending [itex]f \to f(1_R)[/itex]. It is simple to show that this is a R-mod homomorphism, and that it is injective. Where I am stuck is surjectivity.

The first thing that comes to mind is that I want to use constant maps; however, these are not R-mod homs. Secondly, I've realized that I have not yet used the fact that the ring is commutative. I'm wondering if somehow f(rs) = rf(s) = sf(r) comes into play.
 
Physics news on Phys.org
Hi Kreizhn! :smile:

To prove surjectivity, you must prove that every m in M is in the image of the isomorphism. So you need to find a function f such that [itex]f(1_R)=m[/itex]. Can you extend this equation to fully define f? (hint: [itex]f(r)=f(r.1_R)[/itex].
 
Ah, I think I see what you're saying. We can just define the function in such a way that it forces it to be an R-module homomorphism by demanding that
[tex]f(r) = rf(1) = rm[/tex]
Then the function is a homomorphism since M is an R-module.
 
Kreizhn said:
Ah, I think I see what you're saying. We can just define the function in such a way that it forces it to be an R-module homomorphism by demanding that
[tex]f(r) = rf(1) = rm[/tex]
Then the function is a homomorphism since M is an R-module.

Yes, that's it!