module (original) (raw)

Let R be a ring with identity. A left module M over R is a set with two binary operations, +:M×M⟶M and ⋅:R×M⟶M, such that

    1. (𝐮+𝐯)+𝐰=𝐮+(𝐯+𝐰) for all 𝐮,𝐯,𝐰∈M
    1. 𝐮+𝐯=𝐯+𝐮 for all 𝐮,𝐯∈M
    1. There exists an element 𝟎∈M such that 𝐮+𝟎=𝐮 for all 𝐮∈M
    1. For any 𝐮∈M, there exists an element 𝐯∈M such that 𝐮+𝐯=𝟎
    1. a⋅(b⋅𝐮)=(a⋅b)⋅𝐮 for all a,b∈R and 𝐮∈M
    1. a⋅(𝐮+𝐯)=(a⋅𝐮)+(a⋅𝐯) for all a∈R and 𝐮,𝐯∈M
    1. (a+b)⋅𝐮=(a⋅𝐮)+(b⋅𝐮) for all a,b∈R and 𝐮∈M

A left module M over R is called unitaryPlanetmathPlanetmath or unital if 1R⋅𝐮=𝐮 for all 𝐮∈M.