let X be ComplexNormSpace; :: thesis: for s being sequence of X st s is summable holds
for n being Element of NAT holds s ^\ n is summable

let s be sequence of X; :: thesis: ( s is summable implies for n being Element of NAT holds s ^\ n is summable )
defpred S1[ Element of NAT ] means s ^\ $1 is summable ;
A1: for n being Element of NAT st S1[n] holds
S1[n + 1]
proof
let n be Element of NAT ; :: thesis: ( S1[n] implies S1[n + 1] )
reconsider s1 = NAT --> ((s ^\ n) . 0) as sequence of X ;
for k being Element of NAT holds s1 . k = (s ^\ n) . 0 by FUNCOP_1:7;
then A2: Partial_Sums ((s ^\ n) ^\ 1) = ((Partial_Sums (s ^\ n)) ^\ 1) - s1 by Th25;
assume s ^\ n is summable ; :: thesis: S1[n + 1]
then Partial_Sums (s ^\ n) is convergent by Def2;
then A3: (Partial_Sums (s ^\ n)) ^\ 1 is convergent by Th10;
s1 is convergent by Th16;
then ( s ^\ (n + 1) = (s ^\ n) ^\ 1 & Partial_Sums ((s ^\ n) ^\ 1) is convergent ) by A3, A2, CLVECT_1:114, NAT_1:48;
hence S1[n + 1] by Def2; :: thesis: verum
end;
assume s is summable ; :: thesis: for n being Element of NAT holds s ^\ n is summable
then A4: S1[ 0 ] by NAT_1:47;
thus for n being Element of NAT holds S1[n] from NAT_1:sch 1(A4, A1); :: thesis: verum