theorem Th82:
  f|Y is bounded implies (abs f)|Y is bounded & (-f)|Y is bounded
proof
  assume
A1: f|Y is bounded;
  (abs f)|Y = abs(f|Y) by Th46;
  hence (abs f)|Y is bounded by A1;
  thus thesis by A1,Th80;
end;
