theorem
  Funcs({},X) = {}
proof
  dom Funcs({},X) = dom {} by Def7;
  hence thesis;
end;
