:: deftheorem Def13 defines LeastSorts OSAFREE:def 13 :
for S being locally_directed OrderSortedSign
for X being non-empty ManySortedSet of S
for x being FinSequence of TS (DTConOSA X)
for b4 being Element of the carrier of S * holds
( b4 = LeastSorts x iff ( dom b4 = dom x & ( for y being Nat st y in dom x holds
ex t being Element of TS (DTConOSA X) st
( t = x . y & b4 . y = LeastSort t ) ) ) );