reserve i,j,e,u for object;
reserve I for set; 
reserve x,X,Y,Z,V for ManySortedSet of I;
reserve I for non empty set,
  x,X,Y for ManySortedSet of I;
reserve I for set,
  x,X,Y,Z for ManySortedSet of I;
reserve X for non-empty ManySortedSet of I;
reserve D for non empty set,
  n for Nat;
reserve X,Y for ManySortedSet of I;

theorem
 for I being set, f being non-empty ManySortedSet of I
 for p being f-compatible I-defined Function
  ex s being f-compatible ManySortedSet of I st p c= s
 proof
  let I be set, f being non-empty ManySortedSet of I;
  let p be f-compatible I-defined Function;
   set h = the (f)-compatible ManySortedSet of I;
  take h+*p;
  thus p c= h+*p by FUNCT_4:25;
 end;
