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