theorem Th3:
  h1 = g1 & h2 = g2 implies h1 * h2 = g1 * g2
proof
  assume
A1: h1 = g1 & h2 = g2;
  H1 is Subgroup of G by Def7;
  hence thesis by A1,GROUP_2:43;
end;
