let X be set ; for S being SigmaField of X
for M being sigma_Measure of S
for F being Function of NAT,(bool X) st ( for n being Element of NAT holds F . n is thin of M ) holds
ex G being Function of NAT,S st
for n being Element of NAT holds
( F . n c= G . n & M . (G . n) = 0. )
let S be SigmaField of X; for M being sigma_Measure of S
for F being Function of NAT,(bool X) st ( for n being Element of NAT holds F . n is thin of M ) holds
ex G being Function of NAT,S st
for n being Element of NAT holds
( F . n c= G . n & M . (G . n) = 0. )
let M be sigma_Measure of S; for F being Function of NAT,(bool X) st ( for n being Element of NAT holds F . n is thin of M ) holds
ex G being Function of NAT,S st
for n being Element of NAT holds
( F . n c= G . n & M . (G . n) = 0. )
let F be Function of NAT,(bool X); ( ( for n being Element of NAT holds F . n is thin of M ) implies ex G being Function of NAT,S st
for n being Element of NAT holds
( F . n c= G . n & M . (G . n) = 0. ) )
defpred S1[ Element of NAT , set ] means for n being Element of NAT
for y being set st n = $1 & y = $2 holds
( y in S & F . n c= y & M . y = 0. );
assume A1:
for n being Element of NAT holds F . n is thin of M
; ex G being Function of NAT,S st
for n being Element of NAT holds
( F . n c= G . n & M . (G . n) = 0. )
A2:
for t being Element of NAT ex A being Element of S st S1[t,A]
ex G being Function of NAT,S st
for t being Element of NAT holds S1[t,G . t]
from FUNCT_2:sch 3(A2);
then consider G being Function of NAT,S such that
A5:
for t, n being Element of NAT
for y being set st n = t & y = G . t holds
( y in S & F . n c= y & M . y = 0. )
;
take
G
; for n being Element of NAT holds
( F . n c= G . n & M . (G . n) = 0. )
thus
for n being Element of NAT holds
( F . n c= G . n & M . (G . n) = 0. )
by A5; verum