theorem Th5:
  P c= Q implies P + h c= Q + h
proof
  assume
A1: P c= Q;
  let x be object;
  assume x in P + h;
  then ex g being Element of H st x = g + h & g in P by Th28;
  hence thesis by A1,Th28;
end;
