theorem Th19:
  a * 0_G = a
proof
  thus a * 0_G = -(0_G) + a by Def4
    .= 0_G + a by Th8
    .= a by Def4;
end;
