let a be real number ; :: thesis: for n being Element of NAT st a > - 1 & a <= 0 & not n is even holds
( a >= n -root a & n -root a > - 1 )

let n be Element of NAT ; :: thesis: ( a > - 1 & a <= 0 & not n is even implies ( a >= n -root a & n -root a > - 1 ) )
assume that
A1: a > - 1 and
A2: a <= 0 ; :: thesis: ( n is even or ( a >= n -root a & n -root a > - 1 ) )
assume not n is even ; :: thesis: ( a >= n -root a & n -root a > - 1 )
then A3: ex m being Element of NAT st n = (2 * m) + 1 by ABIAN:9;
then A4: ( n >= 1 & - a < 1 ) by A1, ABIAN:12, XREAL_1:27;
then A5: n -root (- a) < 1 by A2, Th21;
A6: - a <= n -root (- a) by A2, A4, Th21;
A7: - (n -root (- a)) > - 1 by A5, XREAL_1:26;
a >= - (n -root (- a)) by A6, XREAL_1:28;
hence ( a >= n -root a & n -root a > - 1 ) by A3, A7, Th11; :: thesis: verum