theorem Th27:
  sin`|REAL = cos
proof
  for x st x in REAL holds diff(sin,x)=cos.x by SIN_COS:68;
  hence thesis by FDIFF_1:def 7,SIN_COS:24,68;
end;
