theorem Th1:
  p => (q => p) in CnIPC (X)
proof
  T is IPC_theory & X c= T implies p => (q => p) in T;
  hence thesis by Def15;
end;
