reserve x,y,t for Real;

theorem Th71:
  (sinh.x)^2=(cosh.x)^2-1
proof
  (cosh.x)^2-(sinh.x)^2-1=1-1 by SIN_COS2:14;
  hence thesis;
end;
