let S be non empty non void ManySortedSign ; :: thesis: for V being non-empty ManySortedSet of the carrier of S
for A being MSAlgebra over S
for t being c-Term of A,V
for s being SortSymbol of S
for v being Element of V . s st t . {} = [v,s] holds
t = root-tree [v,s]

let V be non-empty ManySortedSet of the carrier of S; :: thesis: for A being MSAlgebra over S
for t being c-Term of A,V
for s being SortSymbol of S
for v being Element of V . s st t . {} = [v,s] holds
t = root-tree [v,s]

let A be MSAlgebra over S; :: thesis: for t being c-Term of A,V
for s being SortSymbol of S
for v being Element of V . s st t . {} = [v,s] holds
t = root-tree [v,s]

let t be c-Term of A,V; :: thesis: for s being SortSymbol of S
for v being Element of V . s st t . {} = [v,s] holds
t = root-tree [v,s]

let s be SortSymbol of S; :: thesis: for v being Element of V . s st t . {} = [v,s] holds
t = root-tree [v,s]

let x be Element of V . s; :: thesis: ( t . {} = [x,s] implies t = root-tree [x,s] )
set G = DTConMSA ( the Sorts of A (\/) V);
reconsider a = [x,s] as Terminal of (DTConMSA ( the Sorts of A (\/) V)) by Lm4;
reconsider t = t as Element of TS (DTConMSA ( the Sorts of A (\/) V)) ;
( t . {} = a implies t = root-tree a ) by DTCONSTR:9;
hence ( t . {} = [x,s] implies t = root-tree [x,s] ) ; :: thesis: verum