let X be non empty set ; :: thesis: for S being SigmaField of X
for M being sigma_Measure of S
for f, g being PartFunc of X,ExtREAL st f is nonnegative & g is nonnegative holds
f + g is nonnegative

let S be SigmaField of X; :: thesis: for M being sigma_Measure of S
for f, g being PartFunc of X,ExtREAL st f is nonnegative & g is nonnegative holds
f + g is nonnegative

let M be sigma_Measure of S; :: thesis: for f, g being PartFunc of X,ExtREAL st f is nonnegative & g is nonnegative holds
f + g is nonnegative

let f, g be PartFunc of X,ExtREAL ; :: thesis: ( f is nonnegative & g is nonnegative implies f + g is nonnegative )
assume A1: ( f is nonnegative & g is nonnegative ) ; :: thesis: f + g is nonnegative
for x being set st x in dom (f + g) holds
0 <= (f + g) . x
proof
let x be set ; :: thesis: ( x in dom (f + g) implies 0 <= (f + g) . x )
assume A2: x in dom (f + g) ; :: thesis: 0 <= (f + g) . x
A3: ( 0 <= f . x & 0 <= g . x ) by A1, SUPINF_2:70;
then g . x <= (f . x) + (g . x) by XXREAL_3:42;
hence 0 <= (f + g) . x by A2, A3, MESFUNC1:def 3; :: thesis: verum
end;
hence f + g is nonnegative by SUPINF_2:71; :: thesis: verum