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

theorem
  p in TAUT(A) implies ( p 'or' q ) in TAUT(A)
proof
  assume
A1: p in TAUT(A);
  p => ( p 'or' q ) in TAUT(A) by Th3;
  hence thesis by A1,CQC_THE1:46;
end;
