reserve x,y,t for Real;

theorem Th4:
  sqrt(x^2+1)>0
proof
  x^2>=0 by XREAL_1:63;
  hence thesis by SQUARE_1:25;
end;
