reserve x,y,t for Real;

theorem Th9:
  y>=0 & x>=1 implies (x^2-1)/y>=0
proof
  assume that
A1: y>=0 and
A2: x>=1;
  x^2-1>=0 by A2,Lm3;
  hence thesis by A1;
end;
