theorem Th62:
  (for g being Element of G holds g in H) implies
  the multMagma of H = the multMagma of G
proof
  assume for g being Element of G holds g in H;
  then
A1: for g be Element of G holds ( g in H implies g in G) &( g in G implies g
  in H);
  G is Subgroup of G by Th54;
  hence thesis by A1,Th60;
end;
