theorem
  x <> y implies (H/(x,y))/(x,z) = H/(x,y)
proof
  assume x <> y;
  then not x in variables_in (H/(x,y)) by Th184;
  hence thesis by Th182;
end;
