:: deftheorem Def5 defines Sum MEASURE9:def 5 :
for e being FinSequence of ExtREAL *
for b2 being FinSequence of ExtREAL holds
( b2 = Sum e iff ( len b2 = len e & ( for k being Nat st k in dom b2 holds
b2 . k = Sum (e . k) ) ) );