theorem
  for f being Function st x in dom f
   holds x .--> f.x c= f
proof
  let f be Function;
  assume x in dom f;
  then {[x, f.x]} c= f by ZFMISC_1:31,FUNCT_1:1;
  hence thesis by ZFMISC_1:29;
end;
