theorem Th28:
  for m being Multiset of X holds dom m = X & rng m c= NAT
proof
  let m be Multiset of X;
  m is Function of X,NAT by Th27;
  hence thesis by FUNCT_2:def 1,RELAT_1:def 19;
end;
