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

theorem Th6:
  cos r <= 1
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;
