let z be set ; for C being initialized ConstructorSignature
for s being SortSymbol of C holds
( z is expression of C,s iff z in the Sorts of (Free (C,(MSVars C))) . s )
let C be initialized ConstructorSignature; for s being SortSymbol of C holds
( z is expression of C,s iff z in the Sorts of (Free (C,(MSVars C))) . s )
let s be SortSymbol of C; ( z is expression of C,s iff z in the Sorts of (Free (C,(MSVars C))) . s )
A1:
dom the Sorts of (Free (C,(MSVars C))) = the carrier of C
by PARTFUN1:def 2;
the Sorts of (Free (C,(MSVars C))) . s c= Union the Sorts of (Free (C,(MSVars C)))
hence
( z is expression of C,s iff z in the Sorts of (Free (C,(MSVars C))) . s )
by Def28; verum