theorem
  2 * a + H c= (a + H) + (a + H)
proof
  2 * a + H = a + a + H by Th26;
  hence thesis by Th116;
end;
