theorem
  for f being Function holds (.:f).{} = {}
proof
  let f be Function;
  {} c= dom f;
  then (.:f).{} = f.:{} by Def1;
  hence thesis;
end;
