reserve A for QC-alphabet;
reserve p, q, r, s, t for Element of CQC-WFF(A);
reserve X for Subset of CQC-WFF(A);

theorem
  'not' p => q in TAUT(A) implies 'not' q => p in TAUT(A)
proof
  assume
A1: 'not' p => q in TAUT(A);
  ('not' p => q) => ('not' q => p) in TAUT(A) by Th31;
  hence thesis by A1,CQC_THE1:46;
end;
