Lm1: 
 for X being   non  empty   set 
  for f being   PartFunc of X,ExtREAL
  for r being   Real holds 
 ( ( r >  0  implies  less_dom (f,r) =  less_dom ((max+ f),r) ) & ( r <=  0  implies  less_dom (f,r) =  great_dom ((max- f),(- r)) ) )
 
Lm2: 
 for i, j being   Nat  st i <= j holds 
 ex k being   Nat st j = i + k
 
Lm3: 
 for X being   non  empty   set 
  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 & f is  nonpositive  &  0  <= c holds 
(  Integral (M,(c (#) f)) =  - (c * (integral' (M,(- f)))) &  Integral (M,(c (#) f)) = (- c) * (integral' (M,(- f))) )
 
Lm4: 
 for X being   non  empty   set 
  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 & f is  nonnegative  & c <=  0  holds 
 Integral (M,(c (#) f)) = c * (integral' (M,f))