theorem Th19:
  f|X is bounded implies modetrans(f,X) = f
proof
  assume f|X is bounded;
  then f in BoundedFunctions X;
  hence thesis by Def15;
end;
