let X be set ; :: thesis: for S being SigmaField of X
for M being sigma_Measure of S
for F being Function of NAT ,S st ( for n being Element of NAT holds F . n c= F . (n + 1) ) holds
M . (union (rng F)) = sup (rng (M * F))
let S be SigmaField of X; :: thesis: for M being sigma_Measure of S
for F being Function of NAT ,S st ( for n being Element of NAT holds F . n c= F . (n + 1) ) holds
M . (union (rng F)) = sup (rng (M * F))
let M be sigma_Measure of S; :: thesis: for F being Function of NAT ,S st ( for n being Element of NAT holds F . n c= F . (n + 1) ) holds
M . (union (rng F)) = sup (rng (M * F))
let F be Function of NAT ,S; :: thesis: ( ( for n being Element of NAT holds F . n c= F . (n + 1) ) implies M . (union (rng F)) = sup (rng (M * F)) )
assume A1:
for n being Element of NAT holds F . n c= F . (n + 1)
; :: thesis: M . (union (rng F)) = sup (rng (M * F))
consider G being Function of NAT ,S such that
A2:
( G . 0 = F . 0 & ( for n being Element of NAT holds G . (n + 1) = (F . (n + 1)) \ (F . n) ) )
by Th4;
A3:
G is Sep_Sequence of S
by A1, A2, Th25;
A4:
rng (Ser (M * G)) = rng (M * F)
M . (union (rng F)) =
M . (union (rng G))
by A1, A2, Th24
.=
SUM (M * G)
by A3, MEASURE1:def 11
.=
sup (rng (M * F))
by A4
;
hence
M . (union (rng F)) = sup (rng (M * F))
; :: thesis: verum