theorem
 for x,y,A being set st x in A
 holds (x .--> y)|A = x .--> y
proof let x,y,A be set;
  assume x in A;
  then dom(x .--> y) c= A by ZFMISC_1:31;
  hence thesis by RELAT_1:68;
end;
