theorem
  p is negative & q = the_argument_of p implies SepVar p = 'not' SepVar q
proof
  assume that
A1: p is negative and
A2: q = the_argument_of p;
  p = 'not' q by A1,A2,QC_LANG1:def 24;
  hence thesis by Th28;
end;
