let S be non empty non void ManySortedSign ; for o being OperSymbol of S
for V being non-empty ManySortedSet of the carrier of S
for x being set holds
( x is ArgumentSeq of Sym (o,V) iff x is Element of Args (o,(FreeMSA V)) )
let o be OperSymbol of S; for V being non-empty ManySortedSet of the carrier of S
for x being set holds
( x is ArgumentSeq of Sym (o,V) iff x is Element of Args (o,(FreeMSA V)) )
let V be non-empty ManySortedSet of the carrier of S; for x being set holds
( x is ArgumentSeq of Sym (o,V) iff x is Element of Args (o,(FreeMSA V)) )
let x be set ; ( x is ArgumentSeq of Sym (o,V) iff x is Element of Args (o,(FreeMSA V)) )
A1:
TS (DTConMSA V) = S -Terms V
by MSATERM:def 1;
A2:
FreeMSA V = MSAlgebra(# (FreeSort V),(FreeOper V) #)
by MSAFREE:def 14;
assume
x is Element of Args (o,(FreeMSA V))
; x is ArgumentSeq of Sym (o,V)
then reconsider x = x as Element of Args (o,(FreeMSA V)) ;
rng x c= TS (DTConMSA V)
then reconsider x = x as FinSequence of TS (DTConMSA V) by FINSEQ_1:def 4;
Sym (o,V) ==> roots x
by A2, MSAFREE:10;
hence
x is ArgumentSeq of Sym (o,V)
by A1, MSATERM:21; verum