theorem
  H + (2 * a) c= (H + a) + (H + a)
proof
  2 * a = a + a & H + a + a = H + (a + a) by ThB34,Th26;
  hence thesis by Th122;
end;
