let R be Ring; :: thesis: for V being RightMod of R
for a, b being Scalar of R
for L being Linear_Combination of V holds (L * b) * a = L * (b * a)

let V be RightMod of R; :: thesis: for a, b being Scalar of R
for L being Linear_Combination of V holds (L * b) * a = L * (b * a)

let a, b be Scalar of R; :: thesis: for L being Linear_Combination of V holds (L * b) * a = L * (b * a)
let L be Linear_Combination of V; :: thesis: (L * b) * a = L * (b * a)
let v be Vector of V; :: according to RMOD_4:def 8 :: thesis: ((L * b) * a) . v = (L * (b * a)) . v
thus ((L * b) * a) . v = ((L * b) . v) * a by Def10
.= ((L . v) * b) * a by Def10
.= (L . v) * (b * a) by GROUP_1:def 3
.= (L * (b * a)) . v by Def10 ; :: thesis: verum