
theorem
  for a be positive Real holds 1-a < 1/(1 + a)
  proof
    let a be positive Real;
    1 - a*a < 1 - 0 by XREAL_1:10; then
    (1+a)*(1-a) < 1;
    hence thesis by XREAL_1:81;
  end;
