reserve x,y,t for Real;

theorem Th69:
  cosh.(2*x)=1+2*(sinh.x)^2
proof
  2*(sinh.x)^2=2*(1/2*(cosh.(2*x)-1)) by SIN_COS2:18;
  hence thesis;
end;
