theorem Th1:
 for x being object holds x in H1 implies x in G
proof let x be object;
  assume
A1: x in H1;
  H1 is Subgroup of G by Def7;
  hence thesis by A1,GROUP_2:40;
end;
