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 invariant stable ManySortedRelation of A holds TRS R = R
proof
  let R be invariant stable ManySortedRelation of A;
   TRS R c= R & R c= TRS R by Def13;
  hence thesis by PBOOLE:146;
end;
