defpred S1[ FinSequence of ExtREAL ] means ( +infty in rng $1 & not -infty in rng $1 implies Sum $1 = +infty );
A1: for F being FinSequence of ExtREAL
for x being Element of ExtREAL st S1[F] holds
S1[F ^ <*x*>]
proof end;
A10: S1[ <*> ExtREAL] ;
thus for F being FinSequence of ExtREAL holds S1[F] from FINSEQ_2:sch 2(A10, A1); :: thesis: verum