theorem
  H is universal implies (M,v |= H iff for m holds M,v/(bound_in H,m) |=
  the_scope_of H)
proof
  assume H is universal;
  then H = All(bound_in H, the_scope_of H) by ZF_LANG:44;
  hence thesis by Th71;
end;
