06
06
1. Localization
Let R be a commutative ring with 1. Let S ⊆ R be a subset of R closed under multi-
plication. It will be convenient to assume that 1 is in S, but not necessary. Let M be an
R-module. The S-torsion of M is
T orS (M ) = {m ∈ M | a · m = 0 for some a ∈ S}.
Note that T orS (M ) is a submodule. (This follows since S is closed under multiplication.)
Note that M/T orS (M ) has no S-torsion. A typical example of S is R \ 0 if R is an integral
domain. In this case we write T or(M ) for T orS (M ).
Let M an R-module. In particular, any element of M can be multiplied by an element of
R. We would like to define a module where we can also divide by any element in S. This
is called a localisation of M by S. Roughly speaking, elements of S −1 M are fractions m/a
where m is in M and a in S. Then
m n
=
a b
if bm = an (note the analogy with rational numbers). Formally, S −1 M is constructed as
follows. Define a relation ∼ in M × S by (m, a) ∼ (n, b) if
x(bm − an) = 0
for some x in S. This is an equivalnce relation. If T orS (M ) = 0 then the factor x can be
omitted in the definition of the relation. The addition in S −1 M is defined by
[(m, a)] + [n, b] = [(bm + an, ab)]
which corresponds of the usual addition of fractions. The zero element is [(0, 1)], the class of
(0, 1). Note that S −1 R is a ring and S −1 M is an S −1 R-module where multiplication is given
by
[(c, b)] · [(m, a)] = [(cm, ab)].
Example: Let R be an integral domain and let S = R \ 0. Then T or(R) = 0, clealry, and
S −1 R is the field of fractions of R.
Proposition 1.1. If M 6= T orS (M ), then S −1 M 6= 0.
Proof. Let m 6= 0 be in M \ T orS (M ). Then (m, 1) is not equivalent to (0, 1), the proposition
follows.
Corollary 1.2. If m is an element in M \ T orS (M ) then 1 ⊗ m is a non-zero element in
S −1 R ⊗R M . In particular, if M 6= T orS (M ), then S −1 R ⊗R M 6= 0.
Proof. There is a natural bilinear form on S −1 R × M with values in S −1 M :
([(r, s)], m) 7→ [(rm, s)].
1
2 ALGEBRA - LECTURE VI
2. Projective Modules
An R-module P is projective if for every diagram of R-modules
?
M - N - 0
?
M - N - 0
Proof. Let S be a set of generators of P . (You could take S to be the whole P , for example.)
Let FS be the free module generated by elements es for s in S. Then FS is projective and
f : FS → P given by
X X
f( rs es ) = rs s
surjective.
?
M - N - 0
P ⊕L
?
M - N - 0
Proof. Clearly, a direct summand of a free Z-module has no torsion. Therefore a finitely
generated projective Z-module cannot have any torsion. Thus it must be free. This shows
the first statement. The second is as easy, since Q cannot be a summand of a free Z-module.
(A free Z-module is not divisible.)
Corollary 2.5. Let P and Q be two projective R-modules. Then P ⊗R Q is also a projective
R-module.
4 ALGEBRA - LECTURE VI
Proof. We need to show that the functor HomR (P ⊗R Q, ·) is exact. Recall from the definition
of the tensor product that, for any R-module K, we have
HomR (P ⊗ Q, K) ∼= BilR (P × Q, K)
where BilR (P × Q, K) is the set of R-bilinear maps from P × Q to K. Since, trivially,
BilR (P × Q, K) ∼ = HomR (P, HomR (Q, K))
it follows that the functor HomR (P ⊗R Q, ·) is a composition of functors HomR (Q, ·) and
HomR (P, ·). Since P and Q are projective, these two functors are exact. So is the functor
HomR (P ⊗R Q, ·). The corollary is proved.
3. Injective modules
The theory of injective R-modules is obtained by reversing arrows and replacing the letter
P by I. An R-module I is injective if for every diagram of R-modules
I
6
M N 0
I
6
M N 0
In order to give some examples of injective modules, let us assume that R = Z. In this
case we have the following
Proposition 3.1. A Z-module I is injective if an only if it is divisible.
Proof. Let I be an injective module. We want to show that I is divisible, that is, for every
x in I and n in Z there is y in I such that x = ny. Consider the diagram
I
6
Z Z 0
ALGEBRA - LECTURE VI 5
where the vertical map is given by 1 7→ x and horizontal by 1 7→ n. Then there exists
h : Z → I making the diagram commutative. Now y = h(1) satisifies ny = x.
In the other direction, assume that I is divisible, and consider a diagram
I
6
M N 0
Exercises