theorem Th94:
  M |= H implies M |= Ex(x,H)
proof
  assume
A1: M |= H;
  let v;
  M,v/(x,v.x) |= H by A1;
  hence thesis by Th73;
end;
