theorem
  s,kai|= 'not' H iff s,kai|/= H
proof
  s,kai|= 'not' H iff s|= 'not' Evaluate(H,kai) by Th5;
  then s,kai|= 'not' H iff s|/= Evaluate(H,kai) by Th12;
  hence thesis;
end;
