let X be non empty set ; :: thesis: for S being SigmaField of X
for M being sigma_Measure of S
for f being PartFunc of X,ExtREAL
for c being Real st f is_simple_func_in S holds
c (#) f is_simple_func_in S
let S be SigmaField of X; :: thesis: for M being sigma_Measure of S
for f being PartFunc of X,ExtREAL
for c being Real st f is_simple_func_in S holds
c (#) f is_simple_func_in S
let M be sigma_Measure of S; :: thesis: for f being PartFunc of X,ExtREAL
for c being Real st f is_simple_func_in S holds
c (#) f is_simple_func_in S
let f be PartFunc of X,ExtREAL ; :: thesis: for c being Real st f is_simple_func_in S holds
c (#) f is_simple_func_in S
let c be Real; :: thesis: ( f is_simple_func_in S implies c (#) f is_simple_func_in S )
assume A1:
f is_simple_func_in S
; :: thesis: c (#) f is_simple_func_in S
set g = c (#) f;
A2:
dom (c (#) f) = dom f
by MESFUNC1:def 6;
A3:
f is real-valued
by A1, MESFUNC2:def 5;
then A5:
c (#) f is real-valued
by MESFUNC2:def 1;
consider G being Finite_Sep_Sequence of S such that
A6:
dom f = union (rng G)
and
A7:
for n being Nat
for x, y being Element of X st n in dom G & x in G . n & y in G . n holds
f . x = f . y
by A1, MESFUNC2:def 5;
hence
c (#) f is_simple_func_in S
by A2, A5, A6, MESFUNC2:def 5; :: thesis: verum