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 Th44:
  p => (q => r) is valid implies q => (p => r) is valid
by Th15;
