let X be non empty set ; :: thesis: for F being without_+infty-valued FinSequence of Funcs (X,ExtREAL) holds Partial_Sums F is without_+infty-valued
let F be without_+infty-valued FinSequence of Funcs (X,ExtREAL); :: thesis: Partial_Sums F is without_+infty-valued
defpred S1[ Nat] means ( $1 in dom (Partial_Sums F) implies (Partial_Sums F) . $1 is without+infty );
A1: S1[ 0 ] by FINSEQ_3:24;
A2: for n being Nat st S1[n] holds
S1[n + 1]
proof end;
for n being Nat holds S1[n] from NAT_1:sch 2(A1, A2);
hence Partial_Sums F is without_+infty-valued ; :: thesis: verum