theorem Th29:
  G is Abelian addGroup implies a * b = a
proof
  assume G is Abelian addGroup;
  hence a * b = a + (-b) + b by Lm1
    .= a by Th1;
end;
