theorem
  G is SubStr of G & M is MonoidalSubStr of M
proof
  thus op(G) c= op(G);
  thus op(M) c= op(M);
  thus thesis;
end;
