theorem Th11:
  for f being Function holds (.:f)"B c= bool dom f
proof
  let f be Function;
  dom(.:f) = bool dom f by Def1;
  hence thesis by RELAT_1:132;
end;
