theorem
  H is negative implies (M,v |= H iff not M,v |= the_argument_of H)
proof
  assume H is negative;
  then H = 'not' the_argument_of H by ZF_LANG:def 30;
  hence thesis by ZF_MODEL:14;
end;
