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

theorem Th2:
  p 'or' 'not' p in TAUT(A)
proof
  'not' p => 'not' p in TAUT(A) by LUKASI_1:4;
  hence thesis by Lm1;
end;
