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

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