theorem ThB16:
  a * g = b * g implies a = b
proof
  assume a * g = b * g;
  then (-g) + a = (-g) + b by Th6;
  hence thesis by Th6;
end;
