An Embarrassing Question about turning a ring into a module

  • Context: Undergrad 
  • Thread starter Thread starter TMO
  • Start date Start date
  • Tags Tags
    module Ring Turning
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
TMO
Messages
45
Reaction score
1
Given a ring R, how exactly do I interpret it as a module? A lot of my homework assignments involve treating a ring as "a module over itself" and I don't know precisely what that means.
 
Physics news on Phys.org
A module [itex]M[/itex] over a ring [itex]R[/itex] is an abelian group together with a map [itex]R\times M\to M[/itex] satisfying certain axioms. Take [itex]M=R[/itex] and let the map be given by left multiplication (so [itex](r,x)[/itex] is taken to [itex]rx[/itex]).
 
  • Like
Likes   Reactions: WWGD and fresh_42
the main thing that happens that is different from what you might expect, is to consider the meaning of a submodule of the ring. This will be a subgroup of the ring additively, but will not need to be a subring, so will not need to contain 1. It will however need to be closed not just under multiplication, but also under multiplication by any element of the ring.

thus it will be exactly what is called an ideal of the ring. in my opinion it is probably better pedadogically, to study ideals first, and then after defining modules to remark that an ideal is just a submodule when the ring is considered a module over itself.
 
TMO said:
Given a ring R, how exactly do I interpret it as a module? A lot of my homework assignments involve treating a ring as "a module over itself" and I don't know precisely what that means.

Formally, a ring can be thought of as a generalization of a number system such as the the integers. It has a commutative law of addition and a multiplication that distributes over addition.

A module generalizes the idea of a vector space. It has a commutative law of addition and a multiplication by "scalars" which are elements of a ring (not necessarily a field as in a vector space) and which distributes over addition. However, the elements of the ring may not be elements of the module. For instance any abelian group is a module over the ring of integers.

A ring can be thought of as a module over itself by letting the scalars be the elements of the ring.

As @mathwonk points out, modules naturally arise as "ideals" in rings. An ideal is a subgroup of a ring in which the scalars are the ring itself. For example if the ring is the integers, then the even integers are an ideal. Multiplication of an even integer by an arbitrary integer is still even, so the even integers are a module over all of the integers. If the ring is not commutative multiplication by scalars can be different if one multiplies on the right or on the left. One gets the idea of a "left ideal" and a "right ideal" or a "two sided ideal" if multiplication on the left and right both work as scalar multiplication.
 
Last edited:
  • Like
Likes   Reactions: Math Amateur and mathwonk