theorem Th31:
  cosh`|REAL = sinh
proof
  for x st x in REAL holds diff(cosh,x)=sinh.x by SIN_COS2:35;
  hence thesis by FDIFF_1:def 7,SIN_COS2:30,35;
end;
