let f be nonnegative Function of [:NAT,NAT:],ExtREAL; :: thesis: for m being Element of NAT st ex k being Element of NAT st
( k <= m & ProjMap1 ((Partial_Sums_in_cod2 f),k) is convergent_to_+infty ) holds
( ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m) is convergent_to_+infty & lim (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) = +infty )

let m be Element of NAT ; :: thesis: ( ex k being Element of NAT st
( k <= m & ProjMap1 ((Partial_Sums_in_cod2 f),k) is convergent_to_+infty ) implies ( ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m) is convergent_to_+infty & lim (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) = +infty ) )

given k being Element of NAT such that A2: ( k <= m & ProjMap1 ((Partial_Sums_in_cod2 f),k) is convergent_to_+infty ) ; :: thesis: ( ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m) is convergent_to_+infty & lim (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) = +infty )
A5: for g being Real st 0 < g holds
ex N being Nat st
for n being Nat st N <= n holds
g <= (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) . n
proof
let g be Real; :: thesis: ( 0 < g implies ex N being Nat st
for n being Nat st N <= n holds
g <= (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) . n )

assume 0 < g ; :: thesis: ex N being Nat st
for n being Nat st N <= n holds
g <= (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) . n

then consider N being Nat such that
A4: for n being Nat st N <= n holds
g <= (ProjMap1 ((Partial_Sums_in_cod2 f),k)) . n by A2, MESFUNC5:def 9;
now :: thesis: for n being Nat st N <= n holds
g <= (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) . n
end;
hence ex N being Nat st
for n being Nat st N <= n holds
g <= (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) . n ; :: thesis: verum
end;
hence ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m) is convergent_to_+infty by MESFUNC5:def 9; :: thesis: lim (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) = +infty
thus lim (ProjMap1 ((Partial_Sums_in_cod2 (Partial_Sums_in_cod1 f)),m)) = +infty by A5, MESFUNC5:def 9, MESFUNC9:7; :: thesis: verum