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