definition
let A be   non  
empty   set ;
let G be   
Function of 
[:A,A:],
REAL;
existence 
 ex b1 being   Function of [:A,A:],REAL st 
 for a, b being    Element of A holds  b1 . (a,b) = (G . (a,b)) / (1 + (G . (a,b)))
 
uniqueness 
 for b1, b2 being   Function of [:A,A:],REAL  st (  for a, b being    Element of A holds  b1 . (a,b) = (G . (a,b)) / (1 + (G . (a,b))) ) & (  for a, b being    Element of A holds  b2 . (a,b) = (G . (a,b)) / (1 + (G . (a,b))) ) holds 
b1 = b2
 
 
end;