theorem
  for f being Function holds ("f)"A c= bool rng f
proof
  let f be Function;
  dom("f) = bool rng f by Def2;
  hence thesis by RELAT_1:132;
end;
