theorem
  A misses X implies P|A = {}
proof
  assume A misses X;
  then A misses dom P by XBOOLE_1:63;
  hence thesis by RELAT_1:152;
end;
