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