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

theorem Th8:
  ( p 'or' q ) => ( q 'or' p ) in TAUT(A)
proof
  ( 'not' p => q ) => ( 'not' q => p ) in TAUT(A) by LUKASI_1:31;
  then ( p 'or' q ) => ( 'not' q => p ) in TAUT(A) by Lm1;
  hence thesis by Lm1;
end;
