theorem
  for V being strict LeftMod of R holds V in Submodules(V)
  proof
    let V be strict LeftMod of R;
    (Omega).V in Submodules(V) by VECTSP_5:def 3;
    hence thesis;
  end;
