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