theorem Th29:
  CQC_Sub(Sub_not S) = 'not' CQC_Sub(S)
proof
  set 9S = Sub_not S;
  Sub_the_argument_of 9S = S by Def30;
  hence thesis by Th28;
end;
