theorem Th21:
  for G being multMagma, M being MonoidalSubStr of G holds M is SubStr of G
proof
  let G be multMagma, M be MonoidalSubStr of G;
  thus op(M) c= op(G) by Def24;
end;
