theorem
  G is commutative Group implies ex H being strict Subgroup of G st
  the carrier of H = carr(H1) * carr(H2)
proof
  assume G is commutative Group;
  then carr(H1) * carr(H2) = carr(H2) * carr(H1) by Th25;
  hence thesis by Th78;
end;
