set AL = (((ParsedTerms X) # ) * the Arity of S) . o;
set AX = ((ParsedTerms X) * the ResultSort of S) . o;
set D = DTConOSA X;
let f, g be Function of ((((ParsedTerms X) # ) * the Arity of S) . o),(((ParsedTerms X) * the ResultSort of S) . o); :: thesis: ( ( for p being FinSequence of TS (DTConOSA X) st OSSym o,X ==> roots p holds
f . p = (OSSym o,X) -tree p ) & ( for p being FinSequence of TS (DTConOSA X) st OSSym o,X ==> roots p holds
g . p = (OSSym o,X) -tree p ) implies f = g )
assume that
A6:
for p being FinSequence of TS (DTConOSA X) st OSSym o,X ==> roots p holds
f . p = (OSSym o,X) -tree p
and
A7:
for p being FinSequence of TS (DTConOSA X) st OSSym o,X ==> roots p holds
g . p = (OSSym o,X) -tree p
; :: thesis: f = g
A8:
( dom f = (((ParsedTerms X) # ) * the Arity of S) . o & dom g = (((ParsedTerms X) # ) * the Arity of S) . o )
by FUNCT_2:def 1;
for x being set st x in (((ParsedTerms X) # ) * the Arity of S) . o holds
f . x = g . x
hence
f = g
by A8, FUNCT_1:9; :: thesis: verum