let seq be without-infty ExtREAL_sequence; :: thesis: Partial_Sums seq is without-infty ExtREAL_sequence
defpred S1[ Nat] means (Partial_Sums seq) . $1 <> -infty ;
(Partial_Sums seq) . 0 = seq . 0 by MESFUNC9:def 1;
then (Partial_Sums seq) . 0 > -infty by MESFUNC5:def 5;
then A1: S1[ 0 ] ;
A2: for n being Nat st S1[n] holds
S1[n + 1]
proof
let n be Nat; :: thesis: ( S1[n] implies S1[n + 1] )
assume A3: S1[n] ; :: thesis: S1[n + 1]
A4: seq . (n + 1) > -infty by MESFUNC5:def 5;
(Partial_Sums seq) . (n + 1) = ((Partial_Sums seq) . n) + (seq . (n + 1)) by MESFUNC9:def 1;
hence S1[n + 1] by A3, A4, XXREAL_3:17; :: thesis: verum
end;
A5: for n being Nat holds S1[n] from NAT_1:sch 2(A1, A2);
hereby :: thesis: verum end;