theorem Th39:
  Vars('not' p,V) = Vars(p,V)
proof
  set 9p = 'not' p;
A1: 9p is negative;
  then the_argument_of 9p = p by QC_LANG1:def 24;
  hence thesis by A1,Lm2;
end;
