theorem Th13:
  q in TAUT(A) implies p => q in TAUT(A)
proof
  q => (p => q) in TAUT(A) by Th5;
  hence thesis by CQC_THE1:46;
end;
