theorem
  X misses dom f implies f|X is bounded
proof
  assume X /\ dom f = {};
  then dom(f|X) = {} by RELAT_1:61;
  then f|X = {};
  hence thesis;
end;
