theorem
  X misses dom f implies f|X is bounded
proof
  assume X /\ dom f = {};
  then for c holds c in X /\ dom f implies |.(f/.c).| <= 0;
  hence thesis by Th68;
end;
