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