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 st f is_simple_func_in S & f is nonnegative holds
0 <= integral' M,f
let S be SigmaField of X; :: thesis: for M being sigma_Measure of S
for f being PartFunc of X,ExtREAL st f is_simple_func_in S & f is nonnegative holds
0 <= integral' M,f
let M be sigma_Measure of S; :: thesis: for f being PartFunc of X,ExtREAL st f is_simple_func_in S & f is nonnegative holds
0 <= integral' M,f
let f be PartFunc of X,ExtREAL ; :: thesis: ( f is_simple_func_in S & f is nonnegative implies 0 <= integral' M,f )
assume that
A1:
f is_simple_func_in S
and
A2:
f is nonnegative
; :: thesis: 0 <= integral' M,f
A3:
for x being set st x in dom f holds
0 <= f . x
by A2, SUPINF_2:70;
per cases
( dom f = {} or dom f <> {} )
;
suppose A4:
dom f <> {}
;
:: thesis: 0 <= integral' M,fthen A5:
integral' M,
f = integral X,
S,
M,
f
by Def14;
consider F being
Finite_Sep_Sequence of
S,
a,
x being
FinSequence of
ExtREAL such that A6:
(
F,
a are_Re-presentation_of f &
dom x = dom F & ( for
n being
Nat st
n in dom x holds
x . n = (a . n) * ((M * F) . n) ) &
integral X,
S,
M,
f = Sum x )
by A1, A3, A4, MESFUNC4:4;
for
n being
Nat st
n in dom x holds
0 <= x . n
hence
0 <= integral' M,
f
by A5, A6, Th59;
:: thesis: verum end; end;