theorem
  x in X & y in dom f implies (X --> f)..(x,y) = f.y
proof
A1: x in X implies (X --> f).x = f by FUNCOP_1:7;
  dom (X --> f) = X;
  hence thesis by A1,FUNCT_5:38;
end;
