theorem
  A + H + a = A + (H + a)
proof
  thus A + H + a = A + (H + {a}) by Th97
    .= A + (H + a);
end;
