theorem
  not x in A implies (x .--> y)|A = {}
proof
  assume not x in A;
  then dom(x .--> y) misses A by ZFMISC_1:50;
  hence thesis by RELAT_1:66;
end;
