theorem
  H is existential implies (M,v |= H iff ex m st M,v/(bound_in H,m) |=
  the_scope_of H)
proof
  assume H is existential;
  then H = Ex(bound_in H, the_scope_of H) by ZF_LANG:45;
  hence thesis by Th73;
end;
