What Defines the Smallest Submodule of a Module Containing a Given Subset?

  • Thread starter Thread starter iamalexalright
  • Start date Start date
  • Tags Tags
    module
iamalexalright
Messages
157
Reaction score
0

Homework Statement


Let S = \{v_{},...,v_{n}\} be a subset of a module M. Prove that
N = <<S>> = \{r_{1}v_{1} + ... + r_{n}v_{n} | r_{i} \in R, v_{i} \in S\}
is the smallest submodule of M containing S. First you will need to formulate precisely what it means to be the smallest submodule of M containing S.



don't really know where to start formulating this. A small hint would be appreciated so I can get started
 
Physics news on Phys.org
iamalexalright said:

Homework Statement


Let S = \{v_{},...,v_{n}\} be a subset of a module M. Prove that
N = <<S>> = \{r_{1}v_{1} + ... + r_{n}v_{n} | r_{i} \in R, v_{i} \in S\}
is the smallest submodule of M containing S. First you will need to formulate precisely what it means to be the smallest submodule of M containing S.



don't really know where to start formulating this. A small hint would be appreciated so I can get started

Think of something like a maximal ideal. See how it is defined and I think that you will be able to see how something is defined as the smallest submodule containing S (or subject any constraint.)
 
I know I am looking for something similar but this is the first time I've seen maximal ideals.

So basically an ideal I in a ring R is a maximal ideal if I =/= R and if whenever J is an ideal satisfying I <= J <= R, then either J = I or J = R.

So given N = <<S>> and L <= M and N <= L and N is the smallest submodule, then L = N or L = M.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top