let a be real number ; :: thesis: for n being natural number st 1 <= a & 1 <= n holds
a <= a |^ n

let n be natural number ; :: thesis: ( 1 <= a & 1 <= n implies a <= a |^ n )
assume that
A1: 1 <= a and
A2: 1 <= n ; :: thesis: a <= a |^ n
consider m being Nat such that
A3: n = m + 1 by A2, NAT_1:6;
defpred S1[ Element of NAT ] means a <= a |^ ($1 + 1);
A4: for m1 being Element of NAT st S1[m1] holds
S1[m1 + 1]
proof
let m1 be Element of NAT ; :: thesis: ( S1[m1] implies S1[m1 + 1] )
assume a <= a |^ (m1 + 1) ; :: thesis: S1[m1 + 1]
then a * 1 <= (a |^ (m1 + 1)) * a by A1, XREAL_1:68;
hence S1[m1 + 1] by NEWTON:11; :: thesis: verum
end;
a <= 1 * a ;
then a <= ((a GeoSeq ) . 0 ) * a by Th4;
then a <= (a |^ 0 ) * a by Def1;
then A5: S1[ 0 ] by NEWTON:11;
A6: for m1 being Element of NAT holds S1[m1] from NAT_1:sch 1(A5, A4);
m in NAT by ORDINAL1:def 13;
hence a <= a |^ n by A3, A6; :: thesis: verum