let n be even Nat; :: thesis: for x being Element of F_Real holds x |^ n >= 0. F_Real
let x be Element of F_Real; :: thesis: x |^ n >= 0. F_Real
defpred S1[ Nat] means x |^ (2 * $1) >= 0. F_Real;
x |^ 0 = 1_ F_Real by BINOM:8;
then IA: S1[ 0 ] ;
XX1: for x being Element of F_Real holds x |^ 2 >= 0. F_Real
proof end;
IS: now :: thesis: for k being Nat st S1[k] holds
S1[k + 1]
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume AS: S1[k] ; :: thesis: S1[k + 1]
H0: x |^ (2 * (k + 1)) = x |^ ((2 * k) + 2)
.= (x |^ (2 * k)) * (x |^ 2) by BINOM:10 ;
x |^ 2 >= 0. F_Real by XX1;
hence S1[k + 1] by H0, AS; :: thesis: verum
end;
I: for k being Nat holds S1[k] from NAT_1:sch 2(IA, IS);
ex k being Nat st n = 2 * k by ABIAN:def 2;
hence x |^ n >= 0. F_Real by I; :: thesis: verum