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