theorem
  f|Y is constant implies (for r holds (r(#)f)|Y is bounded) & (-f)|Y is
  bounded & |.f.||Y is bounded
proof
  assume
A1: f|Y is constant;
  hence for r holds (r(#)f)|Y is bounded by Th78,Th80;
  thus (-f)|Y is bounded by A1,Th79,Th80;
  |.f.||Y is constant by A1,Th79;
  hence thesis;
end;
