theorem Th82:
  f1|X is bounded & f2|Y is constant implies (f1+f2)|(X /\ Y) is bounded
proof
  assume that
A1: f1|X is bounded and
A2: f2|Y is constant;
  f2|Y is bounded by A2,Th80;
  hence thesis by A1,Th74;
end;
