let X be non empty set ; :: thesis: for S being SigmaField of X
for M being sigma_Measure of S holds
( L1_Functions M is add-closed & L1_Functions M is multi-closed )

let S be SigmaField of X; :: thesis: for M being sigma_Measure of S holds
( L1_Functions M is add-closed & L1_Functions M is multi-closed )

let M be sigma_Measure of S; :: thesis: ( L1_Functions M is add-closed & L1_Functions M is multi-closed )
set W = L1_Functions M;
now
let v, u be Element of the carrier of (RLSp_PFunct X); :: thesis: ( v in L1_Functions M & u in L1_Functions M implies v + u in L1_Functions M )
assume A2: ( v in L1_Functions M & u in L1_Functions M ) ; :: thesis: v + u in L1_Functions M
consider v1 being PartFunc of X,REAL such that
A3: ( v1 = v & ex ND being Element of S st
( M . ND = 0 & dom v1 = ND ` & v1 is_integrable_on M ) ) by A2;
consider u1 being PartFunc of X,REAL such that
A4: ( u1 = u & ex ND being Element of S st
( M . ND = 0 & dom u1 = ND ` & u1 is_integrable_on M ) ) by A2;
reconsider h = v + u as Element of PFuncs X,REAL ;
( dom h = (dom v1) /\ (dom u1) & ( for x being set st x in dom h holds
h . x = (v1 . x) + (u1 . x) ) ) by A3, A4, Th10;
then v + u = v1 + u1 by VALUED_1:def 1;
hence v + u in L1_Functions M by A2, A3, A4, Th01a; :: thesis: verum
end;
hence L1_Functions M is add-closed by IDEAL_1:def 1; :: thesis: L1_Functions M is multi-closed
now
let a be Real; :: thesis: for u being VECTOR of (RLSp_PFunct X) st u in L1_Functions M holds
a * u in L1_Functions M

let u be VECTOR of (RLSp_PFunct X); :: thesis: ( u in L1_Functions M implies a * u in L1_Functions M )
assume A7: u in L1_Functions M ; :: thesis: a * u in L1_Functions M
consider u1 being PartFunc of X,REAL such that
A8: ( u1 = u & ex ND being Element of S st
( M . ND = 0 & dom u1 = ND ` & u1 is_integrable_on M ) ) by A7;
reconsider h = a * u as Element of PFuncs X,REAL ;
A9: ( dom h = dom u1 & ( for x being Element of X st x in dom u1 holds
h . x = a * (u1 . x) ) ) by A8, Th15;
then for x being set st x in dom h holds
h . x = a * (u1 . x) ;
then a * u = a (#) u1 by A9, VALUED_1:def 5;
hence a * u in L1_Functions M by Th01b, A7, A8; :: thesis: verum
end;
hence L1_Functions M is multi-closed by RLSUBDef0; :: thesis: verum