theorem
  for f being Function holds "f is Function of bool rng f, bool dom f
proof
  let f be Function;
  dom"f = bool rng f & rng"f c= bool dom f by Def2,Th22;
  hence thesis by FUNCT_2:def 1,RELSET_1:4;
end;
