theorem
  for g being Function holds ({})..g = {}
proof
  let g be Function;
  dom (({})..g) = dom {} /\ dom g by PRALG_1:def 19
     .= dom {};
  hence thesis;
end;
