theorem
  p in X implies p in CnIPC(X)
proof
  assume p in X; then
  X |-_IPC p by Th67;
  hence thesis;
end;
