:: deftheorem Def1 defines C_Measure MEASURE4:def 1 :
for X being set
for b2 being Function of (bool X),ExtREAL holds
( b2 is C_Measure of X iff ( b2 is nonnegative & b2 is zeroed & ( for A, B being Subset of X st A c= B holds
( b2 . A <= b2 . B & ( for F being sequence of (bool X) holds b2 . (union (rng F)) <= SUM (b2 * F) ) ) ) ) );