reserve r,r1,r2, s,x for Real,
  i for Integer;

theorem Th5:
  -1 <= cos r
proof
  cos.r in [.-1,1.] by COMPTRIG:27;
  then cos r in [.-1,1.] by SIN_COS:def 19;
  hence thesis by XXREAL_1:1;
end;
