theorem Th108:
  a in a + H & a in H + a
proof
A1: 0_G + a = a by Def4;
  0_G in H & a + 0_G = a by Th46,Def4;
  hence thesis by A1,Th103,Th104;
end;
