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