reserve R for Ring,
  V for RightMod of R,
  W,W1,W2,W3 for Submodule of V,
  u,u1, u2,v,v1,v2 for Vector of V,
  x,y,y1,y2 for object;

theorem Th21:
  (0).V /\ W = (0).V & W /\ (0).V = (0).V
proof
  0.V in W by RMOD_2:17;
  then 0.V in the carrier of W;
  then {0.V} c= the carrier of W by ZFMISC_1:31;
  then
A1: {0.V} /\ (the carrier of W) = {0.V} by XBOOLE_1:28;
  the carrier of (0).V /\ W = (the carrier of (0).V) /\ (the carrier of W)
  by Def2
    .= {0.V} /\ (the carrier of W) by RMOD_2:def 3;
  hence (0).V /\ W = (0).V by A1,RMOD_2:def 3;
  hence thesis by Th14;
end;
