reserve F,H,H9 for ZF-formula,
  x,y,z,t for Variable,
  a,b,c,d,A,X for set;
reserve E for non empty set,
  f,g,h for Function of VAR,E,
  v1,v2,v3,v4,v5,u5 for Element of VAL E;

theorem Th14:
  for E,f,H holds E,f |= H iff not E,f |= 'not' H
by Th4;
