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