let X be RealUnitarySpace; :: thesis: for seq being sequence of X st seq is summable holds
for k being Element of NAT holds seq ^\ k is summable

let seq be sequence of X; :: thesis: ( seq is summable implies for k being Element of NAT holds seq ^\ k is summable )
defpred S1[ Element of NAT ] means seq ^\ $1 is summable ;
A1: for k being Element of NAT st S1[k] holds
S1[k + 1]
proof
let k be Element of NAT ; :: thesis: ( S1[k] implies S1[k + 1] )
reconsider seq1 = NAT --> ((seq ^\ k) . 0) as sequence of X ;
assume seq ^\ k is summable ; :: thesis: S1[k + 1]
then Partial_Sums (seq ^\ k) is convergent by Def2;
then A2: (Partial_Sums (seq ^\ k)) ^\ 1 is convergent by BHSP_3:36;
for m being Element of NAT holds seq1 . m = (seq ^\ k) . 0 by FUNCOP_1:7;
then ( seq1 is convergent & Partial_Sums ((seq ^\ k) ^\ 1) = ((Partial_Sums (seq ^\ k)) ^\ 1) - seq1 ) by Th12, BHSP_2:1;
then ( seq ^\ (k + 1) = (seq ^\ k) ^\ 1 & Partial_Sums ((seq ^\ k) ^\ 1) is convergent ) by A2, BHSP_2:4, BHSP_3:31;
hence S1[k + 1] by Def2; :: thesis: verum
end;
assume seq is summable ; :: thesis: for k being Element of NAT holds seq ^\ k is summable
then A3: S1[ 0 ] by NAT_1:47;
thus for k being Element of NAT holds S1[k] from NAT_1:sch 1(A3, A1); :: thesis: verum