:: deftheorem VFS defines vf-sequence MSAFREE5:def 42 :
for S being non empty non void ManySortedSign
for X being non-empty ManySortedSet of the carrier of S
for t being Element of (Free (S,X))
for b4 being FinSequence holds
( b4 is vf-sequence of t iff ex f being one-to-one FinSequence st
( rng f = { xi where xi is Element of dom t : ex s being SortSymbol of S ex x being Element of X . s st t . xi = [x,s] } & dom b4 = dom f & ( for i being Nat st i in dom b4 holds
b4 . i = t . (f . i) ) ) );