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;
