reserve A for non trivial Nat,
        B,C,n,m,k for Nat,
        e for Nat;

theorem Th1:
  for T be _Theta holds |.T.| <=1
proof
  let T be _Theta;
  -1<= T <= 1 by Def1;
  hence thesis by ABSVALUE:5;
end;
