reserve a,b,c,x,y,z for Real;

theorem
  x^2-1<=0 implies -1<=x & x<=1
proof
  assume x^2-1<=0;
  then (x-1)*(x+1)<=0;
  hence thesis by XREAL_1:93;
end;
