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