set I = the carrier of S;
set FG = FreeGen X;
defpred S1[ set , set ] means for s being SortSymbol of S st s = $1 holds
$2 = Reverse s,X;
A1: for i being set st i in the carrier of S holds
ex u being set st S1[i,u]
proof
let i be set ; :: thesis: ( i in the carrier of S implies ex u being set st S1[i,u] )
assume i in the carrier of S ; :: thesis: ex u being set st S1[i,u]
then reconsider s = i as SortSymbol of S ;
take Reverse s,X ; :: thesis: S1[i, Reverse s,X]
let s1 be SortSymbol of S; :: thesis: ( s1 = i implies Reverse s,X = Reverse s1,X )
assume s1 = i ; :: thesis: Reverse s,X = Reverse s1,X
hence Reverse s,X = Reverse s1,X ; :: thesis: verum
end;
consider H being Function such that
A2: ( dom H = the carrier of S & ( for i being set st i in the carrier of S holds
S1[i,H . i] ) ) from CLASSES1:sch 1(A1);
reconsider H = H as ManySortedSet of by A2, PARTFUN1:def 4, RELAT_1:def 18;
for x being set st x in dom H holds
H . x is Function
proof
let i be set ; :: thesis: ( i in dom H implies H . i is Function )
assume i in dom H ; :: thesis: H . i is Function
then reconsider s = i as SortSymbol of S by A2;
H . s = Reverse s,X by A2;
hence H . i is Function ; :: thesis: verum
end;
then reconsider H = H as ManySortedFunction of by FUNCOP_1:def 6;
for i being set st i in the carrier of S holds
H . i is Function of ((FreeGen X) . i),(X . i)
proof
let i be set ; :: thesis: ( i in the carrier of S implies H . i is Function of ((FreeGen X) . i),(X . i) )
assume i in the carrier of S ; :: thesis: H . i is Function of ((FreeGen X) . i),(X . i)
then reconsider s = i as SortSymbol of S ;
A3: (FreeGen X) . s = FreeGen s,X by Def18;
H . i = Reverse s,X by A2;
hence H . i is Function of ((FreeGen X) . i),(X . i) by A3; :: thesis: verum
end;
then reconsider H = H as ManySortedFunction of FreeGen X,X by PBOOLE:def 18;
take H ; :: thesis: for s being SortSymbol of S holds H . s = Reverse s,X
let s be SortSymbol of S; :: thesis: H . s = Reverse s,X
thus H . s = Reverse s,X by A2; :: thesis: verum