theorem Th9:
  A * a * H = A * (a * H)
proof
  thus A * a * H = A * ({a} * H) by GROUP_2:96
    .= A * (a * H);
end;
