Lm1: 
 for A being   real-membered   set 
  for x, y being   Real holds 
 ( y in x ++ A iff  ex z being   Real st 
( z in A & y = x + z ) )
 
Lm2: 
 for X being   Subset of REAL  st X is  bounded_above  holds 
 -- X is  bounded_below 
 
Lm3: 
 for X being   Subset of REAL  st X is  bounded_below  holds 
 -- X is  bounded_above 
 
Lm4: 
 for X being   Subset of REAL  st X is  closed  holds 
 -- X is  closed 
 
Lm5: 
 for X being   Subset of REAL
  for p being   Real holds  p ++ X =  {  (p + r3) where r3 is   Real : r3 in X  }  
 
Lm6: 
 for X being   Subset of REAL
  for s being   Real  st X is  bounded_above  holds 
s ++ X is  bounded_above 
 
Lm7: 
 for X being   Subset of REAL
  for p being   Real  st X is  bounded_below  holds 
p ++ X is  bounded_below 
 
Lm8: 
 for q3 being   Real
  for X being   Subset of REAL  st X is  closed  holds 
q3 ++ X is  closed 
 
Lm9: 
 for X being   non  empty   set 
  for f being   Function of X,REAL  st f is  with_max  holds 
 - f is  with_min 
 
Lm10: 
 for X being   non  empty   set 
  for f being   Function of X,REAL  st f is  with_min  holds 
 - f is  with_max