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

theorem
  p in TAUT(A) & q in TAUT(A) implies p '&' q in TAUT(A) by Lm4;
