let seq be nonnegative ExtREAL_sequence; :: thesis: ( not Partial_Sums seq is convergent_to_+infty implies for n being Nat holds seq . n is Real )
assume A2: not Partial_Sums seq is convergent_to_+infty ; :: thesis: for n being Nat holds seq . n is Real
given N being Nat such that A3: seq . N is not Real ; :: thesis: contradiction
not seq . N in REAL by A3;
then A4: ( seq . N = +infty or seq . N = -infty ) by XXREAL_0:14;
A6: Partial_Sums seq is non-decreasing by MESFUNC9:16;
now :: thesis: for g being Real st 0 < g holds
ex N being Nat st
for m being Nat st N <= m holds
g <= (Partial_Sums seq) . m
let g be Real; :: thesis: ( 0 < g implies ex N being Nat st
for m being Nat st N <= m holds
g <= (Partial_Sums seq) . m )

assume 0 < g ; :: thesis: ex N being Nat st
for m being Nat st N <= m holds
g <= (Partial_Sums seq) . m

take N = N; :: thesis: for m being Nat st N <= m holds
g <= (Partial_Sums seq) . m

hereby :: thesis: verum
let m be Nat; :: thesis: ( N <= m implies g <= (Partial_Sums seq) . b1 )
assume A7: N <= m ; :: thesis: g <= (Partial_Sums seq) . b1
per cases ( N = 0 or N <> 0 ) ;
end;
end;
end;
hence contradiction by A2, MESFUNC5:def 9; :: thesis: verum