theorem
  H * (a |^ 2) c= (H * a) * (H * a)
proof
  a |^ 2 = a * a & H * a * a = H * (a * a) by Th34,GROUP_1:27;
  hence thesis by Th122;
end;
