theorem Th19:
  a |^ 1_G = a
proof
  thus a |^ 1_G = (1_G)" * a by GROUP_1:def 4
    .= 1_G * a by GROUP_1:8
    .= a by GROUP_1:def 4;
end;
