theorem Th34:
  G is associative implies A * g * h = A * (g * h)
proof
  assume G is associative;
  hence A * g * h = A * ({g} * {h}) by Th10
    .= A * (g * h) by Th18;
end;
