Let’s start by recalling some background about modules.
Suppose that R is a ring and 1R is its multiplicative identity. A left R-module M consists of an abelian group (M,+) and an operation R×M→M such that for all r,s∈R and x,y∈M, we have:
- r⋅(x+y)=r⋅x+r⋅y (⋅ is left-distributive over +)
- (r+s)⋅x=r⋅x+s⋅x (⋅ is right-distributive over +)
- (rs)⋅x=r⋅(s⋅x)
- 1R⋅x=x
+ is the symbol for addition in both R and M.
If K is a field, M is K-vector space. It is well known that a vector space V is having a basis, i.e. a subset of linearly independent vectors that spans V.
Unlike for a vector space, a module doesn’t always have a basis. Continue reading A module without a basis