theorem
  for R being stable ManySortedRelation of A holds StabCl R = R
proof
  let R be stable ManySortedRelation of A;
   StabCl R c= R & R c= StabCl R by Def12;
  hence thesis by PBOOLE:146;
end;
