theorem
  M |= H implies M |= Ex(x,y,z,H)
proof
  M |= H implies M |= Ex(y,z,H) by Th96;
  hence thesis by Th94;
end;
