let X be non empty set ; :: thesis: for S being SigmaField of X
for P being Element of S
for F being summable FinSequence of Funcs (X,ExtREAL) st ( for n being Nat st n in dom F holds
F /. n is P -measurable ) holds
for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable

let S be SigmaField of X; :: thesis: for P being Element of S
for F being summable FinSequence of Funcs (X,ExtREAL) st ( for n being Nat st n in dom F holds
F /. n is P -measurable ) holds
for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable

let P be Element of S; :: thesis: for F being summable FinSequence of Funcs (X,ExtREAL) st ( for n being Nat st n in dom F holds
F /. n is P -measurable ) holds
for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable

let F be summable FinSequence of Funcs (X,ExtREAL); :: thesis: ( ( for n being Nat st n in dom F holds
F /. n is P -measurable ) implies for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable )

assume A1: for n being Nat st n in dom F holds
F /. n is P -measurable ; :: thesis: for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable

A2: P c= X ;
A3: len F = len (Partial_Sums F) by DEF13;
then A4: dom F = dom (Partial_Sums F) by FINSEQ_3:29;
defpred S1[ Nat] means ( $1 in dom F implies (Partial_Sums F) /. $1 is P -measurable );
per cases ( F is without_+infty-valued or F is without_-infty-valued ) by DEF12;
suppose A5: F is without_+infty-valued ; :: thesis: for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable

A6: S1[ 0 ] by FINSEQ_3:24;
A7: for n being Nat st S1[n] holds
S1[n + 1]
proof
let n be Nat; :: thesis: ( S1[n] implies S1[n + 1] )
assume A8: S1[n] ; :: thesis: S1[n + 1]
assume A9: n + 1 in dom F ; :: thesis: (Partial_Sums F) /. (n + 1) is P -measurable
per cases ( n = 0 or n <> 0 ) ;
end;
end;
for n being Nat holds S1[n] from NAT_1:sch 2(A6, A7);
hence for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable ; :: thesis: verum
end;
suppose A19: F is without_-infty-valued ; :: thesis: for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable

A20: S1[ 0 ] by FINSEQ_3:24;
A21: for n being Nat st S1[n] holds
S1[n + 1]
proof end;
for n being Nat holds S1[n] from NAT_1:sch 2(A20, A21);
hence for n being Nat st n in dom F holds
(Partial_Sums F) /. n is P -measurable ; :: thesis: verum
end;
end;