theorem
  X misses dom f implies f is_bounded_on X
proof
  assume X /\ dom f = {};
  then for c holds c in X /\ dom f implies ||.f/.c.|| <= 0;
  hence thesis;
end;
