theorem Th32:
  G is add-associative implies g + h + A = g + (h + A)
proof
  assume
A1: G is add-associative;
  thus g + h + A = {g} + {h} + A by Th18
    .= g + (h + A) by A1,Th10;
end;
