reserve G for Group;
reserve A,B for non empty Subset of G;
reserve N,H,H1,H2 for Subgroup of G;
reserve x,a,b for Element of G;

theorem
  A c= B implies N ` A c= N ` B
proof
  assume
A1: A c= B;
  let x be object;
  assume
A2: x in N ` A;
  then reconsider x as Element of G;
  x * N c= A by A2,Th12;
  then x * N c= B by A1;
  hence thesis;
end;
