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 :: thesis: for v, u being Element of (RLSp_PFunct X) st v in L1_Functions M & u in L1_Functions M holds
v + u in L1_Functions M
let v, u be Element of (RLSp_PFunct X); :: thesis: ( v in L1_Functions M & u in L1_Functions M implies v + u in L1_Functions M )
assume that
A1: v in L1_Functions M and
A2: u in L1_Functions M ; :: thesis: v + u in L1_Functions M
reconsider h = v + u as Element of PFuncs (X,REAL) ;
consider v1 being PartFunc of X,REAL such that
A3: v1 = v and
ex ND being Element of S st
( M . ND = 0 & dom v1 = ND ` & v1 is_integrable_on M ) by A1;
consider u1 being PartFunc of X,REAL such that
A4: u1 = u and
ex ND being Element of S st
( M . ND = 0 & dom u1 = ND ` & u1 is_integrable_on M ) by A2;
( dom h = (dom v1) /\ (dom u1) & ( for x being object st x in dom h holds
h . x = (v1 . x) + (u1 . x) ) ) by A3, A4, Th6;
then v + u = v1 + u1 by VALUED_1:def 1;
hence v + u in L1_Functions M by A1, A2, A3, A4, Th23; :: thesis: verum
end;
hence L1_Functions M is add-closed ; :: thesis: L1_Functions M is multi-closed
now :: thesis: for a being Real
for u being VECTOR of (RLSp_PFunct X) st u in L1_Functions M holds
a * u in L1_Functions M
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 A5: u in L1_Functions M ; :: thesis: a * u in L1_Functions M
consider u1 being PartFunc of X,REAL such that
A6: u1 = u and
ex ND being Element of S st
( M . ND = 0 & dom u1 = ND ` & u1 is_integrable_on M ) by A5;
reconsider h = a * u as Element of PFuncs (X,REAL) ;
A7: dom h = dom u1 by A6, Th9;
then for x being object st x in dom h holds
h . x = a * (u1 . x) by A6, Th9;
then a * u = a (#) u1 by A7, VALUED_1:def 5;
hence a * u in L1_Functions M by A5, A6, Th24; :: thesis: verum
end;
hence L1_Functions M is multi-closed ; :: thesis: verum