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 => 'not' q in TAUT(A) implies q => p in TAUT(A) by Th34;
