theorem Th16:
  a |^ g = b |^ g implies a = b
proof
  assume a |^ g = b |^ g;
  then g" * a = g" * b by GROUP_1:6;
  hence thesis by GROUP_1:6;
end;
