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