for x being object holds -infty < (Partial_Sums_in_cod2 f) . x
proof
let x be object ; :: thesis: -infty < (Partial_Sums_in_cod2 f) . x
per cases ( x in dom (Partial_Sums_in_cod2 f) or not x in dom (Partial_Sums_in_cod2 f) ) ;
suppose x in dom (Partial_Sums_in_cod2 f) ; :: thesis: -infty < (Partial_Sums_in_cod2 f) . x
then consider n, m being object such that
A1: ( n in NAT & m in NAT & x = [n,m] ) by ZFMISC_1:def 2;
reconsider n = n, m = m as Element of NAT by A1;
defpred S1[ Nat] means (Partial_Sums_in_cod2 f) . (n,f) > -infty ;
(Partial_Sums_in_cod2 f) . (n,0) = f . (n,0) by DefCSM;
then A2: S1[ 0 ] by MESFUNC5:def 5;
A3: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A4: S1[k] ; :: thesis: S1[k + 1]
A5: f . (n,(k + 1)) > -infty by MESFUNC5:def 5;
(Partial_Sums_in_cod2 f) . (n,(k + 1)) = ((Partial_Sums_in_cod2 f) . (n,k)) + (f . (n,(k + 1))) by DefCSM;
hence S1[k + 1] by A4, A5, XXREAL_3:17, XXREAL_0:6; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(A2, A3);
then S1[m] ;
hence
-infty < (Partial_Sums_in_cod2 f) . x by A1; :: thesis: verum
end;
end;
end;
hence Partial_Sums_in_cod2 f is without-infty by MESFUNC5:def 5; :: thesis: verum