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