theorem Th18:
  q in IPC-Taut implies p => q in IPC-Taut
proof
  q => (p => q) in IPC-Taut by Def14;
  hence thesis by Def14;
end;
