reserve S for non empty non void ManySortedSign,
  A for MSAlgebra over S;
reserve A for non-empty MSAlgebra over S;
reserve S for non empty non void ManySortedSign,
  A for non-empty MSAlgebra over S,
  R for ManySortedRelation of the Sorts of A;

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;
